> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AmazonCategory

> 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)
