Skip to main content
object

Requires unauthenticated_read_product_listings access scope.

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 objects contain an input field that you can combine to build dynamic filtering queries. Merchants configure available filters using the Shopify Search & Discovery app.

•String!
non-null

A unique identifier.

•String!
non-null

A human-friendly string for this filter.

•FilterPresentation

Describes how to present the filter values. Returns a value only for filters of type LIST. Returns null for other types.

•FilterType!
non-null

An enumeration that denotes the type of data this filter represents.

•[FilterValue!]!
non-null

The list of values for this filter.


Was this section helpful?