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 datetimesince— legacy alias forupdated_at
The controller picks the first non-null in the order: updated_at → created_at_min → since. If none provided, defaults to last 24 hours.
Returns { data: { tracked_job_log_id }, message } — track progress via the job tray.
Request
Responses
- undefined