Change order status
Food & Beverage
Change Order Status
Update the status of an F&B order
POST
Change order status
Change the status of an existing order. Valid transitions move an order through the workflow:
pending → preparing → ready → served. Served or cancelled orders can only be reverted to pending.
Request
Path Parameters
The order number to update.
Body
The new order status:
pending, preparing, ready, served, or cancelled.Response
200
Status Codes
200: Order status updated successfully400: Invalid status value, or invalid state transition401: API key is required or invalid403: F&B module is disabled or workspace access is denied404: Order not found
Authorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Path Parameters
The order number to update
Body
application/json
The new order status
Available options:
pending, preparing, ready, served, cancelled Response
Order status updated

