> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "AmazonCategory"
description: "Represents a product category for an Amazon item. These categories can change over time."
---

## Fields

<ParamField path="name" type="String!" required>
  The name of the category, which provides information about the product's classification.
</ParamField>

<ParamField path="url" type={<a href="/api-reference/url">URL!</a>} required>
  A link to the product category on Amazon's website, offering more information about the category.
</ParamField>

<ParamField path="categoryID" type="ID!" required>
  A unique identifier for the category associated with the Amazon product.
</ParamField>

***

## Related types

* [`AmazonProduct`](/api-reference/amazonproduct)


---

*Powered by [holocron.so](https://holocron.so)*
