Mark a dine-in (open-tab) order as closed
POST/manager/order/v1/sources/:source/orders/:orderId/close
Marks an open-tab dine-in order as closed. The closing party is always the merchant/POS (system). RATE LIMIT: 32 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 422
The order was successfully marked as closed.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
Order could not be closed (e.g. already closed or not an open-tab order).
The request body is not valid.