A tool to help migrate your Wix store products to Shopify.
This project provides a solution for migrating your product catalog from Wix to Shopify. It processes the exported Wix product data and prepares it for import into Shopify.
- Go to your Wix store dashboard
- Navigate to the Products tab
- Click on "More Actions"
- Select "Export"
- Save the exported file as
catalogue_products_real.csvin the project root directory
For detailed instructions on exporting products from Wix, visit: Wix Stores: Exporting Your Product List
Run the scripts in the following order:
- First, run the main migration script:
python main.pyThis will create shopify_products_final.csv
- Then, run the sorting script:
python sort_sheet.pyThis will create the final shopify_products_sorted.csv file that you can import into Shopify.
The final shopify_products_sorted.csv file is ready to be imported into your Shopify store.
catalogue_products_real.csv- Your exported Wix products datamain.py- The main migration script that converts Wix data to Shopify formatsort_sheet.py- Script that sorts the products for proper Shopify importshopify_products_final.csv- Intermediate file created by main.pyshopify_products_sorted.csv- Final file ready for Shopify importrequirements.txt- Python dependencies