Skip to main content

Refresh Products (Tracked)

POST 

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

Tracked product refresh that surfaces progress in the global job tray.

Path Parameters:

  • integration_instance - The ID of the integration instance

Request Body (all optional):

  • mode (string) - Fetch mode: since_latest, full_catalog, or date_range. Defaults to full_catalog when omitted.
  • dateFrom (date) - Start date for date_range mode (Y-m-d).
  • dateTo (date) - End date for date_range mode (Y-m-d).
  • latestDate (date) - Latest sync date sent by the UI when mode=since_latest for context.

Response:

{
"data": { "tracked_job_log_id": 123 },
"message": "Product refresh job has been queued"
}

Use the returned tracked_job_log_id together with the global job tray to display progress.

Request

Responses

Successful response