Cancel Shipment
Request cancellation of an existing shipment. If successful, a dispatch notification will be sent with quantity zero.
Direction Host → WMS
HTTP Method POST
Path /inbound/shipment/cancel/{shipmentNumber}
Path Parameters
Section titled “Path Parameters”shipmentNumber(string) - The unique shipment number to cancel
Responses
Section titled “Responses”200: Cancellation request accepted (returns true)
400: Shipment number is empty or null (returns false)