FilterableProductOptionProps
The filters to apply on retrieved product options.
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
stringSearch through the options' titles.
id
string | string[]The IDs to filter product options by.
title
string | string[]The titles to filter product options by.
product_id
string | string[]Filter the product options by their associated products' IDs.
Was this section helpful?