Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 617 Bytes

catalog-modifier-override.md

File metadata and controls

25 lines (16 loc) · 617 Bytes

Catalog Modifier Override

Options to control how to override the default behavior of the specified modifier.

Structure

Catalog Modifier Override

Fields

Name Type Tags Description
modifier_id str 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.

Example (as JSON)

{
  "modifier_id": "modifier_id2",
  "on_by_default": false
}