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

# AmazonImage

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