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.
id
string | string[]The IDs to filter product categories by.
name
string | string[]The names to filter product categories by.
parent_category_id
null | string | string[]Filter product categories by their parent category's ID.
handle
string | string[]The handles to filter product categories by.
is_active
booleanFilter product categories by whether they're active.
is_internal
booleanFilter product categories by whether they're internal.
include_descendants_tree
booleanWhether to include children of retrieved product categories.
Was this section helpful?