Cancel Order

View as Markdown
Cancels an order and all associated shipments. The order must be in a cancellable state to proceed with the cancellation.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

orderIdstringRequiredformat: "int32"
The order ID to cancel

Response

Success
canceled_shipment_resultslist of objects or null
Results of canceling the shipments associated with the order
orderobject or null
order_idinteger or null
The ID of the canceled order
statusenum or null
Allowed values:

Errors