added
Introducing Calorie Information to Ordering Platforms
2 months ago by Lahiru Pushpakumara
[Released on: 29th November, 2024]
Introducing Calorie Information for Items and Modifiers - Ordering Platform API Suite
This update introduces a key feature to support calorie counts for each menu item and modifier, providing a more comprehensive approach to nutritional transparency.
Key Updates:
- New Object: "nutritionalInfo"
• A new object, "nutritionalInfo", is added to the menu payload under the "item" object.
NOTE: This object retains all nutritional information for items and modifiers. Initially, it will include energy data, with plans to expand to other nutritional details in the future. - New Object: "energyInfo"
• Within the "nutritionalInfo" object, we have introduced the "energyInfo" object to store calorie details for an item or modifier. - New Attributes within "energyInfo":
• "amount": Holds the calorie count for the respective item or modifier.
• "unit": Specifies the unit of measurement for the calorie count.
NOTE: Currently, we only support kcal.