Update order customer items
PUT/manager/order/v1/sources/:source/orders/:orderId/items
Updates customer items for a dine-in order (quantity change, price adjustment, or add item). Only supported when integration slug is d2c-eater-website, order fulfillment type is dine-in, and the order tab is open (order is modifiable). Modifying party and modification request ID are set by the endpoint. RATE LIMIT: 8 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 422
The order customer items update was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
Customer items update is not allowed (e.g. slug is not d2c-eater-website, order is not dine-in, or order tab is not open).
The request body is not valid.