https://github.com/pandas9/shopify-products
Script that will convert shopify products.json into importable CSV file for shopify
https://github.com/pandas9/shopify-products
shopify shopify-apps shopify-products
Last synced: 4 months ago
JSON representation
Script that will convert shopify products.json into importable CSV file for shopify
- Host: GitHub
- URL: https://github.com/pandas9/shopify-products
- Owner: pandas9
- Created: 2023-02-21T11:41:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T11:59:22.000Z (over 2 years ago)
- Last Synced: 2024-12-04T18:47:24.419Z (6 months ago)
- Topics: shopify, shopify-apps, shopify-products
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopify-products
## Import products into your store from any store
Script that will convert shopify products.json into importable CSV file for shopify
## Run
`python convert.py`
## How it works
Example url https://compliancewarehouse.com/products.json?limit=250&page=1 that will download products.json which is equal to products_example.json inside project folder
import_example.csv is shopify import example that shopify provides
products_generated_example.csv is output after you run script
If you set `Variant Inventory Policy` to `continue` it will allow people to purchase product when quantity is 0 if policy is `deny` its the opposite
## Requirements
python>=3