Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.03 KB

File metadata and controls

25 lines (18 loc) · 1.03 KB

CreateGroup

Properties

Name Type Description Notes
minSelectCount Integer Minimum number of items that the user has to select [optional]
maxSelectCount Integer 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 GroupTypeEnum Type of group (ModifierGroup, etc)
sku String Stock Keeping Unit (SKU)
name String Group name
autogenerateDisplayText Boolean Autogenerate display text in ordering applications [optional]
imageFileName String Image File Name [optional]

Enum: GroupTypeEnum

Name Value
MODIFIERGROUP "ModifierGroup"