Skip to main content

Bulk Update SKU Orders

POST 

/api/temu/:integrationInstance/orders/update-sku-orders

Re-applies the latest stored Temu order data onto the linked SKU sales orders — statuses, cancellations and fulfillment-relevant changes are translated into update actions and processed per order. Orders without a linked sales order are skipped.

Authorization

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

Request body:

  • update_all_orders (boolean, required) — when true, processes every eligible order for the instance.
  • ids (array of integers, optional) — specific Temu order ids to process.
  • filters (string, optional) — a serialized filter expression; when provided it is resolved to a set of order ids before processing.
  • use_jobs (boolean, default true) — accepted for cross-channel compatibility; Temu processes the update synchronously within the request.

Processing happens in chunks, so very large selections can take a while to respond.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type