Skip to main content
Skip to main content

FilterableProductProps

The filters to apply on retrieved products.

Properties

An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
categoriesobject
Filters on a product's categories.
categories.idstring | string[] | OperatorMap<string>
categories.is_activeboolean
categories.is_internalboolean
category_idstring | string[] | OperatorMap<string>
collection_idstring | string[] | OperatorMap<string>
Filters a product by its associated collections.
handlestring | string[]
The handles to filter products by.
idstring | string[]
The IDs to filter products by.
qstring
Search through the products' attributes, such as titles and descriptions, using this search term.
tagsobject
Filters on a product's tags.
tags.valuestring[]
Was this section helpful?