--- title: ProductConnection - Storefront API description: | An auto-generated type for paginating through multiple Products. api_version: 2024-10 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/connections/ProductConnection md: >- https://shopify.dev/docs/api/storefront/2024-10/connections/ProductConnection.txt --- # Product​Connection connection An auto-generated type for paginating through multiple Products. ## Fields with this connection * [Collection.​products](https://shopify.dev/docs/api/storefront/2024-10/objects/Collection#field-products) OBJECT A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse. *** ## Queries with this connection * [products](https://shopify.dev/docs/api/storefront/2024-10/queries/products) query Returns a list of the shop's products. For storefront search, use the [`search`](https://shopify.dev/docs/api/storefront/latest/queries/search) query. *** ## Possible returns * edges [\[Product​Edge!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/ProductEdge) non-null A list of edges. * filters [\[Filter!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/Filter) non-null A list of available filters. * nodes [\[Product!\]!](https://shopify.dev/docs/api/storefront/2024-10/objects/Product) non-null A list of the nodes contained in ProductEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2024-10/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Collection.products](https://shopify.dev/docs/api/storefront/2024-10/objects/Collection#field-products) ### Queries with this connection * \[products](https://shopify.dev/docs/api/storefront/2024-10/connections/products) ### Possible returns * <->[Product​Connection.edges](https://shopify.dev/docs/api/storefront/2024-10/objects/ProductConnection#field-edges) * <->[Product​Connection.filters](https://shopify.dev/docs/api/storefront/2024-10/objects/ProductConnection#field-filters) * <->[Product​Connection.nodes](https://shopify.dev/docs/api/storefront/2024-10/objects/ProductConnection#field-nodes) * <->[Product​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2024-10/objects/ProductConnection#field-pageInfo)