Skip to main content

Enumeration: ParameterResourceType

Defines the resource contexts where parameters can be applied.

Parameters can be linked to different areas of the product catalog, configuration process, or order flow. Each resource type determines the scope, purpose, and visibility of the parameters it contains.

This allows the same parameter system to be used consistently across products, option sets, cart data, and structured product elements.

Enumeration Members

CART

CART: "CART"

Parameters linked to the cart level.

Use CART when the parameter affects the entire order rather than a specific product. Common examples include delivery preferences, customer instructions, or promotional selections.


OPTION_SET

OPTION_SET: "OPTION_SET"

Parameters linked to option sets.

Use OPTION_SET when the parameter defines or influences the set of choices available for a product option group. These parameters are tied directly to the selectable items within the option set.


PRODUCT_DATA_GRID

PRODUCT_DATA_GRID: "PRODUCT_DATA_GRID"

Parameters used in product data grids.

Use PRODUCT_DATA_GRID for structured, table-like product data — for example, a bill of materials (BOM), component lists, or per-item specifications.