--- title: OrderConnection - Storefront API description: | An auto-generated type for paginating through multiple Orders. api_version: 2025-10 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/connections/OrderConnection md: https://shopify.dev/docs/api/storefront/latest/connections/OrderConnection.md --- # Order​Connection connection An auto-generated type for paginating through multiple Orders. ## Fields with this connection * [Customer.​orders](https://shopify.dev/docs/api/storefront/latest/objects/Customer#field-orders) OBJECT A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout. *** ## Possible returns * edges [\[Order​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/OrderEdge) non-null A list of edges. * nodes [\[Order!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Order) non-null A list of the nodes contained in OrderEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. * total​Count [Unsigned​Int64!](https://shopify.dev/docs/api/storefront/latest/scalars/UnsignedInt64) non-null The total count of Orders. *** ## Map ### Fields with this connection * {}[Customer.orders](https://shopify.dev/docs/api/storefront/latest/objects/Customer#field-orders) ### Possible returns * <->[Order​Connection.edges](https://shopify.dev/docs/api/storefront/latest/objects/OrderConnection#field-edges) * <->[Order​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/objects/OrderConnection#field-nodes) * <->[Order​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/objects/OrderConnection#field-pageInfo) * <->[Order​Connection.totalCount](https://shopify.dev/docs/api/storefront/latest/scalars/OrderConnection#field-totalCount)