---
title: FilterType - Storefront API
description: |
  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).
api_version: unstable
api_name: storefront
source_url:
  html: https://shopify.dev/docs/api/storefront/unstable/enums/FilterType
  md: https://shopify.dev/docs/api/storefront/unstable/enums/FilterType.md
---

# Filter​Type

enum

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>).

## Valid values

* BOOLEAN

  A boolean value.

* LIST

  A list of selectable values.

* PRICE\_​RANGE

  A range of prices.

***

## Fields

* [Filter.type](https://shopify.dev/docs/api/storefront/unstable/objects/Filter#field-Filter.fields.type)

  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 [`FilterValue`](https://shopify.dev/docs/api/storefront/current/objects/FilterValue) objects contain an [`input`](https://shopify.dev/docs/api/storefront/current/objects/FilterValue#field-FilterValue.fields.input) field that you can combine to [build dynamic filtering queries](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/products-collections/filter-products). Merchants [configure available filters](https://help.shopify.com/manual/online-store/search-and-discovery/filters) using the Shopify Search & Discovery app.

***

## Map

### Fields with this enum

* [Filter.type](https://shopify.dev/docs/api/storefront/unstable/objects/Filter#field-Filter.fields.type)