logistics_create_shipment
Create a shipment with shipping label, packing list, and customs declaration for international orders. Provide order ID and destination address.
Instructions
Station 1: Create a shipment with label, packing list, and customs docs.
Creates a shipment for an order, generates shipping label data, packing list, and customs declaration for international shipments.
IMPORTANT: Review shipment details and label before dispatching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order identifier (e.g. ORD-A1B2C3D4) | |
| destination | Yes | Destination address dict with keys: name, street, city, state, postal_code, country | |
| carrier | No | Preferred carrier (dhl, fedex, sf_express, usps) | dhl |
| weight_kg | No | Package weight in kilograms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||