Skip to main content

Refresh Orders from TikTok

POST 

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

Dispatches a tracked job to pull recent orders from TikTok Shop.

Accepts (all optional, all dates):

  • updated_at — fetch orders updated since this datetime (preferred)
  • created_at_min — fetch orders created since this datetime
  • since — legacy alias for updated_at

The controller picks the first non-null in the order: updated_atcreated_at_minsince. If none provided, defaults to last 24 hours.

Returns { data: { tracked_job_log_id }, message } — track progress via the job tray.

Request

Responses