categoryId values to pass to the bestsellers endpoint.
Pass the
id from this response as the categoryId parameter in the bestsellers endpoint to retrieve ranked products for that category.Request
string
default:"US"
The Amazon marketplace to retrieve categories for. Supported values:
US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL. Defaults to US.Example request
Response
A successful response returnsdata.amazonBestSellerCategories.categories — a flat array of category objects for the requested marketplace.
object
Example response
Error handling
This endpoint only accepts adomain query parameter. If you pass an unsupported domain code, the API returns a 400 error. Make sure your API-KEY header is present on every request.

