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