- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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
stringOptionalSearch through the products' attributes, such as titles and descriptions, using this search term.
The status to filter products by
title
string | string[]OptionalThe titles to filter products by.
handle
string | string[]OptionalThe handles to filter products by.
id
string | string[]OptionalThe IDs to filter products by.
external_id
string | string[]OptionalThe external IDs to filter products by.
is_giftcard
booleanOptionalFilters only or excluding gift card products
tags
objectOptionalFilters on a product's tags.
tags
objectOptionalvariants
objectOptionalFilters on a product's variant properties.
variants
objectOptionaltype_id
string | string[]OptionalFilter a product by the ID of the associated type
categories
object | objectOptionalFilter a product by the IDs of their associated categories.
categories
object | objectOptionalFilters a product by its associated collections.
Filters a product based on when it was created
Filters a product based on when it was updated
Filters soft-deleted products based on the date they were deleted at.
Was this page helpful?