post
https://api.dev.orbit.do/v5/loadcarriers
Create a new load carrier.
The identifier field cannot be changed after creation.
Required fields: id, localizedName (with at least one language), isBookable, status.
Optional fields: localizedDescription, preset (dimensions), restrictions.
Restrictions:
- Use restrictions to limit which shippers can select this load carrier in the booking flow.
- Structure: {combinator: 'and'|'or', rules: [{field: string, operator: string, value: string}]}
- Available fields: id, name, status, createdAt, entityInfo.email, entityInfo.country, entityInfo.city, entityInfo.zipCode, source.type
- Example: {combinator: 'and', rules: [{field: 'entityInfo.country', operator: '=', value: 'DEU'}]}
- If no restrictions are provided, the load carrier is available to all shippers.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400bad request - validation error
401unauthorized
409conflict - identifier already exists
