Commercial Carriers
The list of commercial carriers supported by Arta's API.
GET /metadata/commercial_carriers
curl \
-X GET https://api.arta.io/metadata/commercial_carriers \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
[
{
"id": "dhl_express",
"name": "DHL Express"
},
{
"id": "fedex",
"name": "FedEx"
},
{
"id": "ups",
"name": "UPS"
},
{
"id": "usps",
"name": "USPS"
}
]