A guid that acts as the key of a dict describing the menuItem
display_position
integer
The position in the menu for this item. Larger numbers are positioned further down in the list.
name_for_guest
string
The name of the menuitem as it should appear for the staff in the bar or kitchen.
tax_cents
integer
The amount in cents for tax for this item.
price_string
string
A price string that you can use to display in the UI. This is determined on the Bbot servers because sometimes restaurants want their prices shown as a range (before modifiers are applied). Think for growlers of beer, as an example.
pretax_cents
integer
The amount this item cost before taxes and fees are applied.
tags
array of objects
An array of objects of the menu icons (e.g., vegan, spicy) that should appear with this item in the consumer UI.
modifier_heading_id
string
The menu heading which this item should appear under.
in_stock
boolean
If this item is currently in stock.
menu_item_class
magic string
Either mixer or addon which is just a tool for convenience in your UI.
modifier_ids
array of strings
The list of modifiers that modify this modifier. Note: circular references may occur, you'll need to handle those in your implementation.