Skip to main content

Resolve Inbound Products

POST 

/api/tiktok-shop/:integrationInstance/fbt/inbound-products/resolve

Resolve a list of pasted identifiers to FBT-eligible shop SKUs, for bulk-adding lines to an inbound plan.

Not yet available to API tokens

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

Body

  • identifiers (array, required, 1–500 entries) — the values to resolve. Each is matched exactly against the seller SKU and the TikTok SKU id. Blank entries and duplicates are dropped before matching.
  • identifiers.* (string, required, max 255) — one identifier.
  • source_warehouse_id (integer, optional, nullable) — when given, resolved rows report availability at that warehouse; otherwise the stock figures are null.

Every identifier lands in exactly one bucket: matched (a single hit, with the resolved product), multiple (several hits, for the caller to choose between), or not_found.

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

Request

Responses

OK

Response Headers
    Content-Type