ClusterDrillDown
No description
type ClusterDrillDown implements IClusterDrillDown {
attributeId: String!
priority: Int!
displayType: ClusterDrillDownDisplayType!
}
Fields
ClusterDrillDown.attributeId
● String!
non-null scalar
Unique identifier of the attribute used for drill-down filtering.
References the specific product attribute that customers can use to filter and navigate through cluster products, such as color, size, or material.
ClusterDrillDown.priority
● Int!
non-null scalar
Display order priority for drill-down navigation.
Numeric value that determines the sequence in which drill-down filters appear in customer interfaces. Lower values appear first in the navigation flow.
ClusterDrillDown.displayType
● ClusterDrillDownDisplayType!
non-null enum
User interface display method for the drill-down filter.
Specifies how customers interact with this drill-down filter, such as through radio buttons, dropdowns, image selection, or color swatches.
Interfaces
IClusterDrillDown
interface
Drill-down navigation configuration for cluster product filtering.
Defines how customers can navigate through cluster products using attribute-based filtering. Each drill-down represents a filterable attribute that helps customers narrow down product choices within a cluster.