The operation fetches list of supported destination countries for a provided carrier and origin country. If query parameters are not provided, it will default to USPS
as carrier and US
as origin country.
A list of Countries has been fetched.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "countries": [
- {
- "countryCode": "CA",
- "countryName": "Canada"
}
]
}