Skip to content

Shipment shipping options by order code

Request

Returns available shipping options for the given order.

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
codestringrequired

Order code.

Example:2024000008
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X GET \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/order/2024000008/shipping-options \
  -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": { "shippingOptions": [] }, "errors": [ {} ] }