/petsplace/categories

POST /api/petsplace/categories

Price: 20 credits

Pets Place category taxonomy. Returns the full two-level catalog tree: top-level groups (animal / product domain) and their leaf categories, each with a product count. Pass parent to return only the leaf categories under one top-level group.

How to use it

Pets Place product-category taxonomy (NL). Each entry: id (stable category identifier — the group name for top-level entries, 'Group/Category' for leaf entries), name, parent_category_id (the top-level group a leaf belongs to; null for top-level groups), level (1 = top-level group, 2 = leaf category), product_count (number of products in that category). With no parameters the full tree is returned (top-level groups followed by their leaf categories). Set parent (a top-level group name such as 'Hond', 'Kat', 'Vogel') to return only that group's leaf categories. Use these names directly as the turnover_group / category filters of the product search endpoint.

Parameters

Request body

Response

Errors

Response headers