last_updated_at |
Unix Time |
Last time the record was updated |
1709055504 |
item_id |
string (UUID) |
Unique identifier for this staff account. |
"1056396b-03b1-4da5-9ceb-b7004e976213" |
event_id |
string (UUID) |
Unique identifier for the dashboard. |
"0b059b31-785e-428a-a209-fe81c92b4013" |
price |
integer |
Price of the item in cents. |
1000 |
name |
string |
Name of the item. |
“Classic Burger” |
description |
string |
Description of the item. |
“6oz patty with cheese” |
loyalty_reward_eligible |
boolean |
If the item is eligible to reward points. |
true |
loyalty_reward_amount |
integer |
Loyalty points rewarded upon purchasing this item. |
10 |
loyalty_redeem_eligible |
boolean |
If the item is eligible to be redeemed. |
true |
loyalty_redeem_price |
integer |
Loyalty points required to redeem this item. |
100 |
sales_tax_basis_points |
integer |
Sales tax basis points. |
1300 |
last_updated_by_account_id |
string (UUID) |
The unique identifier of the last account to update this item. |
"d1c57d02-f26c-11e7-842e-938706cb1939" |
is_deleted |
boolean |
If the item is deleted/archived. |
false |
print_chit |
boolean |
If the kitchen printer should always print for this item. |
true |