The Menu Item view is the menu item catalog for R365. It contains pricing, recipe cost, and category classification for all products available for sale at point-of-sale.
Menu Item Columns
column_name | data_type | description |
|---|---|---|
id | UUID | Unique identifier for the menu item. |
tenant_id | integer | Customer's account identifier within the R365 platform. |
pos_item_id | UUID | Unique identifier for the point-of-sale item link record associated with this menu item. |
pos_item_name | string | Display name of the point-of-sale item link as it appears in the POS system. |
menu_item_name | string | Display name of the menu item as configured in R365. |
sku | string | Stock Keeping Unit code assigned to this menu item for inventory tracking purposes. |
price | number | Current selling price of the menu item. Expressed in the organization's base currency. |
menu_item_recipe_cost | number | Estimated cost to produce one unit of this menu item based on the linked recipe. Expressed in the organization's base currency. |
menu_item_category1 | string | Primary category classification for this menu item (organization-defined). |
menu_item_category2 | string | Secondary category classification for this menu item (organization-defined). |
menu_item_category3 | string | Tertiary category classification for this menu item (organization-defined). |
is_deleted | boolean | Indicates whether this menu item has been deactivated and is no longer in active use. |