Skip to content

Close carrier shipments

Request

Closes (moves to transportation stage) of all created shipments for given carrier ID.

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
codestringrequired

Shipment carrier identifier.

Example:110
Headers
Content-Typestringrequired
Default:"application/json"
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'

Responses

Accepted

Response
No content