This operation retrieves a list of carriers associated with the specific location/s.
An array containing locations. Each element is a string representing one or more locations. If multiple locations are provided, they should be comma-separated.
Carrier list has been retrived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
[- "B9Ol8nDqpq1"
]
{- "carriers": [
- {
- "carrierId": "XXXX",
- "name": "Amazon",
- "barcodeAware": true,
- "isCustom": false
}
], - "recentCarriers": [
- {
- "name": "string",
- "carrierId": "string"
}
], - "totalCount": 0
}