List Channels for Products
GET/api/v2/products/channel-lifecycle/channels
List the sales channels the given products are currently listed on, with how many of the selected products are listed vs not listed on each channel, and whether the channel supports bulk archive / recover / delete.
Use this to build a channel picker before running a bulk channel action. Pass the product ids you want to act on as a repeated product_ids[] query parameter.
supports_archive is true when the channel can deactivate a listing; supports_lifecycle is true when it can also recover (reactivate/restore) and permanently delete a listing. TikTok Shop is the first channel to support the full lifecycle.
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.