List categories
List categories
Get a list of all possible product categories
GET
List categories
Returns a list of all possible product categories, these correspond to the
categories field in the list products and get product details endpoints.Authorizations
Headers
The dated version of the API, if not specified a default is used. See API versioning for more information.
Response
A list of all possible product categories
Example:
[
{ "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" }
]