Importers map your products, customers and orders across from the platform you are leaving, with nothing left behind.
$ 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.
--dry-run