Extract product catalogue (including images) from your Shopify store to JSON files
Project description
If your Shopify store isn’t doing too well, it’s time to close it, but Shopify doesn’t provide an easy way to extract all your product catalogue. This Python utility allows you to do that. I wrote it for and tested it only on my mom’s candle store.
Features
Extract products and product variations to a JSON file, one per product
Extract product images to a local directory
Extract custom collections
Installation
pip install bye-bye-shopify
Configuration
In Shopify Admin, under Apps / Manage private apps (link at the very bottom of the page), create a new private app. The name of the app doesn’t matter. Set the following environment variables by copying the values of API key and Password displayed on the page:
export BYE_BYE_API_KEY="..."
export BYE_BYE_API_PASSWORD="..."
You will also need to set the hostname of your shop which is probably something like yourshopname.myshopify.com:
export BYE_BYE_API_HOSTNAME="yourshopname.myshopify.com"
bye-bye-shopify --help
bye-bye-shopify download_all
ls -al data/products/
ls -al data/custom_collections/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bye_bye_shopify-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81ffe444170f98de1f9cab262bc6f35c60e028ac39ed82db7b543fa9b02d886b |
|
MD5 | 4f3b0fb02689317160dfe9870a7b620f |
|
BLAKE2b-256 | 53250f13ca28a4722d5220affdfe185cfad73eac6dd285fe962135c62016d543 |