Skip to main content

Refresh Single Order

POST 

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

Re-syncs a single order by TikTok order ID.

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 RefreshTikTokShopOrdersJob as a workaround. The targeted order will be re-synced as part of that window.

Returns { data: { tracked_job_log_id }, message }.

Request

Responses