External Customer Order Cancelled
Notify WMS when an external customer order has been cancelled.
Direction WCS → WMS
HTTP Method POST
Path /order/cancelled
Request Body
Section titled “Request Body”{ "externalReference": "af03cc82-3760-4a8f-baa3-d003b6cf605e", "externalCustomerOrderId": "EX-CUST-123", "externalCustomerBatchId": "EX-BATCH-123", "source": "WCS"}Expected Responses
Section titled “Expected Responses”200: Pick task cancelled accepted
{ "message": "Success"}400: Pick task cancelled rejected
{ "message": "Bad Request"}401: Authentication failed
{ "message": "Unauthorized"}