FilterableProductProps
Filters to apply on retrieved products.
Constructors
constructor
**new FilterableProductProps**()
Properties
category_idstring[]Filter products by their associated product category's ID.
collection_idstring[]Filter products by their associated product collection's ID.
created_atDateComparisonOperatorDate filters to apply on the products'
created_at date.deleted_atDateComparisonOperatorDate filters to apply on the products'
deleted_at date.descriptionstringDescription to filter products by.
discount_condition_idstringFilter products by their associated discount condition's ID.
handlestringHandle to filter products by.
idstring | string[]IDs to filter products by.
include_category_childrenbooleanWhether to include product category children in the response.
is_giftcardbooleanFilter products by whether they're gift cards.
price_list_idstring[]Filter products by their associated price lists' ID.
qstringSearch term to search products' title, description, variants' title and sku, and collections' title.
sales_channel_idstring[]Filter products by their associated sales channels' ID.
statusProductStatus[]Statuses to filter products by.
tagsstring[]Filter products by their associated tags' value.
titlestringTitle to filter products by.
type_idstring[]Filter products by their associated product type's ID.
updated_atDateComparisonOperatorDate filters to apply on the products'
updated_at date.Was this section helpful?