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

---
title: "AmazonVariant"
description: "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)


---

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