Options to control the properties of a CatalogModifierList
applied to a CatalogItem
instance.
CatalogItemModifierListInfo
Name | Type | Tags | Description |
---|---|---|---|
modifierListId |
string |
Required | The ID of the CatalogModifierList controlled by this CatalogModifierListInfo .Constraints: Minimum Length: 1 |
modifierOverrides |
CatalogModifierOverride[] | undefined |
Optional | A set of CatalogModifierOverride objects that override whether a given CatalogModifier is enabled by default. |
minSelectedModifiers |
number | undefined |
Optional | If 0 or larger, the smallest number of CatalogModifier s that must be selected from this CatalogModifierList . |
maxSelectedModifiers |
number | undefined |
Optional | If 0 or larger, the largest number of CatalogModifier s that can be selected from this CatalogModifierList . |
enabled |
boolean | undefined |
Optional | If true , enable this CatalogModifierList . The default value is true . |
{
"modifier_list_id": "modifier_list_id6",
"modifier_overrides": null,
"min_selected_modifiers": null,
"max_selected_modifiers": null,
"enabled": null
}