Import and Export API

Import and Export API

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.