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