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