> ## 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.

# AmazonVariant

> Represents a variant of an Amazon product, which typically includes different colors or dimensions.

## Fields

<ParamField path="id" type={<>ID!</>} required>
  The identifier of the variant
</ParamField>

<ParamField path="title" type={<>String!</>} required>
  The title of the variant.
</ParamField>

<ParamField path="image" type={<><a href="/api-reference/image">Image!</a></>} required>
  The Image type object associated with this specific variant.
</ParamField>

<ParamField path="url" type={<><a href="/api-reference/url">URL!</a></>} required>
  The URL to the product page for this specific variant.
</ParamField>

<ParamField path="dimensions" type={<><a href="/api-reference/amazonvariantdimension">[AmazonVariantDimension!]!</a></>} required>
  A list of objects that describe the dimensions of this specific variant.
</ParamField>

## Related types

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