Skip to main content

Bind SKUs to FBT Goods

POST 

/api/tiktok-shop/:integrationInstance/fbt/goods/bind

Bind one or more shop SKUs to an FBT goods record so they can be sent to Fulfillment by TikTok.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Body

  • goods_id (integer, required) — the FBT goods record, addressed by its SKU.io id. It must belong to the integration instance in the path, otherwise the request answers 404.
  • sku_ids (array, required, 1–100 entries) — the TikTok shop SKU ids to change.
  • sku_ids.* (string, required, max 64 characters) — one shop SKU id.

The change is made at TikTok first and only then recorded locally, so a SKU can never look bound here and fail at inbound time. TikTok can accept some SKUs and refuse others in the same call: the response splits them into bound (the ids it accepted) and failed (each with the tts_sku_id and TikTok's reason), and the message says how many of each.

Requires the integrations.update permission.

Request

Responses

OK

Response Headers
    Content-Type