Update Kitchen Ticket
update_kitchen_ticketAdvance kitchen ticket status or reassign to a different station, moving through workflow steps: queued, preparing, ready, served.
Instructions
Advance a kitchen ticket through the workflow — update its status (e.g. queued → preparing → ready → served) or reassign it to a different station. / Avanza un ticket de cocina en el flujo: actualiza estado (queued → preparing → ready → served) o reasigna a otra estacion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID to update / ID del ticket a actualizar | |
| status | No | New ticket status: on_hold, queued, preparing, ready, served, voided. / Nuevo estado: on_hold, queued, preparing, ready, served, voided. | |
| stationId | No | Reassign to station ID / Reasignar a estacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| stationId | No | ||
| status | No | queued | preparing | ready | served | cancelled | |
| tableRef | No | ||
| items | No | ||
| createdAt | No | ||
| updatedAt | No |