Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

File metadata and controls

16 lines (13 loc) · 1 KB

Flipdish.Model.UpdateGroup

Properties

Name Type Description Notes
Sku string Stock Keeping Unit (SKU) [optional]
Name string Group name [optional]
AutogenerateDisplayText bool? Autogenerate display text in ordering applications [optional]
ImageFileName string Image File Name [optional]
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<UpdateProductReference> Collection of items associated with this group [optional]
Metafields List<Metafield> Collection of metafields [optional]

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