Returns detail of a single shipment carrier identified by its numeric ID and type.
Security
shoptetAccessToken or shoptetPrivateApiToken
Type of shipment carrier, for possible values see Shipment carrier types code list.
Example:integration
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers/{code}/{type}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/carriers/{code}/{type}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers/110/integration \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "name": "PPL", "description": "Carrier description", "services": [ … ], "activationStatus": "active", "methods": [ … ], "addresses": [ … ], "bankAccounts": [ … ] }, "errors": [ { … } ] }