Query Public Categories
POST/public-categories/query
Query the public categories assigned to products.
Filter
The optional filter object supports the following filters:
id— match by public category ID (integer or array of integers).parent— match by parent category ID (integer).search— full-text search on the category name, withquery(string) andlocale(string).and— match all of the given filters.or— match any of the given filters.not— negate a filter.
Pagination
Use the page object to paginate results. If omitted, all results are returned.
Request
Responses
- 200
- 401
- 403
- 422
Successful operation
Unauthorized
Forbidden
Unprocessable Entity