Skip to main content

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

OK

Response Headers
    Content-Type