import { ShopifyPriceRangeFilter } from '@daffodil/driver/shopify'
The input fields for a filter used to view a subset of products in a collection matching a specific price range.
interface ShopifyPriceRangeFilter {
max: number
min: number
}
max number |
|---|
The maximum price in the range. Empty indicates no max price. |
min number |
|---|
The minimum price in the range. Defaults to zero. |