create_shipment
Generate shipping labels with tracking numbers and label URLs by providing carrier account details, shipper/recipient addresses, and product information.
Instructions
Create a shipping label. Requires carrier account, shipper/recipient addresses, and product details. Returns tracking number and label URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration_key | No | Shipi integration key | |
| carrier_id | Yes | Shipping account ID (get from list_carriers) | |
| service_code | No | Carrier service code (leave empty for default) | |
| shipper | Yes | Shipper (from) address | |
| recipient | Yes | Recipient (to) address | |
| products | Yes | Products/packages to ship |