Skip to main content

List Inbound Plan Items

GET 

/api/tiktok-shop/:integrationInstance/fbt/inbound-plans/:plan/items

The plan's lines, each with the product name and the packed-versus-planned counts.

Not yet available to API tokens

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

packed_quantity is the sum of that line's carton contents and is_fully_packed is true only when it equals quantity — the same conservation rule enforced when the plan is submitted. match_status / is_matched say whether the shop SKU is bound to an FBT goods record; an unmatched line cannot be inbounded.

Returns the complete list — this endpoint is not paginated.

The plan must belong to the integration instance in the path; a plan owned by another instance answers 404.

Requires an authenticated token. No extra permission is needed for this read.

Request

Responses

OK

Response Headers
    Content-Type