BaseProduct
No description
union BaseProduct = Product | Cluster
Possible types
BaseProduct.Product object
Product entity representing items in the product catalog.
External entity from the product service that provides basic product identification and categorization. Used as a reference for product-specific attributes and relationships within the attribute system.
BaseProduct.Cluster object
Cluster entity representing grouped products with shared characteristics.
External entity from the catalog service that provides cluster identification and categorization. Clusters group related products together based on shared attributes, features, or business logic. Used as a reference for cluster-specific attributes and group-level properties within the attribute system.
Member Of
BaseProductsResponse object