Get a list of all possible product categories
Returns a list of all possible product categories, these correspond to theDocumentation Index
Fetch the complete documentation index at: https://developer.runa.io/llms.txt
Use this file to discover all available pages before exploring further.
categories field in the list products and get product details endpoints.The dated version of the API, if not specified a default is used. See API versioning for more information.
A list of all possible product categories
[
{ "code": "beauty-and-lifestyle" },
{ "code": "booksellers" },
{ "code": "department-stores" },
{ "code": "electricals" },
{ "code": "entertainment" },
{ "code": "experiences" },
{ "code": "fashion" },
{ "code": "food-and-drink" },
{ "code": "home-and-diy" },
{ "code": "jewellers" },
{ "code": "leisure-and-sports" },
{ "code": "mens-fashion" },
{ "code": "prepaid-card" },
{ "code": "supermarkets" },
{ "code": "toys-and-games" },
{ "code": "travel" },
{ "code": "womens-fashion" }
]