Skip to main content

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, with query (string) and locale (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

Successful operation