Order Archive API Overview

Order Archive API

1. Amasty\Orderarchive\Api\ArchiveProcessorInterface - class for managing orders and archives.
  1. POST /V1/amastyMoveToArchive, method="moveToArchive" - move an order to archive;
  2. POST /V1/amastyMoveFromArchive, method="removeFromArchive" - remove an order from archive;
  3. POST /V1/amastyRemovePermanently, method="removePermanently" - delete an order permanently.

      • Related Articles

      • 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 - ...
      • Order Attributes API

        We have created a public API collection for Order Attributes 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 ...
      • Cancel Order API

        We have created a public API collection for Cancel Order 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 ...
      • Quick Order API

        We have created a public API collection for Quick Order 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 ...
      • Extra Fee API

        We have created a public API collection for Extra Fee 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 ...