Ship a parcel (buy label)
deftship_ship_parcelPurchase a parcel shipping label using a rate ID from the rate lookup. Charges your account and requires explicit confirmation.
Instructions
Purchase a parcel label using a rate_id from deftship_get_parcel_rates. THIS CHARGES YOUR BALANCE. The label and tracking numbers are delivered asynchronously to your token's webhook, or retrieved later with deftship_get_parcel. 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 rate id to purchase (from get-parcel-rates). |