Endpoint returns details of cart for shipping request
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipping-request/{shippingRequestCode}/{shippingGuid}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipping-request/{shippingRequestCode}/{shippingGuid}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipping-request/0389fc7dd97584790e5ad49010db9c4a/ecb3e399-2f57-11eb-8853-0800275177b9 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
- brandNamed
- null
{ "data": { "eshop": { … }, "cart": { … }, "items": [ … ] }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }