FilterableProductProps
The filters to apply on retrieved products.
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.
qstringSearch through the products' attributes, such as titles and descriptions, using this search term.
statusProductStatus | ProductStatus[]The status to filter products by
titlestring | string[]The titles to filter products by.
handlestring | string[]The handles to filter products by.
idstring | string[]The IDs to filter products by.
is_giftcardbooleanFilters only or excluding gift card products
tagsobjectFilters on a product's tags.
tagsobjecttags.valuestring[]Values to filter product tags by.
type_idstring | string[]Filter a product by the ID of the associated type
category_idstring | string[] | OperatorMap<string>Filters on a product's category_id.
collection_idstring | string[] | OperatorMap<string>Filters a product by its associated collections.
created_atOperatorMap<string>Filters a product based on when it was created
created_atOperatorMap<string>updated_atOperatorMap<string>Filters a product based on when it was updated
updated_atOperatorMap<string>deleted_atOperatorMap<string>Filters soft-deleted products based on the date they were deleted at.
deleted_atOperatorMap<string>Was this section helpful?