Cancel Shipment Order
logiwa_cancel_shipment_orderCancel a shipment order in Logiwa WMS using its UUID. Optionally pass a cancellation reason or shipment order code for cross-checking. Returns the cancellation result.
Instructions
Cancel a shipment order by its identifier (UUID). This is a destructive state change.
Args:
identifier (string, required): the order UUID
cancelReasonName (string): optional cancellation reason
shipmentOrderCode (string): optional code for cross-checking Other fields (warehouseIdentifier, clientIdentifier, cancelReasonIdentifier) via additional_fields.
Returns: the cancellation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Shipment order UUID to cancel (required). | |
| cancelReasonName | No | Cancellation reason name. | |
| additional_fields | No | Escape hatch for any extra Logiwa request-body fields not exposed as typed parameters above. Keys must match the Logiwa API's camelCase field names; merged verbatim into the request body. | |
| shipmentOrderCode | No |