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