Skip to main content

Query Pre-Start-Date Orders

GET 

/api/temu/:integrationInstance/pre-start-date-orders

Paginates through the Temu API (up to 10 pages of 100) for orders updated/created in the requested window, filters down to orders whose parentOrderTime is strictly before the configured inventory_start_date, and decorates each candidate with eligibility flags (eligible, already_imported, ineligible_reason). Returns 422 via the FormRequest if inventory_start_date is not set or if the date range is not strictly before it.

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type