carriers
List services
Retrieves the list of available shipping services provided by the specified carrier
get/carriers/listservices
Query parameters
carrierCodestring required
The carrier's code
Response
List of services retrieved successfully
Example response
[
{
"carrierCode": "fedex",
"code": "fedex_ground",
"name": "FedEx Ground®",
"domestic": true
}
]