Skip to main content

ClusterConfigSettingType

Configuration types that define how cluster settings behave and interact with product data.

Determines the behavior and editability of cluster configuration settings, controlling how product attributes and fields are managed within product clusters.

enum ClusterConfigSettingType {
EDITABLE_FIELD
SHARED_FIELD
SELECTABLE_ATTRIBUTE
EDITABLE_ATTRIBUTE
SHARED_ATTRIBUTE
}

Values

ClusterConfigSettingType.EDITABLE_FIELD

Field that can be customized per product within the cluster.

Allows individual products in the cluster to have unique values for this field while maintaining cluster organization.

ClusterConfigSettingType.SHARED_FIELD

Field that is shared across all products in the cluster.

All products in the cluster inherit the same value for this field, ensuring consistency across the product group.

ClusterConfigSettingType.SELECTABLE_ATTRIBUTE

Attribute that customers can select from predefined options.

Provides customers with a dropdown or selection interface to choose from available attribute values when configuring the product.

ClusterConfigSettingType.EDITABLE_ATTRIBUTE

Attribute that customers can freely edit or input.

Allows customers to enter custom values for this attribute, providing flexibility for personalization or custom specifications.

ClusterConfigSettingType.SHARED_ATTRIBUTE

Attribute that is consistent across all cluster products.

All products in the cluster share the same attribute value, providing uniformity while allowing other attributes to vary.

Member Of

ClusterConfigSetting object