Skip to content

List of shipment carriers

Request

List of all active shipment carriers.

The list can be filtered according to carrier type (branch).

Security
shoptetAccessToken or shoptetPrivateApiToken
Query
typestring

Carrier type (branch) filtering.

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

Responses

OK

Bodyapplication/json; charset=utf-8
dataobjectrequired
errorsArray of objects or null(Errors)required
Response
{ "data": { "shipmentCarriers": [] }, "errors": [ {} ] }