Skip to main content

Refresh Single Order

POST 

/api/tiktok-shop/integration-instances/:integration_instance_id/orders/refresh-one

Re-syncs a single order by TikTok order ID.

Not yet available to API tokens

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

Body:

  • uniqueId (required, string) — the TikTok order ID to refresh.

Note: TikTok Shop's API does not currently support fetching a single order by ID, so this dispatches a 30-day a background job as a workaround. The targeted order will be re-synced as part of that window.

Returns { data: { tracked_job_log_id }, message }.

Request

Responses

Successful response