Your storefront encounters the Cart entity when a visitor adds products to their shopping session. A Cart holds summary information such as the total item count and cost breakdowns. Individual line items are represented as separate CartItem entities linked from the Cart.
CartItem multi - All line items in the cart.