Returns Amazon category information from Keepa API.
GET {{baseUrl}}/category?key=<string>&domain=<string>&category=<object>&parents=<string>
Retrieve category objects using their node ids and (optional) their parent tree.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
key | string | Your private API key. | |
domain | string | Integer value for the Amazon locale you want to access. (1-com, 2-co.uk, 3-de, 4-fr, 5-co.jp, 6-ca, 7-cn, 8-it, 9-es, 10-in, 11-com.mx, 12-com.br, 13-com.au) | |
category | string | The category node id of the category you want to request. For batch requests a comma separated list of ids (up to 10, the token cost stays the same). Alternatively you can specify the value 0, which will retrieve a list of all root categories. | |
parents | string | Whether or not to include the category tree for each category. (1 = include, 0 = do not include.) |