--- title: OrderConnection - Storefront API description: | An auto-generated type for paginating through multiple Orders. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/connections/OrderConnection' md: >- https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/Customer#field-Customer.fields.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/unstable/objects/OrderEdge) non-null A list of edges. * nodes [\[Order!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/Order) non-null A list of the nodes contained in OrderEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/unstable/objects/PageInfo) non-null Information to aid in pagination. * total​Count [Unsigned​Int64!](https://shopify.dev/docs/api/storefront/unstable/scalars/UnsignedInt64) non-null The total count of Orders. *** ## Map ### Fields with this connection * {}[Customer.orders](https://shopify.dev/docs/api/storefront/unstable/objects/Customer#field-Customer.fields.orders) ### Possible returns * <->[Order​Connection.edges](https://shopify.dev/docs/api/storefront/unstable/connections/OrderConnection#returns-edges) * <->[Order​Connection.nodes](https://shopify.dev/docs/api/storefront/unstable/connections/OrderConnection#returns-nodes) * <->[Order​Connection.pageInfo](https://shopify.dev/docs/api/storefront/unstable/connections/OrderConnection#returns-pageInfo) * <->[Order​Connection.totalCount](https://shopify.dev/docs/api/storefront/unstable/connections/OrderConnection#returns-totalCount)