Ship freight (book BOL)
deftship_ship_freightBook a freight shipment using a rate ID. Charges your balance and requires confirmation. BOL and label are delivered asynchronously via webhook.
Instructions
Book a freight shipment using a rate_id from deftship_get_freight_rates. THIS CHARGES YOUR BALANCE. The BOL and label are delivered asynchronously to your token's webhook, or retrieved later with deftship_get_freight. 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. | |
| rate_id | Yes | The freight rate id to book. |