Skip to main content

Bulk Delete SKU Orders

POST 

/api/shopify/:integrationInstance/orders/bulk-delete-sku-orders

Bulk delete the linked SKU sales orders (keeps Shopify orders intact). Dispatches a tracked job for large batches.

Authorization

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

Authentication: Requires Bearer token.

Validation:

  • ids: required_without apply_to_all, array of integers
  • apply_to_all: boolean
  • filters: array
  • archive_shopify_orders: boolean (archive Shopify orders after deleting SKU orders)

Request

Responses

OK

Response Headers
    Content-Type