Import and Export API Overview

Import and Export API

Info
We have created a public API collection for Import-Export Core module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public collections can be found in the following FAQ post.

1. Amasty\ImportExportCore\Api\Profile\ProfileManagerInterface - class for managing import/export profiles.
  1. GET /V1/am_import_export/get_profile_runners/, method="getProfileRunnersList" - get a list of import/export profiles;
  2. POST /V1/am_import_export/check_profile_status/, method="checkProfileRunStatus" - check the status of an import/export profile;
  3. POST /V1/am_import_export/run_profile/, method="run" - run an import/export prodile.

      • Related Articles

      • How do Import/Export extensions work with API?

        At the moment, Import and Export extensions don't provide API functionality to manage import/export process or modify their profiles. With the built-in API functionality, it is possible to import to and export from a specific REST API endpoint. In ...
      • Import and Export Guidelines

        General Information About the Package and Its Tariff Plans The Import & Export solution is designed for migrating data from one website to another or to/from a different platform, as well as for automated/manual updates of product quantities, prices, ...
      • What features are included in each tariff plan of Import and Export?

        LITE - one-time manual import/export tasks; - 3 entities: orders, products, customers; - text, numeric, and date field modifiers; - import/export filters; - 2 file formats: XML, CSV; - 2 file sources: file upload, local directory. PRO Lite plan + - ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • Can I test how your modules work with API?

        Our team have created a public Postman workspace where we provide access to API collections from our modules. You can copy these API collections to test them in your own Magento installation together with our modules, and some collections can be ...