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, ordate_range. Defaults tofull_catalogwhen omitted.dateFrom(date) - Start date fordate_rangemode (Y-m-d).dateTo(date) - End date fordate_rangemode (Y-m-d).latestDate(date) - Latest sync date sent by the UI whenmode=since_latestfor 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
- 200
Successful response