Files
medusa-store/www/apps/resources/app/storefront-development/cart/page.mdx
T
Shahed Nasser 009d00f27d docs: redesign table of content (#12647)
* implement toc

* added to projects

* fixes and adapt for references

* added product frontmatter

* remove action menu from 404 pages
2025-05-30 16:55:36 +03:00

18 lines
382 B
Plaintext

---
products:
- cart
---
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.
<ChildDocs type="item" onlyTopLevel={true} />