chitchats_create_shipment
Create a shipment with recipient address, package dimensions, and optional order reference.
Instructions
Create a new shipment with recipient address, package dimensions, and optional order reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City | |
| name | Yes | Recipient name | |
| No | Recipient email | ||
| phone | No | Recipient phone | |
| value | No | Declared value | |
| size_x | No | Package length | |
| size_y | No | Package width | |
| size_z | No | Package height | |
| weight | No | Package weight | |
| order_id | No | External order ID (e.g., Shopify) | |
| address_1 | Yes | Street address line 1 | |
| address_2 | No | Street address line 2 | |
| size_unit | No | Size unit | |
| description | No | Contents description | |
| order_store | No | E-commerce platform | |
| postal_code | Yes | Postal/ZIP code | |
| weight_unit | No | Weight unit | |
| country_code | Yes | Country code (e.g., US, CA) | |
| package_type | No | Package type | |
| postage_type | No | Postage service type | |
| province_code | Yes | Province/state code (e.g., ON, CA, NY) | |
| value_currency | No | Value currency |