> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductImage

> An image attached to a specific product (variant).

<ResponseField name="altText" type="String!" required>
  Alternative text describing the image.
</ResponseField>

<ResponseField name="default" type="Boolean!" required>
  Whether this is the default image.
</ResponseField>

<ResponseField name="id" type="ID!" required>
  The id of this image.
</ResponseField>

<ResponseField name="position" type="Int!" required>
  The image's ordering position.
</ResponseField>

<ResponseField name="url" type="String!" required>
  The public URL of the image.
</ResponseField>
