ProductContainerClass
Container that organizes a product within the catalogue.
A product is either attached to a category for browsing and merchandising, or to a cluster that groups configurable variants together.
enum ProductContainerClass {
CATEGORY
CLUSTER
}
Values
ProductContainerClass.CATEGORY
The product is organized within a category in the catalogue hierarchy.
ProductContainerClass.CLUSTER
The product is organized within a cluster as a configurable variant.
Member Of
Product object