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.
q
stringSearch through the products' attributes, such as titles and descriptions, using this search term.
status
ProductStatus | ProductStatus[]The status to filter products by
title
string | string[]The titles to filter products by.
handle
string | string[]The handles to filter products by.
id
string | string[]The IDs to filter products by.
is_giftcard
booleanFilters only or excluding gift card products
tags
objectFilters on a product's tags.
tags
objecttags.value
string[]Values to filter product tags by.
type_id
string | string[]Filter a product by the ID of the associated type
category_id
string | string[] | OperatorMap<string>Filters on a product's category_id.
collection_id
string | string[] | OperatorMap<string>Filters a product by its associated collections.
created_at
OperatorMap<string>Filters a product based on when it was created
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filters a product based on when it was updated
updated_at
OperatorMap<string>deleted_at
OperatorMap<string>Filters soft-deleted products based on the date they were deleted at.
deleted_at
OperatorMap<string>Was this section helpful?