Closes (moves to transportation stage) of all created shipments for given carrier ID.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers/{code}/close
- https://api.myshoptet.comhttps://api.myshoptet.com/api/shipments/carriers/{code}/close
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X POST \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/shipments/carriers/110/close \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'