--- title: OrderLineItemConnection - Storefront API description: | An auto-generated type for paginating through multiple OrderLineItems. api_version: 2025-01 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/connections/orderlineitemconnection md: https://shopify.dev/docs/api/storefront/2025-01/connections/orderlineitemconnection.md --- # Order​Line​Item​Connection connection An auto-generated type for paginating through multiple OrderLineItems. ## Fields with this connection * [Order.lineItems](https://shopify.dev/docs/api/storefront/2025-01/objects/Order#field-Order.fields.lineItems) OBJECT An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information. *** ## Possible returns * edges [\[Order​Line​Item​Edge!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/OrderLineItemEdge) non-null A list of edges. * nodes [\[Order​Line​Item!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/OrderLineItem) non-null A list of the nodes contained in OrderLineItemEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/2025-01/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Order.lineItems](https://shopify.dev/docs/api/storefront/2025-01/objects/Order#field-Order.fields.lineItems) ### Possible returns * <->[Order​Line​Item​Connection.edges](https://shopify.dev/docs/api/storefront/2025-01/connections/OrderLineItemConnection#returns-edges) * <->[Order​Line​Item​Connection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/OrderLineItemConnection#returns-nodes) * <->[Order​Line​Item​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2025-01/connections/OrderLineItemConnection#returns-pageInfo)