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.
categoriesobjectFilters on a product's categories.
categoriesobjectcategories.idstring | string[] | OperatorMap<string>IDs to filter categories by.
categories.is_activebooleanFilter categories by whether they're active.
categories.is_internalbooleanFilter categories by whether they're internal
category_idstring | string[] | OperatorMap<string>Filter a product by the IDs of their associated categories.
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.
qstringSearch through the products' attributes, such as titles and descriptions, using this search term.
tagsobjectFilters on a product's tags.
tagsobjecttags.valuestring[]Values to filter product tags by.
Was this section helpful?