From Medusa
Overview
Section titled “Overview”The Medusa importer pulls products, customers, and orders from a Medusa store via the REST API.
Prerequisites
Section titled “Prerequisites”- Medusa v1/v2 with REST API enabled
- API key or access token
Import command
Section titled “Import command”rcommerce import platform medusa \ --api-url https://your-medusa.com \ --api-key <api-key> \ --entities products,customers,orders \ --overwriteWhat gets imported
Section titled “What gets imported”Products
Section titled “Products”- Title, description, SKU, price, weight
- Product images
- Collections (mapped to categories)
- Variants
Customers
Section titled “Customers”- Name, email
- Addresses
Orders
Section titled “Orders”- Line items
- Order status
- Shipping and billing addresses
Dry run
Section titled “Dry run”rcommerce import platform medusa \ --api-url https://your-medusa.com \ --api-key <key> \ --entities products \ --dry-run