Export products from BigCommerce, import to Shopify. Forget the app store!
To get started, you will need to export your BigCommerce data in XML format. Then, you will run this parser, which will create a CSV file that respects Shopify's headers. Finally, you will import this into Shopify.
First, you need to create a template to export your product data.
- To get started, log in to your BigCommerce dashboard.
- Click on the 'Advanced Settings' menu, then select the 'Exports Template' panel.
- Click on the button to create a new template.
- On the Template Details page, select only the
Enable Products Exporting?
checkbox. - Switch to the Products tab, and click the checkbox in the top left corner (in the header row). This will select everything.
- Save your template.
Next, you'll want to export your products.
- Go back to the BigCommerce dashboard.
- Click on the 'Products' menu, and select the 'Export' panel.
- Select the template you created.
- Choose
Export to an XML File (Advanced)
. - Click 'Continue', and download the file.
Clone (or download) this repository to your machine.
git clone https://github.com/epatr/bigcommerce-to-shopify.git
Copy the XML file that you downloaded from BigCommerce to the directory.
Use the config.php.example file to point to your XML file. Rename it config.php
.
Load the index.php file in your browser. It will output the CSV file to the screen, as well as create a shopify.csv
file in the local directory.
In your Shopify dashboard, click on the Products tab, select import, and choose your file.
- Eric Patrick - Initial work - epatr
This project is licensed under the MIT License - see the LICENSE.md file for details
- PurpleBooth's README.md template Gist https://gist.github.com/PurpleBooth/109311bb0361f32d87a2