Pre-Start-Date Orders
Query Pre-Start-Date Orders
Query Temu for orders created before the tenant's inventory start date. Returns lightweight order data with eligibility flags for the import modal — orders that already exist locally are flagged as `already_imported`, and cancelled orders are flagged as ineligible.
Search Pre-Start-Date Order
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.
Import Pre-Start-Date Orders
Import selected pre-start-date orders from Temu. For each parent order SN, the endpoint fetches the full order from Temu and persists it locally via the standard Temu order repository pipeline. Orders that already exist locally are skipped.