Get Channel Action Eligibility
GET/api/v2/products/channel-lifecycle/eligibility
Return the per-state breakdown of the selected products on a single sales channel plus, for each action, how many products are eligible and whether the channel supports it.
breakdown counts the selected products by their state on the channel: live, pending, archived, missing, unknown, and not_listed. Each entry in actions reports the action (publish, archive, recover, delete), its eligible_count, whether it is destructive, whether it runs as a bulk background action here (dispatchable), and whether the channel supported it.
Only archive, recover and delete are dispatchable; publish is handled by the bulk publish flow.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 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.
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.