Options to control how to override the default behavior of the specified modifier.
CatalogModifierOverride
Name | Type | Tags | Description |
---|---|---|---|
modifierId |
string |
Required | The ID of the CatalogModifier whose default behavior is being overridden.Constraints: Minimum Length: 1 |
onByDefault |
boolean | undefined |
Optional | If true , this CatalogModifier should be selected by default for this CatalogItem . |
{
"modifier_id": "modifier_id2",
"on_by_default": null
}