added
Introducing Extended Nutritional Information for Items and Modifiers - Ordering Platform API Suite
about 1 month ago by Lahiru Pushpakumara
[Release on: 11/08/2025]
This update enhances the nutritional transparency of menu items and modifiers by introducing additional nutritional details beyond what is already available. Merchants and integrators can now access more granular dietary data for their customers.
Key Updates:
Updated Object: "nutritionalInfo"
• The existing "nutritionalInfo" object, available under the "item" object, has been extended to include new nutritional attributes.
• These attributes provide greater insight into salt, caffeine, and sodium content for both items and modifiers.
New Attributes within "nutritionalInfo":
- salt
- "amount": Represents the salt content of the item or modifier.
- "unit": Specifies the measurement unit (e.g., "G").
- caffeine
- "amount": Represents the caffeine content of the item or modifier.
- "unit": Specifies the measurement unit (e.g., "G").
- sodium
- "amount": Represents the sodium content of the item or modifier.
- "unit": Specifies the measurement unit (e.g., "G").
"nutritionalInfo": {
"salt": {
"amount": 1.5,
"unit": "G"
},
"caffeine": {
"amount": 80,
"unit": "G"
},
"sodium": {
"amount": 500,
"unit": "G"
}
}