Download a shopify site in a csv format that the shopify importer understands
brew tap kishaningithub/tap
brew install shopify-csv-download# All unix environments with curl
curl -sfL https://raw.githubusercontent.com/kishaningithub/shopify-csv-download/master/install.sh | sudo sh -s -- -b /usr/local/bin
# In alpine linux (as it does not come with curl by default)
wget -O - -q https://raw.githubusercontent.com/kishaningithub/shopify-csv-download/master/install.sh | sudo sh -s -- -b /usr/local/binAccessing publicly exposed products
shopify-csv-download https://shopify-site.com > shopify-site-products.csvPrivate products using API Key
shopify-csv-download --full-url https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/products.json > shopify-site-products.csvPRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2018 Kishan B