List Product Categories
GET
/store/product-categoriesRetrieve a list of product categories. The product categories can be filtered by fields such as handle
or q
. The product categories can also be paginated. This API Route can also be used to retrieve a product category by its handle.
Request
term used to search product category's names and handles.
Filter by handle.
Filter by the ID of a parent category. Only children of the provided parent category are retrieved.
Whether all nested categories inside a category should be retrieved.
The number of product categories to skip when retrieving the product categories.
Limit the number of product categories returned.
Comma-separated relations that should be expanded in the returned product categories.
Comma-separated fields that should be included in the returned product categories.