shopping24 documentation
s is for shopping
API category browsing
This API leverages category browsing endpoints to implement browsing capabilities. You can refine the category browsing result by supplying filter information, e.g in the brand or color parameter.
Full category tree
You’re able to retrieve the full or partial category tree using the /categories endpoint:
Base category tree
With appid base
you can retrieve the base category tree, which represents our normalized category tree.
It is not possible to browse to products in this tree.
Products in a category
In order to browse the products in categories, just call the products endpoint for the specific category. See the API product search section for details on sort, paginating and filtering product result lists. See the API product details section for product marshalling details.
You can only request products of one category in each request! You can only request up to 150 characters as search term!
Filter
To filter the category result, you are able to do an additional search by term inside the selected category like:
Related categories
Related categories are available for most categories. They are also
encapsulated in the <related>
block as <categories>
element with a source
element <source>
.
The category in <source>
is the currently selected one, all others are related categories.