Skip to main content

Bulk Unarchive Orders

POST 

/api/magento1/instances/:integrationInstance/orders/bulk-unarchive

Restores multiple archived Magento 1 orders on the instance to active. Already-active orders are skipped and not counted.

Body fields:

  • ids (array of integers, required): Magento 1 order ids to unarchive.

Set apply_to_all: true (instead of ids) to unarchive EVERY archived order for the instance — the "All Filtered" bulk scope.

Authentication: Requires Bearer token.

Request

Responses

OK