MenuLocation
Type | Table |
---|---|
MenuLocation | gdata_menu_location |
A single menu can be associated to multiple locations. For instance, if you have a brand that operates from two different kitchens or restaurants, the same menu can be used in both locations. By pushing this unified menu to various food aggregator apps, you ensure that customers at different locations have access to the same range of dishes. This feature promotes brand consistency and simplifies menu management across multiple locations or stores.
Attribute | Data Type | Description |
---|---|---|
id | varchar(255) | Unique identifier for the menu location |
tags | varchar(255) | Tags associated with the menu location |
locationid | varchar(255) | ID of the location |
menuid | varchar(255) | ID of the associated menu |
Updated about 1 year ago