--- title: ImageConnection - Storefront API description: | An auto-generated type for paginating through multiple Images. api_version: 2025-10 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 The `Product` object lets you manage products in a merchant’s store. Products are the goods and services that merchants offer to customers. They can include various details such as title, description, price, images, and options such as size or color. You can use [product variants](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant) to create or update different versions of the same product. You can also add or update product [media](https://shopify.dev/docs/api/storefront/latest/interfaces/Media). Products can be organized by grouping them into a [collection](https://shopify.dev/docs/api/storefront/latest/objects/Collection). 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)