Files
medusa-store/www/apps/resources/app/storefront-development/cart/page.mdx
Shahed Nasser f3bf8c73a3 docs: added cart storefront guides (#7662)
* docs: added cart storefront guides

* add context guides

* small fixes to the context
2024-06-11 11:56:37 +03:00

13 lines
354 B
Plaintext

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} />