The operation retrieves onboarded Carriers with their Carrier Account IDs which uniquely identify multiple accounts of same carrier.
A list of Carrier Accounts has been fetched.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "carrierAccounts": [
- {
- "carrierAccountId": "abcd12",
- "carrierName": "FedEx"
}, - {
- "carrierAccountId": "xyz12",
- "carrierName": "UPS"
}, - {
- "carrierAccountId": "12prqs",
- "carrierName": "USPS"
}
]
}