Base Cart Line Connection
An auto-generated type for paginating through multiple BaseCartLines.
Anchor to Fields with this connectionFields with this connection
- •OBJECT
A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart, throughout a customer's session.
Use the
field to direct buyers to Shopify's web checkout to complete their purchase.Learn more about interacting with carts.
- •OBJECT
Groups cart line items that share the same delivery destination. Each group provides the available
choices for that address, along with the customer's selected option.Access through the
Cartobject'sfield. Items are grouped by merchandise type (one-time purchase vs subscription), allowing different delivery methods for each.
Anchor to Possible returnsPossible returns
- edges ([BaseCartLineEdge!]!)
- nodes ([BaseCartLine!]!)
- pageInfo (PageInfo!)
- Anchor to edgesedges•[Base
Cart Line Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[Base
Cart Line!]! non-null A list of the nodes contained in BaseCartLineEdge.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.