Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.05 KB

File metadata and controls

17 lines (14 loc) · 1.05 KB

Flipdish.Model.CreateGroup

Properties

Name Type Description Notes
MinSelectCount int? Minimum number of items that the user has to select [optional]
MaxSelectCount int? Maximum number of items that the user has to select [optional]
Products List<CreateProductReference> Collection of items associated with this group [optional]
Metafields List<Metafield> Collection of metafields [optional]
GroupType string Type of group (ModifierGroup, etc)
Sku string Stock Keeping Unit (SKU)
Name string Group name
AutogenerateDisplayText bool? Autogenerate display text in ordering applications [optional]
ImageFileName string Image File Name [optional]

[Back to Model list] [Back to API list] [Back to README]