Enumeration: Status
Defines the activation status of configurator components.
Status determines whether components are available for use. This affects visibility and availability of options, products, and other elements.
The status is a critical control mechanism that allows product administrators to manage what options and products are accessible to end users without having to delete or rebuild configurations.
Enumeration Members
ACTIVE
ACTIVE:
"ACTIVE"
Component is active and available for use. Active components are fully functional and visible to users.
Items with ACTIVE status are:
- Visible in product listings and option menus
- Selectable by users in the configurator
- Included in price calculations and order processing
- Available for selection in filter widgets
This is the normal operational state for products and options that are currently being offered to customers.
INACTIVE
INACTIVE:
"INACTIVE"
Component is inactive and unavailable for use. Inactive components are hidden or disabled in the interface.
Items with INACTIVE status are:
- Hidden from product listings and option menus
- Not selectable by users in the configurator
- Excluded from new configurations and orders
- Not shown in filter widgets
This status is useful for:
- Temporarily removing options without deleting them
- Seasonal products that will return later
- Phasing out products or options gradually
- Testing configurations before making them public
- Discontinued items that must remain in the system for existing orders