Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.6 KB

File metadata and controls

31 lines (24 loc) · 1.6 KB

MenuItemOptionSet

Properties

Name Type Description Notes
menuItemOptionSetId Integer Menu item option set identifier [optional]
imageName String Image Name [optional]
imageUrl String Image url [optional]
menuItemOptionSetItems List<MenuItemOptionSetItem> Option set items [optional]
publicId UUID Permanent reference to the item. [optional]
catalogItemId String Catalog item Id when the OptionSet is associated to a Product [optional]
name String Menu item option set name [optional]
isMasterOptionSet Boolean Is master option set. This can affect the layout of the options in the menu displayed to the customer. Usually it is true if the option could be considerd a standalone item as opposed to an addition (&quot;with ketchup&quot;) or modifier (&quot;large&quot;). [optional]
displayOrder Integer Display order. Displayed in ascending order. [optional]
minSelectCount Integer Minimum items must be selected [optional]
maxSelectCount Integer Maximum number of items can be selected [optional]
cellLayoutType CellLayoutTypeEnum Small Medium

Enum: CellLayoutTypeEnum

Name Value
SMALL "Small"
MEDIUM "Medium"
LARGE "Large"
HIDDENIMAGE "HiddenImage"