firestarter_connect_tiktok
Connect a TikTok Shop to Firestarter using access token and shop ID to sync product catalogs and import orders. Check status when a shop is already linked.
Instructions
Connect a seller's TikTok Shop to Firestarter so their catalog syncs and orders flow back. If a TikTok Shop is already connected, returns its status. TikTok Shop currently connects by ACCESS TOKEN (not one-click OAuth yet): the seller authorizes Firestarter in TikTok Shop Partner Center and provides their shop access token + shop id/region. Call with no arguments to check status or get setup instructions; call with access_token AND shop_domain to create the connection. Use this whenever a seller mentions TikTok Shop or wants to sync their TikTok products. The access token is a secret credential: it is stored encrypted server-side and never echoed in any response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_domain | No | The seller's TikTok Shop identifier (shop id, shop cipher, or region/store name). Required together with access_token to create the connection. | |
| access_token | No | The seller's TikTok Shop access token (from TikTok Shop Partner Center authorization). Omit to check status or get instructions. This is a secret — never echo it back. |