Cancel Order
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
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
orderId
The order ID to cancel
Response
Success
canceled_shipment_results
Results of canceling the shipments associated with the order
order
order_id
The ID of the canceled order
status
Allowed values:
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

