-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading single product #2
Comments
@demonium77 It is possible to do that as well and we can let the user supply a list of product handles as much as they want(1 or many). What do you think of this CLI API ? # Long args
$ shopify-csv-download --products product-handle1,product-handle2 https://shopify-site.com > shopify-site-products.csv
# Short args
$ shopify-csv-download -p product-handle1,product-handle2 https://shopify-site.com > shopify-site-products.csv |
Yeah I think it is great ! Adding a "--collection" args with collection-handle1, collection-handle2 could be cool as well. Looking forward to seeing those evolutions ! |
Do you think you will be able to make the mentioned above CLI calls implementation ? |
Will do it when i find the time. Feel free to send in a PR :-) |
How with this script would it be possible to download a single product as CSV ?
Downloading all products is great for backing up store, but single product is great for scraping.
Would be definitely a cool feature to add ;)
The text was updated successfully, but these errors were encountered: