Cancel an order
POST
https://api.pattern.com/hub
/v1/orders/cancel_order
Public API
{var_value}
Cancel an order
Request cancellation of an order. Only warehouse orders in 'new' or 'backordered' status can be cancelled. Orders that have progressed to batched, picked, packed, departed, or complete cannot be cancelled.
Cancellation is asynchronous — the response confirms that cancellation has been initiated, not that it is complete. When an order has multiple warehouse orders, some may be cancelled while others cannot, resulting in a partial cancellation (HTTP 206).
POST /v1/orders/cancel_order
Loading...
Response
Waiting for a request to be sent.