Run Bulk Channel Action
POST/api/v2/products/channel-lifecycle/dispatch
Run a bulk channel action (archive, recover or delete) against the eligible listings of the selected products on a sales channel. The action runs in the background and the response returns a tracked_job_log_id you can poll for progress and a per-product success/failure summary.
Only archive, recover and delete are accepted here — publishing new listings uses the bulk publish flow. Products with no eligible listing for the chosen action are skipped; the request returns 422 when none of the selected products are eligible.
archivedeactivates the listing on the channel (reversible).recoverreactivates an archived listing or restores a deleted one.deletepermanently removes the listing from the channel.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.