Build Fulfillment Packet
POST/api/tiktok-shop/:integrationInstance/fbt/inbound-plans/:plan/fulfillment/build
Builds — or rebuilds — the fulfillment packet for an inbound plan: resolves the fulfilling party from the plan's source, scaffolds the staged documents, and mints a portal token so the fulfiller can be sent a link.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Rebuilding keeps the existing portal token; use Rotate Fulfillment Portal Token to invalidate a link that has been shared too widely.
Returns 422 when the plan has no external fulfiller (a plan shipping directly from the merchant's own warehouse).
Permission: integrations.update.
Body
channels— optional, nullable array. Each entry must beemailorportal.build_kits— optional boolean. Default false. Set true when the fulfiller assembles kits from components; it adds the kitting work order to the packet.instruction_override— optional, nullable string, max 5000 characters. Replaces the auto-generated prep instructions.
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.