Skip to main content
Skip to main content

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.
idstring | string[]
The IDs to filter product variants by.
skustring | string[]
The SKUs to filter product variants by.
product_idstring | string[]
Filter the product variants by their associated products' IDs.
optionsobject
Filter product variants by their associated options.
options.idstring[]
IDs to filter options by.
Was this section helpful?