Skip to main content

Bulk Archive Walmart Orders

PUT 

/api/walmart/:integrationInstance/orders/archive

Archive multiple Walmart orders in one call. Archived orders are hidden from active listings but remain available with their history. Only currently-active orders belonging to the integration instance are affected; already-archived orders are skipped.

Authorization

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

Request body:

  • ids (required, array of integers) — the Walmart order ids (SKU.io internal ids) to archive.

Request

Responses

OK

Response Headers
    Content-Type