40 lines
993 B
JSON
40 lines
993 B
JSON
{
|
|
"menu_type": "MENU_TYPE_FULFILLMENT_DELIVERY",
|
|
"menus": [
|
|
{
|
|
"id": "Special",
|
|
"title": { "translations": { "en_us": "Specials" } },
|
|
"service_availability": [
|
|
{ "day_of_week": "monday", "time_periods": [{ "start_time": "00:00", "end_time": "23:59" }] }
|
|
],
|
|
"category_ids": ["Specials"]
|
|
}
|
|
],
|
|
"categories": [
|
|
{
|
|
"id": "Specials",
|
|
"title": { "translations": { "en_us": "Specials" } },
|
|
"entities": [
|
|
{ "type": "ITEM", "id": "Best_Burger_Delivery" },
|
|
{ "type": "ITEM", "id": "Best_Fries" }
|
|
]
|
|
}
|
|
],
|
|
"items": [
|
|
{
|
|
"id": "Best_Burger_Delivery",
|
|
"title": { "translations": { "en_us": "Best Burger" } },
|
|
"price_info": { "price": 900 },
|
|
"tax_info": {}
|
|
},
|
|
{
|
|
"id": "Best_Fries",
|
|
"title": { "translations": { "en_us": "Best Fries" } },
|
|
"price_info": { "price": 300 },
|
|
"tax_info": {}
|
|
}
|
|
],
|
|
"modifier_groups": [],
|
|
"display_options": {}
|
|
}
|