- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableProductVariantProps
The filters to apply on retrieved product variants.
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 title and different code attributes on the variant
id
string | string[]OptionalThe IDs to filter product variants by.
sku
string | string[]OptionalThe SKUs to filter product variants by.
product_id
string | string[]OptionalFilter the product variants by their associated products' IDs.
options
Record<string, string>OptionalFilter product variants by their associated options.
Was this page helpful?