Menu Item
The MenuItem
object represents the predefined information of an item within a menu
Available fields
Field | Type | Description |
| ID | A base64-encoded version of the |
| String | Restaurant ID |
| String | Restaurant name where the menu is found |
| DateTime | Date and time when the menu was created |
| DateTime | Date and time when the menu was updated |
| String | Name of the menu |
| String | Section name |
| String | Name of the item in the menu |
| Boolean | True if the item is active in the menu. Otherwise is false |
| String | Description of the menu item |
| Float | Minimum price of the menu item |
| Float | Maximum price of the menu item |
| String | Menu item language |
| String | Name of the course menu item. Possible Values: Main dishes, Side Dishes, Appetizers, Salads |
| An object that retrieves the ingredients information. | |
| Object contains details about an item's Adherence Score. | |
| Object contains the nutritional values of the associated food per each gram of that food. |
Use this object in the following:
Last updated