Archive Products (Bulk)
PUT//:domain/api/amazon/:integrationInstance/products/archive
Bulk-archives Amazon products. Body accepts either an explicit ID list, or mode: "all" to archive every product for this integration instance.
Body:
ids(array<int>, required unlessmode = all) — validated against existing IDs for this integration instance.mode(string, optional) — set to"all"to bypassidsand operate on every product.
Named route: amazon.products.archive.
Request
Responses
- 200
OK
Response Headers
Content-Type