List of all active shipment carriers.
The list can be filtered according to carrier type (branch).
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/carriers
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers?type=string' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "shipmentCarriers": [ … ] }, "errors": [ { … } ] }