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