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.
id
string | string[]The IDs to filter product variants by.
sku
string | string[]The SKUs to filter product variants by.
product_id
string | string[]Filter the product variants by their associated products' IDs.
options
objectFilter product variants by their associated options.
options
objectoptions.id
string[]IDs to filter options by.
Was this section helpful?