Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 630 Bytes

catalog-modifier-override.md

File metadata and controls

25 lines (16 loc) · 630 Bytes

Catalog Modifier Override

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

Structure

CatalogModifierOverride

Fields

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.

Example (as JSON)

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