Skip to main content

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.

Not yet available to API tokens

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 be email or portal.
  • 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

OK

Response Headers
    Content-Type