Create a shipment
Shipments
Create a shipment
Create a new shipment for a goods out order. Shipments contain package information and are submitted to carriers for label generation.
POST
Create a shipment
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
goods_out_id | Yes | Order to ship |
carrier_id | No | Carrier for delivery |
carrier_service_id | No | Service level |
packages_changes | No | Package details (ADD/UPDATE/REMOVE) |
Address
An optional delivery address (overrides goods out address) can be provided indata.relationships.address. See the example above.
Package Dimensions
Weight in kg, dimensions in cm.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Shipment created successfully

