Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.22 KB

catalog-item-food-and-beverage-details.md

File metadata and controls

44 lines (35 loc) · 1.22 KB

Catalog Item Food and Beverage Details

The food and beverage-specific details of a FOOD_AND_BEV item.

Structure

Catalog Item Food and Beverage Details

Fields

Name Type Tags Description
calorie_count int Optional The calorie count (in the unit of kcal) for the FOOD_AND_BEV type of items.
dietary_preferences List Catalog Item Food and Beverage Details Dietary Preference Optional The dietary preferences for the FOOD_AND_BEV item.
ingredients List Catalog Item Food and Beverage Details Ingredient Optional The ingredients for the FOOD_AND_BEV type item.

Example (as JSON)

{
  "calorie_count": 36,
  "dietary_preferences": [
    {
      "type": "STANDARD",
      "standard_name": "VEGETARIAN",
      "custom_name": "custom_name8"
    }
  ],
  "ingredients": [
    {
      "type": "STANDARD",
      "standard_name": "MILK",
      "custom_name": "custom_name8"
    },
    {
      "type": "STANDARD",
      "standard_name": "MILK",
      "custom_name": "custom_name8"
    }
  ]
}