[DEPRECATED] Use POST /api/shipments instead. Creates a new shipment for the order identified by its code.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/order/{code}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/order/{code}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X POST \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/order/2024000008 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "guid": "1e3f3f32-3f3f-6766-3f3f-02423f1f0004" }, "errors": [] }