v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBRestaurants
publicly-accessible
Create or update a menu
This will begin an asynchronous process that will lead to that menu becoming live on the Just Eat platform
put/restaurants/{tenant}/{restaurantId}/menu
Path parameters
tenantstring required
The tenant of the restaurant in which to put a menu
restaurantIdstring required
The restaurant identifier to associated with the menu
Headers
Authorizationstring required
Containing a partner issued API key e.g. JE-API-KEY ABCDE123456789
Content-Typestring
Used to denote the version of the menu payload within the body, will default to latest if not supplied e.g. application/=1.0
Request body
Example request
{
"restaurantId": "100059",
"name": "My Restaurant",
"description": "My excellent menu",
"currency": "GBP",
"categories": [
{
"id": "3",
"name": "Starters",
"description": "",
"itemIds": [
"65143901"
]
},
{
"id": "4",
"name": "Deals",
"description": "",
"itemIds": [
"23435309",
"33445308"
]
},
{
"id": "5",
"name": "Pizzas",
"description": "",
"itemIds": [
"8547130",
"8547140"
]
},
{
"id": "6",
"name": "Drinks",
"description": "",
"itemIds": [
"6537130",
"6537140"
]
}
],
"items": [
{
"id": "23435309",
"type": "deal",
"name": "Half-and-half Pizza",
"description": "Choose each half.",
"labels": [],
"variations": [
{
"id": "23435309",
"name": "",
"type": "noVariation",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery"
],
"basePrice": 3099,
"dealOnly": false,
"modifierGroupsIds": [],
"dealGroupsIds": [
"23435309-1",
"23435309-2"
]
}
],
"modifierGroups": [],
"dealGroups": [
{
"id": "23435309-1",
"name": "Choose your base",
"numberOfChoices": 1,
"dealItemVariations": [
{
"dealItemVariationId": "1577341",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
}
]
},
{
"id": "23435309-2",
"name": "Choose your halves",
"numberOfChoices": 2,
"dealItemVariations": [
{
"dealItemVariationId": "8547121",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"dealItemVariationId": "3547157",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"dealItemVariationId": "8548153",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
}
]
}
]
},
{
"id": "33445308",
"type": "deal",
"name": "14 inch Pizza & A Drink For 1",
"description": "Choose a 14 inch Pizza (including half-and-half) and any drink. Note: Alcohol is only available for collection.",
"labels": [],
"variations": [
{
"id": "33445308",
"name": "",
"type": "noVariation",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery"
],
"basePrice": 3099,
"dealOnly": false,
"modifierGroupsIds": [],
"dealGroupsIds": [
"33445308-1",
"33445308-2"
]
}
],
"modifierGroups": [],
"dealGroups": [
{
"id": "33445308-1",
"name": "Choose your pizza",
"numberOfChoices": 1,
"dealItemVariations": [
{
"dealItemVariationId": "9750011",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"dealItemVariationId": "9750021",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"dealItemVariationId": "23435309",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
}
]
},
{
"id": "33445308-2",
"name": "Choose your drink",
"numberOfChoices": 1,
"dealItemVariations": [
{
"dealItemVariationId": "6537130",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 13
},
{
"dealItemVariationId": "6537140",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"dealItemVariationId": "7739164",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
}
]
}
]
},
{
"id": "65143901",
"type": "menuItem",
"name": "Flat Bread and Dips (Pick any 2 Dips)",
"requireOtherProducts": false,
"description": "",
"labels": [],
"variations": [
{
"id": "65143901",
"name": "",
"type": "noVariation",
"basePrice": 650,
"dealOnly": false,
"kitchenNumber": "90",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"65143901-req-1",
"65143901-req-2"
],
"dealGroupsIds": []
}
],
"modifierGroups": [
{
"id": "65143901-req-1",
"name": "Choose your bread",
"minChoices": 1,
"maxChoices": 1,
"modifiers": [
{
"id": "834502",
"name": "Pitta Bread",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "835700",
"name": "Sourdough",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "835601",
"name": "Wholemeal",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
}
]
},
{
"id": "65143901-req-2",
"name": "Choose your dips",
"minChoices": 2,
"maxChoices": 2,
"modifiers": [
{
"id": "835340",
"name": "Tzatziki",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 0
},
{
"id": "835341",
"name": "Taramasalata",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 0
},
{
"id": "825344",
"name": "Hummus",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 0
},
{
"id": "825346",
"name": "Onion",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 0
}
]
}
],
"dealGroups": []
},
{
"id": "1577341",
"type": "menuItem",
"name": "Base",
"requireOtherProducts": true,
"description": "",
"labels": [],
"variations": [
{
"id": "1577341",
"name": "",
"type": "noVariation",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"basePrice": 200,
"dealOnly": true,
"modifierGroupsIds": [
"1577341-req-1"
],
"dealGroupsIds": []
}
],
"modifierGroups": [
{
"id": "1577341-req-1",
"name": "Crust",
"minChoices": 1,
"maxChoices": 1,
"modifiers": [
{
"id": "854500",
"name": "Classic Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "854600",
"name": "Stuffed Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 200
}
]
}
],
"dealGroups": []
},
{
"id": "8547130",
"type": "menuItem",
"name": "Margherita",
"requireOtherProducts": true,
"description": "",
"labels": [],
"variations": [
{
"id": "8547121",
"name": "Half",
"type": "variation",
"basePrice": 500,
"dealOnly": true,
"kitchenNumber": "100",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547130-opt-1"
],
"dealGroupsIds": []
},
{
"id": "8547130",
"name": "12 inch",
"type": "variation",
"basePrice": 1000,
"dealOnly": false,
"kitchenNumber": "100",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547130-req-1",
"8547130-opt-1"
],
"dealGroupsIds": []
},
{
"id": "8543123",
"name": "14 inch",
"type": "variation",
"basePrice": 1200,
"dealOnly": true,
"kitchenNumber": "200",
"availabilityIds": [
"1-lunch-delivery-weekday",
"2-lunch-collection-weekday",
"3-dinner-delivery-weekday",
"4-dinner-collection-weekday"
],
"modifierGroupsIds": [
"8547130-req-1",
"8547130-opt-1"
],
"dealGroupsIds": []
}
],
"modifierGroups": [
{
"id": "8547130-req-1",
"name": "Choose your crust",
"minChoices": 1,
"maxChoices": 1,
"modifiers": [
{
"id": "854500",
"name": "Classic Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "854600",
"name": "Stuffed Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 200
}
]
},
{
"id": "8547130-opt-1",
"name": "Any extra toppings?",
"minChoices": 0,
"maxChoices": 10,
"modifiers": [
{
"id": "1000",
"name": "Mozzarella Cheese",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1001",
"name": "Ham",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
},
{
"id": "1002",
"name": "Red Onion",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
},
{
"id": "1003",
"name": "Pepperoni",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
},
{
"id": "1004",
"name": "Olives",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 50
}
]
}
],
"dealGroups": []
},
{
"id": "8547140",
"type": "menuItem",
"name": "Double Pepperoni",
"requireOtherProducts": false,
"description": "",
"labels": [],
"variations": [
{
"id": "8548153",
"name": "Half",
"type": "variation",
"basePrice": 500,
"dealOnly": true,
"kitchenNumber": "100",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547140-opt-1"
],
"dealGroupsIds": []
},
{
"id": "8547140",
"name": "12 inch",
"type": "variation",
"basePrice": 1000,
"dealOnly": false,
"kitchenNumber": "100",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547140-req-1",
"8547140-opt-1"
],
"dealGroupsIds": []
},
{
"id": "9750021",
"name": "14 inch",
"type": "variation",
"basePrice": 1200,
"dealOnly": true,
"kitchenNumber": "200",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547140-req-1",
"8547140-opt-1"
],
"dealGroupsIds": []
},
{
"id": "9755052",
"name": "18 inch",
"type": "variation",
"basePrice": 1200,
"dealOnly": false,
"kitchenNumber": "200",
"availabilityIds": [
"2-lunch-collection",
"4-dinner-collection"
],
"modifierGroupsIds": [
"9755052-req-1",
"9755052-opt-1"
],
"dealGroupsIds": []
}
],
"modifierGroups": [
{
"id": "8547140-req-1",
"name": "Choose your crust",
"minChoices": 1,
"maxChoices": 1,
"modifiers": [
{
"id": "854500",
"name": "Classic Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "854600",
"name": "Stuffed Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 200
}
]
},
{
"id": "8547140-opt-1",
"name": "Any extra toppings?",
"minChoices": 0,
"maxChoices": 10,
"modifiers": [
{
"id": "1000",
"name": "Mozzarella Cheese",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1001",
"name": "Ham",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1002",
"name": "Red Onion",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1003",
"name": "Pepperoni",
"minChoices": 2,
"maxChoices": 4,
"additionPrice": 50
},
{
"id": "1004",
"name": "Olives",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
}
]
},
{
"id": "9755052-req-1",
"name": "Choose your crust",
"minChoices": 1,
"maxChoices": 1,
"modifiers": [
{
"id": "854500",
"name": "Classic Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 0
},
{
"id": "854600",
"name": "Stuffed Crust",
"minChoices": 0,
"maxChoices": 1,
"additionPrice": 250
}
]
},
{
"id": "9755052-opt-1",
"name": "Any extra toppings?",
"minChoices": 0,
"maxChoices": 10,
"modifiers": [
{
"id": "1000",
"name": "Mozzarella Cheese",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 70
},
{
"id": "1001",
"name": "Ham",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 70
},
{
"id": "1002",
"name": "Red Onion",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 70
},
{
"id": "1003",
"name": "Pepperoni",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 70
},
{
"id": "1004",
"name": "Olives",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 70
}
]
}
],
"dealGroups": []
},
{
"id": "3547157",
"type": "menuItem",
"name": "Vegetarian",
"requireOtherProducts": false,
"description": "",
"labels": [
"vegetarian"
],
"variations": [
{
"id": "3547157",
"name": "",
"type": "noVariation",
"basePrice": 500,
"dealOnly": true,
"kitchenNumber": "121",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [
"8547140-opt-1"
],
"dealGroupsIds": []
}
],
"modifierGroups": [
{
"id": "8547140-opt-1",
"name": "Any extra toppings?",
"minChoices": 0,
"maxChoices": 10,
"modifiers": [
{
"id": "1000",
"name": "Mozzarella Cheese",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1001",
"name": "Ham",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1002",
"name": "Red Onion",
"minChoices": 1,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1003",
"name": "Pepperoni",
"minChoices": 0,
"maxChoices": 2,
"additionPrice": 50
},
{
"id": "1004",
"name": "Olives",
"minChoices": 1,
"maxChoices": 2,
"additionPrice": 50
}
]
}
],
"dealGroups": []
},
{
"id": "6537130",
"type": "menuItem",
"name": "Coca-Cola",
"requireOtherProducts": true,
"description": "",
"labels": [],
"variations": [
{
"id": "6537130",
"name": "0.33L",
"type": "variation",
"basePrice": 100,
"dealOnly": false,
"kitchenNumber": "300",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [],
"dealGroupsIds": []
},
{
"id": "9750011",
"name": "1.5L",
"type": "variation",
"basePrice": 300,
"dealOnly": false,
"kitchenNumber": "400",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [],
"dealGroupsIds": []
}
],
"modifierGroups": [],
"dealGroups": []
},
{
"id": "6537140",
"type": "menuItem",
"name": "Diet Coke",
"requireOtherProducts": true,
"description": "",
"labels": [],
"variations": [
{
"id": "6537140",
"name": "0.33L",
"type": "variation",
"basePrice": 100,
"dealOnly": false,
"kitchenNumber": "300",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [],
"dealGroupsIds": []
},
{
"id": "9750312",
"name": "1.5L",
"type": "variation",
"basePrice": 300,
"dealOnly": false,
"kitchenNumber": "400",
"availabilityIds": [
"1-lunch-delivery",
"2-lunch-collection",
"3-dinner-delivery",
"4-dinner-collection"
],
"modifierGroupsIds": [],
"dealGroupsIds": []
}
],
"modifierGroups": [],
"dealGroups": []
},
{
"id": "7739164",
"type": "menuItem",
"name": "Bottle of Lager",
"requireOtherProducts": true,
"description": "",
"labels": [],
"variations": [
{
"id": "7739164",
"name": "",
"type": "noVariation",
"basePrice": 300,
"dealOnly": false,
"kitchenNumber": "700",
"availabilityIds": [
"2-lunch-collection",
"4-dinner-collection"
],
"modifierGroupsIds": [],
"dealGroupsIds": []
}
],
"modifierGroups": [],
"dealGroups": []
}
]
}Response
Accepted
Example response
{
"correlationId": "64bef5ee-7265-47f8-9aee-28bc74f00b13"
}