Skip to main content

Get Placement Option Detail

POST 

/api/tiktok-shop/:integrationInstance/fbt/inbound-plans/:plan/placement/detail

Fetch TikTok's concrete allocation for one placement option — which destination warehouses the shipment splits into, and which goods and cartons go to each.

Not yet available to API tokens

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

Body

  • option_id (integer, required) — the placement option's SKU.io id, as returned by the options refresh. It must belong to the plan in the path, otherwise the request answers 404. TikTok's own placement option id is only minted as part of this very call, so it cannot be used to address the option on the first fetch.

TikTok computes the allocation asynchronously, so ready: false with a null option is a normal answer, not an error — poll again in a few seconds. When ready is true, the option comes back with placement_option_id, allocation_shipments and destination_count filled in, and is_selectable true.

This is a mutation because it writes the resolved allocation back onto the option.

Requires the integrations.update permission.

Request

Responses

OK

Response Headers
    Content-Type