Skip to content

Detail of shipment carrier

Request

Returns detail of a single shipment carrier identified by its numeric ID and type.

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
codestringrequired

Shipment carrier identifier.

Example:110
typestringrequired

Type of shipment carrier, for possible values see Shipment carrier types code list.

Example:integration
Headers
Content-Typestringrequired
Default:"application/json"
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'

Responses

OK

Bodyapplication/json; charset=utf-8
dataobjectrequired
errorsArray of objects or null(Errors)required
Response
{ "data": { "name": "PPL", "description": "Carrier description", "services": [], "activationStatus": "active", "methods": [], "addresses": [], "bankAccounts": [] }, "errors": [ {} ] }