Update Order state
Update order & orderItem status
Path Parameters
Parameter | Details |
---|---|
orderId
| number |
Request body
Parameter | Details |
---|---|
items | object orderItemId numberExample: 23456 status stringEnum: 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