latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

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

carrierCodestring
codestring
namestring
domesticboolean
internationalboolean

Example response

[
  {
    "carrierCode": "fedex",
    "code": "fedex_ground",
    "name": "FedEx Ground®",
    "domestic": true
  }
]