Skip to main content

Refresh Orders (Tracked)

POST 

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

Queue a tracked background job that pulls orders from Temu. Returns a tracked_job_log_id for the tracked job log endpoints to subscribe to.

Authorization

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

Body fields (all optional):

  • mode — one of since_latest (default), from_start_date, date_range, all.
  • dateFrom, dateTo — required when mode=date_range; ISO-8601 dates. mode=from_start_date only needs dateFrom (end is now). mode=all walks from the integration's start_date (or 2022-01-01) to now. mode=since_latest leaves the range empty so the job auto-resumes from the latest parentOrderTime + 1s.
  • latestDate — currently accepted for compatibility but not used by the controller.

Request

Responses

OK

Response Headers
    Content-Type