Skip to main content

Bulk Unarchive Orders

POST 

/api/temu/:integrationInstance/orders/bulk-unarchive

Unarchive multiple orders in one call. Iterates the matched rows in chunks of 100.

Authorization

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

Body:

  • ids — array of integer order ids (required unless apply_to_all is true).
  • apply_to_all — boolean; when true, unarchives every currently archived order in the instance (ids are ignored).

Request

Responses

OK

Response Headers
    Content-Type