Carts and Checkout
A cart is a virtual shopping basket that customers can use to pick products they want to purchase. Checkout is the process of the customer placing an order. This overview introduces the available features related to carts and checkout.
Features
Cart Management
Customers can manage their cart including adding, updating, and removing items from the cart.
Learn how to implement cart functionality in a storefront.
Check available Store REST APIs for Carts.
Shipping and Payment
Developers can integrate any third-party provider or custom logic to offer shipping and payment options for customers during checkout. They can integrate them using existing plugins or by creating their own.
Admins can specify available shipping and payment processors during checkout for customers based on their Region.
Learn how to create a fulfillment provider in the backend.
Learn how to create a payment processor in the backend.
Learn how to manage available providers using Medusa Admin.
Checkout Flow
Developers can implement a seamless checkout flow that include steps related to shipping and payment, tax calculation, and more.
Customers can place orders using the checkout flow.
Learn how to override the cart completion strategy.
Learn how to implement the checkout flow in a storefront.
Check available Store REST APIs for Carts related to checkout.
Understand the Architecture
Learn how cart-related entities are build, their relation to other modules, and more.
Learn about the cart completion process.
Learn about the Shipping architecture.
Learn about the Payment architecture.
Related Modules
Discover Carts and Checkout’s relation to other modules in Medusa
Customers can add products to cart and purchase them.
Taxes can be calculated for a cart either automatically or manually.
Discounts can be applied on a cart to reduce its total.
Purchased gift cards can be applied during checkout.