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 both cases, the user must provide a valid REST API endpoint.
In import extensions, it should be possible to access the endpoint with GET method to receive the data to import in the XML format:
In export extensions, it should be possible to access the endpoint either with POST or PUT method to pass the data to the third-party platform in the format of either XML or JSON:
Related Articles
Import and Export API
1. Amasty\ImportExportCore\Api\Profile\ProfileManagerInterface - class for managing import/export profiles. GET /V1/am_import_export/get_profile_runners/, method="getProfileRunnersList" - get a list of import/export profiles; POST ...
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 - ...
Which modules is the Import Export module compatible with?
A wide range of Amasty extensions come equipped with import and export core functionality. By purchasing them, you can migrate even more types of store data and thus achieve specific business goals faster. The following list of extensions comes ...
Is it possible to integrate a third-party system into Magento via the Import & Export solution?
With the Import & Export solution, it is possible to connect Magento to third-party systems; all its modules support automatic import and export of data to external sources via various methods: However, it is important to follow the ...
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 + - ...