firestarter_connect_tiktok
Connect a seller's TikTok Shop to Firestarter using the shop access token and ID to sync products and receive orders. Without credentials, returns the current connection status or setup instructions.
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. NEVER display the access token back to the seller or in chat.
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. |