13 lines
354 B
Plaintext
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} /> |