Skip to main content

Duplicate Inbound Plan

POST 

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

Copy an inbound plan into a fresh draft — the "same shipment again next month" path. Takes no body.

Not yet available to API tokens

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

Only the intent is copied: the source, the splitting mode and every line (product, shop SKU, goods id, quantity, prep instructions, prep owner, kit source). The TikTok plan id, the idempotency reference, the placement options and every lifecycle timestamp are deliberately not copied — a duplicate carrying the original's reference would be adopted by the original at TikTok instead of creating anything. Cartons are not copied either.

Returns 201 with the new draft.

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

Requires the integrations.update permission.

Request

Responses

Created

Response Headers
    Content-Type