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.
categories
objectFilters on a product's categories.
categories
objectcategories.id
string | string[] | OperatorMap<string>categories.is_active
booleancategories.is_internal
booleancategory_id
string | string[] | OperatorMap<string>collection_id
string | string[] | OperatorMap<string>Filters a product by its associated collections.
handle
string | string[]The handles to filter products by.
id
string | string[]The IDs to filter products by.
q
stringSearch through the products' attributes, such as titles and descriptions, using this search term.
tags
objectFilters on a product's tags.
tags
objecttags.value
string[]Was this section helpful?