Skip to content

Creation of shipment by order code
deprecated

Request

[DEPRECATED] Use POST /api/shipments instead. Creates a new shipment for the order identified by its code.

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
codestringrequired

Order code.

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

Responses

Created

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
Response
{ "data": { "guid": "1e3f3f32-3f3f-6766-3f3f-02423f1f0004" }, "errors": [] }