IClusterDrillDown
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.
interface IClusterDrillDown {
attributeId: String!
priority: Int!
displayType: ClusterDrillDownDisplayType!
}
Fields
IClusterDrillDown.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.
IClusterDrillDown.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.
IClusterDrillDown.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.
Implemented By
ClusterDrillDown
object