Skip to content

From Medusa

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

  1. Medusa v1/v2 with REST API enabled
  2. API key or access token
Terminal window
rcommerce import platform medusa \
--api-url https://your-medusa.com \
--api-key <api-key> \
--entities products,customers,orders \
--overwrite
  • Title, description, SKU, price, weight
  • Product images
  • Collections (mapped to categories)
  • Variants
  • Name, email
  • Addresses
  • Line items
  • Order status
  • Shipping and billing addresses
Terminal window
rcommerce import platform medusa \
--api-url https://your-medusa.com \
--api-key <key> \
--entities products \
--dry-run