Skip to main content

Archive Removal Orders

POST 

//:domain/api/amazon/:integrationInstance/removal-orders/archive

Bulk-archives removal orders (sets archived_at = now()). Request body uses IdSelectionData:

  • ids (array of integers, required) — removal order row IDs
  • value (string, optional) — opaque selection identifier (e.g. selected, all)

Note: this endpoint does NOT take an integration instance filter on the database update; the route is namespaced by {integrationInstance} but the manager only filters by the supplied IDs.

Request

Responses

OK

Response Headers
    Content-Type