List supported carriers

Retrieve the list of carriers supported by Ordertracker.


GET/v4/carrier

Supported carriers

This endpoint allows you to retrieve the list of carriers supported by Ordertracker.

Important note

Please be aware that this endpoint does not return as many carriers as the 1200+ carriers officially supported by Ordertracker. In fact, some of these sources include multiple other carriers, such as CAINIAO (AliExpress), which alone encompasses more than 100 carriers.

Request

GET
/v4/carrier
curl -G https://api.ordertracker.com/v4/carrier \
  -H "X-Ordertracker-Key: YOUR_API_KEY"

Response

[
  "AUSPOST",
  "AUSTRIAN POST",
  "BELPOST",
  "BLUECARE EXPRESS",
  "BLUEDART",
  "BNI",
  "BOXBERRY",
  "BOXTAL",
  "BPOST",
  "BPOST NATIONAL",
  "BRAZIL CORREIOS",
  "BRT BARTOLINI",
  "BRT BARTOLINI LOCAL",
  "BRT IT",
  "BUFFALO",
  "BULGARIA POST",
  "CACESA POSTAL",
  "CAINIAO",
  "CANADA POST",
  "CANPAR COURIER",
  "CDEK",
  "CELERITAS TRANSPORTE",
  "CEVA LOGISTICS",
  "CHINA POST",
  ...
]