Skip to main content

Bulk Archive Orders

POST 

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

Archive multiple Shopify orders. Supports filtering with apply_to_all.

Not yet available to API tokens

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

Authentication: Requires Bearer token.

Validation:

  • ids: required_without apply_to_all, array of integers
  • apply_to_all: boolean (use filters instead of ids)
  • filters: array

Request

Responses

OK

Response Headers
    Content-Type