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