Skip to main content

Bulk Archive Orders

POST 

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

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

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Body:

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

Request

Responses

OK

Response Headers
    Content-Type