Migration

Bring your store with you.

Importers map your products, customers and orders across from the platform you are leaving, with nothing left behind.

WooCommerce
Shopify
Magento
Medusa

How it works

terminal
$ rcommerce import woocommerce \
    --api-url https://store.example.com \
    --api-key ck_xxx \
    --api-secret cs_xxx \
    --entities products,customers,orders \
    --dry-run

The --dry-run flag shows what would be imported without writing to the database. When you are ready, remove it and run again.