From Shopify
Overview
Section titled “Overview”The Shopify importer pulls products, customers, and orders from a Shopify store via the Admin API.
Prerequisites
Section titled “Prerequisites”- Shopify store with Admin API access
- Access token with read permissions for products, customers, orders
Import command
Section titled “Import command”rcommerce import platform shopify \ --api-url https://your-store.myshopify.com \ --api-key <access-token> \ --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 and options
Customers
Section titled “Customers”- Name, email, phone
- Addresses
Orders
Section titled “Orders”- Line items
- Order status
- Shipping and billing addresses
- Payment status
Status mapping
Section titled “Status mapping”| Shopify | rCommerce |
|---|---|
| pending | pending |
| authorized | confirmed |
| paid | confirmed |
| fulfilled | completed |
| cancelled | cancelled |
| refunded | refunded |
Dry run
Section titled “Dry run”rcommerce import platform shopify \ --api-url https://your-store.myshopify.com \ --api-key <token> \ --entities products \ --dry-run