009d00f27d
* implement toc * added to projects * fixes and adapt for references * added product frontmatter * remove action menu from 404 pages
18 lines
382 B
Plaintext
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} /> |