The operation fetches all supported carriers. This service is used to get list of supported carriers and their properties.
The available carriers have been fetched.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "carriers": [
- {
- "carrierID": "USPS",
- "name": "United States Postal Service",
- "originCountry": "US",
- "properties": {
- "domesticNotSupported": false,
- "futureShipmentSupported": true,
- "internationalSupported": true
}
}
]
}