AdminGetProductCategoriesParams
Parameters used to filter and configure the pagination of the retrieved product categories.
Properties
q
stringSearch term to search product categories' names and handles.
handle
stringHandle to filter product categories by.
include_descendants_tree
booleanWhether to include child product categories in the response.
is_internal
booleanFilter product categories by whether they're internal.
is_active
booleanFilter product categories by whether they're active.
parent_category_id
null | stringFilter product categories by their associated parent ID.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of product categories returned in the list. The default is
100
.Default: 20
Was this section helpful?