This script exports Shopify store data, including Products, Orders, Blogs, and more. It allows you to export data in CSV, JSON, or XML formats and migrate/import data between Shopify stores.
- π¦ Export Data (Products, Orders, Blogs, Customers, etc.)
- π Import & Migrate Data between Shopify stores
- π Supports CSV, JSON, and XML formats
- π Auto-fetches data without manual input
- π Logs errors and API responses
git clone https://github.com/<your-username>/Shopify-Export.git
cd Shopify-ExportEnsure you have Python installed. Then, install the required dependencies:
pip install -r requirements.txtpython export_shopify.py- Select a saved store or add a new one by entering API credentials.
- The script will validate and save your credentials.
- πΉ Export Data β Save Shopify store data
- πΉ Import Data β Import/migrate Shopify data
- Choose Products, Orders, Blogs, Customers, etc.
- CSV
- JSON
- XML
- Exported data is saved in the
exported_YYYY-MM-DDfolder. - Blog articles are stored individually per category.
Errors are logged in error_log.txt inside the export folder for debugging.
This project is open-source. Feel free to modify and use it.
Pull requests are welcome! Fork the repo and submit your improvements.
Maintained by: BASH & Z
