Skip to content

From Magento

The Magento importer pulls products, customers, and orders from a Magento store via the REST API.

  1. Magento 2.x with REST API enabled
  2. API credentials (consumer key/secret or access token)
Terminal window
rcommerce import platform magento \
--api-url https://your-store.com \
--api-key <consumer-key> \
--api-secret <consumer-secret> \
--entities products,customers,orders \
--overwrite
  • Title, description, SKU, price, weight
  • Product images
  • Categories
  • Configurable products (mapped to variants)
  • Name, email, phone
  • Addresses
  • Line items
  • Order status
  • Shipping and billing addresses
Terminal window
rcommerce import platform magento \
--api-url https://your-store.com \
--api-key <key> \
--api-secret <secret> \
--entities products \
--dry-run