medusa-cart-checkout
Installation
SKILL.md
Medusa v2 Cart and Checkout
Before writing code
Fetch live docs:
- Web-search
site:docs.medusajs.com cart modulefor cart data model and service methods - Web-search
site:docs.medusajs.com checkout flowfor the end-to-end checkout process - Web-search
site:docs.medusajs.com sales channelfor sales channel scoping - Fetch
https://docs.medusajs.com/resources/references/cartand review theICartModuleServiceinterface - Web-search
medusajs v2 cart workflow 2026for latest cart-related workflow steps
Cart Lifecycle
Flow
Create Cart ──> Add Line Items ──> Set Address
──> Select Shipping ──> Init Payment ──> Complete