Get shipping carriers
Get available shipping carriers for the current company
Responses
- 200
- 429
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number required
- name string
- carrierName string required
- internalCode string required
services object[] required
Array [code string requiredname string required]- hasPudo boolean
Default value:
false
- ]
[
{
"id": 0,
"name": "string",
"carrierName": "string",
"internalCode": "string",
"services": [
{
"code": "string",
"name": "string"
}
],
"hasPudo": false
}
]
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "string"
}
Loading...