https://github.com/tutv/shopify2woo
Migrate products from Shopify to Woocommerce
https://github.com/tutv/shopify2woo
Last synced: over 1 year ago
JSON representation
Migrate products from Shopify to Woocommerce
- Host: GitHub
- URL: https://github.com/tutv/shopify2woo
- Owner: tutv
- Created: 2018-06-13T08:52:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T03:29:14.000Z (about 8 years ago)
- Last Synced: 2025-02-04T21:45:25.021Z (over 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify to Woocommerce
### Installation
```
npm install
```
### Configuration
Create a file with name: `production.env`:
```
SHOPIFY_SHOP_NAME=site-name
SHOPIFY_API_KEY=api-key-xxxxxxxxxxxxxxxx
SHOPIFY_PASSWORD_KEY=password-key-xxxxxxxxxxxxxxxx
WOO_SITE_URL=wordpress-site-url.com
WOO_CONSUMER_KEY=comsumer-key-xxxxxxxxxxxxxxxx
WOO_CONSUMER_SECRET=comsumer-secret-xxxxxxxxxxxxxxxx
SHOPIFY_PUBLIC_COUNT=https://your-shop.myshopify.com/collections/your-collection-slug/count.json
SHOPIFY_PUBLIC_PRODUCTS=https://your-shop.myshopify.com/collections/your-collection-slug/products.json
```
### Run
```
NODE_ENV=production node index.js
```