--- title: ImageConnection - Storefront API description: | An auto-generated type for paginating through multiple Images. api_version: 2026-01 api_name: storefront type: connection api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/connections/ImageConnection' md: >- https://shopify.dev/docs/api/storefront/latest/connections/ImageConnection.md --- # Image​Connection connection An auto-generated type for paginating through multiple Images. ## Fields with this connection * [Product.images](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.images) OBJECT Represents an item listed in a shop's catalog. Products support multiple [product variants](https://shopify.dev/docs/api/storefront/current/objects/ProductVariant), representing different versions of the same product, and can include various [media](https://shopify.dev/docs/api/storefront/current/interfaces/Media) types. Use the [`selectedOrFirstAvailableVariant`](https://shopify.dev/docs/api/storefront/current/objects/Product#field-Product.fields.selectedOrFirstAvailableVariant) or [`variantBySelectedOptions`](https://shopify.dev/docs/api/storefront/current/objects/Product#field-Product.fields.variantBySelectedOptions) fields to help customers find the right variant based on their selections. Products can be organized into [collections](https://shopify.dev/docs/api/storefront/current/objects/Collection), associated with [selling plans](https://shopify.dev/docs/api/storefront/current/objects/SellingPlanGroup) for subscriptions, and extended with custom data through [metafields](https://shopify.dev/docs/api/storefront/current/objects/Metafield). Learn more about working with [products and collections](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/products-collections). *** ## Possible returns * edges [\[Image​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/ImageEdge) non-null A list of edges. * nodes [\[Image!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Image) non-null A list of the nodes contained in ImageEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Product.images](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.images) ### Possible returns * [Image​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/ImageConnection#returns-edges) * [Image​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/ImageConnection#returns-nodes) * [Image​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/ImageConnection#returns-pageInfo)