Skip to main content

Refresh Products (Tracked)

POST 

/api/temu/:integrationInstance/products/refresh-tracked

Dispatches a tracked background job to pull products from Temu. Returns a tracked_job_log_id the UI uses to surface progress via the tracked job log endpoints.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Payload fields (all optional):

  • mode: one of since_latest | full_catalog | date_range
  • dateFrom / dateTo: ISO date strings used with date_range
  • latestDate: ISO date used with since_latest

Request

Responses

OK

Response Headers
    Content-Type