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.
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 arenull.
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
- 200
- 401
- 403
- 404
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Unprocessable Content
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.