Skip to main content

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

OK

Response Headers
    Content-Type