Returns available shipping options for the given order.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/order/{code}/shipping-options
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/order/{code}/shipping-options
- shoptetAccessToken
- shoptetPrivateApiToken
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'Response
{ "data": { "shippingOptions": [ … ] }, "errors": [ { … } ] }