Update specific fields of an existing receipt
closed_at is not null).| Parameter | Type | Description |
|---|---|---|
id | number | Unique identifier of the receipt to update. |
| Field | Type | Description |
|---|---|---|
order_status | string | Order status. Valid values: "NEW", "SCHEDULED", "IN_PROGRESS", "READY", "PICKED_UP", "COMPLETED", "CANCELLED". |
order_number | string | Order number identifier (e.g., "RPO-00001"). |
fiscal_id | string | Fiscal receipt identifier. |
lock | boolean | Lock status of the receipt (true or false). |
| Field | Type | Description |
|---|---|---|
order_status | string | Current order status. Valid values: "NEW", "SCHEDULED", "IN_PROGRESS", "READY", "PICKED_UP", "COMPLETED", "CANCELLED". |
order_number | string | External order number or identifier. |
fiscal_id | string | Fiscal receipt identifier used for tax reporting. |
lock | boolean | If true, locks the receipt to prevent further modifications. |
order_status, order_number, fiscal_id, lock) can be updated through this endpoint.closed_at is not null).Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Receipt ID
Order status. Valid values: NEW, SCHEDULED, IN_PROGRESS, READY, PICKED_UP, COMPLETED, CANCELLED
NEW, SCHEDULED, IN_PROGRESS, READY, PICKED_UP, COMPLETED, CANCELLED Order number identifier
Fiscal receipt identifier
Lock status of the receipt