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 IDsvalue(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
- 200
OK
Response Headers
Content-Type