Anchor to FilterTypeFilter
enumFilter Type
The type of data that the filter group represents.
For more information, refer to [Filter products in a collection with the Storefront API] (https://shopify.dev/custom-storefronts/products-collections/filter-products).
Anchor to Valid valuesValid values
- BOOLEAN
- LIST
- PRICE_RANGE
- Anchor to BOOLEANBOOLEAN
A boolean value.
- Anchor to LISTLIST
A list of selectable values.
- Anchor to PRICE_RANGEPRICE_
RANGE A range of prices.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
A filter option available on collection and search results pages. Each filter includes a type, display label, and selectable values that customers can use to narrow down products.
The
objects contain aninputfield that you can combine to build dynamic filtering queries. Merchants configure available filters using the Shopify Search & Discovery app.
Was this section helpful?