import { ChildDocs } from "docs-ui" export const metadata = { title: `Carts in Storefront`, } # {metadata.title} A cart holds the items that the customer wants to purchase. Using Medusa's Store APIs, you can create a cart for the customer and allow them to add, update, and remove items from the cart.