FilterableProductProps
Filters to apply on retrieved products.
Constructors
constructor
**new FilterableProductProps**()
Properties
category_id
string[]Filter products by their associated product category's ID.
collection_id
string[]Filter products by their associated product collection's ID.
created_at
DateComparisonOperatorDate filters to apply on the products'
created_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the products'
deleted_at
date.description
stringDescription to filter products by.
discount_condition_id
stringFilter products by their associated discount condition's ID.
handle
stringHandle to filter products by.
id
string | string[]IDs to filter products by.
include_category_children
booleanWhether to include product category children in the response.
is_giftcard
booleanFilter products by whether they're gift cards.
price_list_id
string[]Filter products by their associated price lists' ID.
q
stringSearch term to search products' title, description, variants' title and sku, and collections' title.
sales_channel_id
string[]Filter products by their associated sales channels' ID.
status
ProductStatus[]Statuses to filter products by.
tags
string[]Filter products by their associated tags' value.
title
stringTitle to filter products by.
type_id
string[]Filter products by their associated product type's ID.
updated_at
DateComparisonOperatorDate filters to apply on the products'
updated_at
date.Was this section helpful?