Skip to main content
Skip to main content

FilterableProductCategoryProps

The filters to apply on retrieved product categories.

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 categories by.
namestring | string[]
The names to filter product categories by.
parent_category_idnull | string | string[]
Filter product categories by their parent category's ID.
handlestring | string[]
The handles to filter product categories by.
is_activeboolean
Filter product categories by whether they're active.
is_internalboolean
Filter product categories by whether they're internal.
include_descendants_treeboolean
Whether to include children of retrieved product categories.
Was this section helpful?