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

# ShopifyImage

> Represents an image for a Shopify product.

## Fields

<ParamField path="url" type={<><a href="/api-reference/url">URL!</a></>} required>
  The original source 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>

<ParamField path="id" type={<>ID!</>} required>
  The unique ID for the Shopify Image.
</ParamField>

<ParamField path="variantIDs" type={<>[ID!]!</>} required>
  A list of variant IDs associated with the image.
</ParamField>

<ParamField path="createdAt" type={<><a href="/api-reference/time">Time!</a></>} required>
  The date and time the image was created (deprecated).
</ParamField>

<ParamField path="updatedAt" type={<><a href="/api-reference/time">Time!</a></>} required>
  The date and time the image was updated (deprecated).
</ParamField>

## Related types

* [`ShopifyProduct`](/api-reference/shopifyproduct)
