--- title: BaseCartLineConnection - Storefront API description: | An auto-generated type for paginating through multiple BaseCartLines. api_version: 2024-10 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/connections/BaseCartLineConnection md: >- https://shopify.dev/docs/api/storefront/2024-10/connections/BaseCartLineConnection.txt --- # 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/2024-10/objects/Cart#field-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.​cart​Lines](https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryGroup#field-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/2024-10/objects/BaseCartLineEdge) non-null A list of edges. * nodes [\[Base​Cart​Line!\]!](https://shopify.dev/docs/api/storefront/2024-10/interfaces/BaseCartLine) non-null A list of the nodes contained in BaseCartLineEdge. * 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 * {}[Cart.lines](https://shopify.dev/docs/api/storefront/2024-10/objects/Cart#field-lines) * {}[Cart​Delivery​Group.cartLines](https://shopify.dev/docs/api/storefront/2024-10/objects/CartDeliveryGroup#field-cartLines) ### Possible returns * <->[Base​Cart​Line​Connection.edges](https://shopify.dev/docs/api/storefront/2024-10/objects/BaseCartLineConnection#field-edges) * <->[Base​Cart​Line​Connection.nodes](https://shopify.dev/docs/api/storefront/2024-10/interfaces/BaseCartLineConnection#field-nodes) * <->[Base​Cart​Line​Connection.pageInfo](https://shopify.dev/docs/api/storefront/2024-10/objects/BaseCartLineConnection#field-pageInfo)