Name | Type | Description | Notes |
---|---|---|---|
Name | string | The CatalogModifierList's name. Searchable. | |
SelectionType | SelectionTypeEnum | Indicates whether multiple options from the CatalogModifierList can be applied to a single CatalogItem. See CatalogModifierListSelectionType for all possible values. | [optional] |
Modifiers | List<CatalogObject> | The options included in the CatalogModifierList. You must include at least one CatalogModifier. Each CatalogObject must have type `MODIFIER` and contain CatalogModifier data. | [optional] |
Name | Value |
---|---|
SINGLE | "SINGLE" |
MULTIPLE | "MULTIPLE" |