Menu
Integration partners should use this endpoint to get the updated menu from Grubtech.
get/{storeId}/menus/{menuId}
Path parameters
storeIdstring required
Unique identifier for the location in which the menu was created or updated. This ID will be provided by either Grubtech or the aggregator.
menuIdstring required
Grubtech unique identifier for the created or updated menu
Response
Success Response
Example response
{
"id": "bc19f8e9-6b15-443f-a9c0-23daf8bc68b2",
"name": {
"translations": {
"en-us": "grubtech"
}
},
"description": {
"translations": {
"en-us": "grubtech"
}
},
"imageUrl": "https://cdn.staging.grubtech.io/default-menu-cover.jpg",
"currencyCode": "AED",
"storeId": "a9f3ded6-c10b-4f17-ad42-5788e061b0a6",
"items": [
{
"id": "601e50ce9509110c35650e01",
"sku": "FG-00923",
"barcodes": [
"703546147070869504"
],
"name": {
"translations": {
"en-us": "grubtech"
}
},
"description": {
"translations": {
"en-us": "grubtech"
}
},
"brandName": "Anchor",
"imageUrl": "https://cdn.staging.grubtech.io/IMAGE_RECIPE-b086a720-63e1-480e-ace3-1973fa19cc40.jpeg",
"unitPrice": 1200,
"discountedPrice": 1000,
"quantityInfo": {
"amount": 100,
"measureUnit": "g",
"itemSize": "500"
},
"type": "ITEM",
"availability": "AVAILABLE",
"tags": [
"Chef's special"
]
}
],
"categories": [
{
"id": "601e50cd6053727605dc5a17",
"background": {
"type": "IMAGE",
"value": "IMAGE_CATEGORY-3cb9f4ed-48d6-4088-a88b-d04cc8faaaab.jpeg"
},
"name": {
"translations": {
"en-us": "grubtech"
}
},
"description": {
"translations": {
"en-us": "grubtech"
}
},
"items": [
"601e50ce9509110c35650e01"
]
}
],
"latestNotificationId": "a9f3ded6-c10b-4f17-ad42-5788e061b0a6",
"lastUpdatedAt": "2020-08-02T09:23:54.723Z"
}