Create a Menu Item
Create a menu item. It can be added to a content list later
Request body
Title
Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'
Unique Identifier for the Menu
The uberall unique id for the menu item
Price of the menu item in cents: e.g. '1500' for 15 €
Currency used for prices in ISO-4217: e.g. EUR, USD, CHF
Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)
A valid page url with more details about the item
Maximum price if you want to use a price range for the item
The lowest possible number of calories for a menu item
The high end of the range of calories for a menu item
Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)
Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)
Example request
{
"category": "Starters, Drinks, Desert, etc."
}Response
Menu Item successfully created
(optional) Holds further information about the response
(optional) Holds further warnings
Example response
{
"response": {
"menuItem": {
"category": "Starters, Drinks, Desert, etc."
}
}
}