Create a carrier
Carriers
Create a carrier
Create a shipping carrier (e.g. DHL, DPD, Royal Mail) for use on shipments and goods out orders.
POST
Create a carrier
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique carrier code (max 50) |
name | Yes | Carrier display name (max 50) |
description | No | Carrier description |
active | No | Whether the carrier is active |
carrier_authentication | No | Provider-specific credentials object |
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
Carrier created successfully

