Returns a paginated list of shipments. Optionally filter by status or order code.
Security
shoptetAccessToken or shoptetPrivateApiToken
Filtering by shipment status. Optional. For possible values see Shipment statuses code list.
Example:status=closed
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments?status=closed&orderCode=2024000008' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "items": [ … ], "paginator": { … } }, "errors": [ { … } ] }