docs
  1. Add-on Documentation
  2. Omni-channel Add-on
  3. Developer Guide
  4. Api Reference
  5. Orders
  6. Update Order State

Update Order state

Update order & orderItem status

Path Parameters

ParameterDetails
orderId
  • required
number

Request body

ParameterDetails
items
object
orderItemId
number
Example:
23456
status
string
Enum:
readyForPickup
pickedUp

Responses

200
successful operation
application/json
Success
orderId
number
Example:
12345
orderType
string
Example:
pickupCollect
orderKey
string
Example:
7RVplPdxqQGDReedFd0UTpnQDCT51NMS
shopId
number
Example:
1003
shopKey
string
Example:
ay
name
string
Example:
John Doe
email
string
Example:
jd@example.net
phoneNumber
string
Example:
+49 012 3456 7890
status
string
Example:
confirmed
object
createdAt
string
Example:
2023-06-21
updatedAt
string
Example:
2023-06-21
Array of object
Array of object
401
Unauthorized
Error
404
Not Found
Error
422
Unprocessable Entity
application/json
Error
PATCH/orders/{orderId}/state

Request samples

Provide Feedback