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

---
title: "AmazonImage"
description: "Represents an image for an Amazon product."
---

## Fields

<ParamField path="url" type={<a href="/api-reference/url">URL!</a>} required>
  The URL of the image.
</ParamField>

<ParamField path="position" type="Int!" required>
  The position of the image in a carousel of images.
</ParamField>

<ParamField path="width" type="Int!" required>
  The width of the image in pixels.
</ParamField>

<ParamField path="height" type="Int!" required>
  The height of the image in pixels.
</ParamField>

## Related types

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


---

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