--- title: BaseCartLineConnection - Storefront API description: | An auto-generated type for paginating through multiple BaseCartLines. api_version: 2025-10 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection md: https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection.md --- # Base​Cart​Line​Connection connection An auto-generated type for paginating through multiple BaseCartLines. ## Fields with this connection * [Cart.lines](https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-Cart.fields.lines) OBJECT A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart. Learn how to [interact with a cart](https://shopify.dev/custom-storefronts/internationalization/international-pricing) during a customer's session. * [Cart​Delivery​Group.cartLines](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.cartLines) OBJECT Information about the options available for one or more line items to be delivered to a specific address. *** ## Possible returns * edges [\[Base​Cart​Line​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/BaseCartLineEdge) non-null A list of edges. * nodes [\[Base​Cart​Line!\]!](https://shopify.dev/docs/api/storefront/latest/interfaces/BaseCartLine) non-null A list of the nodes contained in BaseCartLineEdge. * 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 * {}[Cart.lines](https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-Cart.fields.lines) * {}[Cart​Delivery​Group.cartLines](https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryGroup#field-CartDeliveryGroup.fields.cartLines) ### Possible returns * <->[Base​Cart​Line​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection#returns-edges) * <->[Base​Cart​Line​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection#returns-nodes) * <->[Base​Cart​Line​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/BaseCartLineConnection#returns-pageInfo)