MagentoAggregation
Filterable options for products.
import { MagentoAggregation } from '@daffodil/product/driver/magento'
interface MagentoAggregation {
__typename: string
attribute_code: string
type: MagentoProductFilterType
count: number
label: string
options: MagentoAggregationOption[]
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
attribute_code | string | |
type | MagentoProductFilterType | |
count | number | |
label | string | |
options | MagentoAggregationOption[] |