Void a freight shipment
deftship_void_freightVoid a freight shipment order by specifying its ID. Confirmation is required and a void fee may be charged.
Instructions
Void a previously created freight order by shipment_order_id. May incur a void_fee. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to true to actually execute this action. This operation charges your Deftship balance or is otherwise irreversible. Confirm with the user before setting true. | |
| shipment_order_id | Yes | The freight shipment order id to void. |