Cart functionality manages the first stage of the purchase flow, where customers select and modify items before continuing to checkout. A cart holds information about selected items, pricing, discounts, and buyer details, maintaining state across sessions for logged-in users.
The Cart section includes the Cart API, which provides comprehensive functionality for creating, updating, and managing customer carts, including adding items, updating quantities, applying coupons, and transitioning to checkout.