Inputs
SelectItem
Output
Type:List[Dict]
Returns TikTok catalogs for the selected Business Center, including catalog_id, catalog_name, bc_id, and any additional fields returned by TikTok.
Fields: catalog_id, catalog_name, bc_idDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists TikTok catalogs in a Business Center
| App | TikTok Ads |
| Operation ID | tiktok_ads_list_catalogs |
| Type | Action |
| Connection | tiktok_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
bc_id | string or SelectItem | Yes | - | Business Center ID whose catalogs should be listed. This is not an advertiser_id. Use TikTok Ads List Business Centers first to get the correct bc_id, then pass that value here. |
catalog_id | string or SelectItem | No | - | Optional TikTok catalog ID. Provide this only when you want one specific catalog. Leave empty to list all catalogs in the Business Center. |
limit | integer | No | 100 | Maximum number of catalogs to return. Default: 100. TikTok supports page_size from 1 to 1000. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
List[Dict]
Returns TikTok catalogs for the selected Business Center, including catalog_id, catalog_name, bc_id, and any additional fields returned by TikTok.
Fields: catalog_id, catalog_name, bc_id