Returns detail of a single shipment identified by its GUID.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/{guid}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/{guid}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/93bc0dbe-7481-11e8-8216-002590dad85e \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "orderCode": "2024000008", "sender": { … }, "recipient": { … }, "carrierAddress": { … }, "status": "requested", "shipmentType": "standard", "serviceCode": "logistics-ppl-parcel-cz-private-home-delivery", "cod": { … }, "value": { … }, "customer": { … }, "packages": [ … ], "note": "This is a note" }, "errors": [ { … } ] }