Search Pre-Start-Date Order
GET/api/temu/:integration_instance/pre-start-date-orders/search
Look up a specific Temu order by parent order SN. Returns an empty result set if the order is not found or was created on/after the tenant's inventory start date.
Authenticate with a Personal Access Token (PAT).
Path Parameters:
integration_instance— Temu Integration Instance ID
Query Parameters:
search_by(required) —parent_order_snsearch_term(required) — The parent order SN to look up.
Response:
Same shape as the query endpoint: { data: [...], inventory_start_date, meta: {...} }. The data array will contain at most one order.
Request
Responses
- 200
Successful response