AttributeTypeDescription
idstringA guid that acts as the key of a dict describing the menuItem
display_positionintegerThe position in the menu for this item. Larger numbers are positioned further down in the list.
name_for_gueststringThe name of the menuitem as it should appear for the staff in the bar or kitchen.
tax_centsintegerThe amount in cents for tax for this item.
price_stringstringA 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_centsintegerThe amount this item cost before taxes and fees are applied.
tagsarray of objectsAn array of objects of the menu icons (e.g., vegan, spicy) that should appear with this item in the consumer UI.
modifier_heading_idstringThe menu heading which this item should appear under.
in_stockbooleanIf this item is currently in stock.
menu_item_classmagic stringEither mixer or addon which is just a tool for convenience in your UI.
modifier_idsarray of stringsThe list of modifiers that modify this modifier. Note: circular references may occur, you'll need to handle those in your implementation.