ProductContainerClass
Classification of container types that can hold and organize products.
Defines the different organizational structures used to group and categorize products within the system for navigation, filtering, and product discovery.
enum ProductContainerClass {
CATEGORY
CLUSTER
}
Values
ProductContainerClass.CATEGORY
Category-based product organization.
Products are organized within hierarchical categories that define their classification and enable category-based navigation and filtering.
ProductContainerClass.CLUSTER
Cluster-based product grouping.
Products are grouped into clusters that represent related product variants or configurations, allowing customers to choose from different options within a product family.