Skip to content

Import product, customers, orders from OpenCart to Shopify

Notifications You must be signed in to change notification settings

deepvision7/shopify-importer

 
 

Repository files navigation

Shopify Importer

I'm thinking of creating a command line tool for importing stuff into Shopify. At the moment I've hard-coded a lot of things because I didn't have time to do it properly 😅.

You can fork it and dig into the code as you please.

It's still in dev.... there might be BUGS 😱

API KEYS

You will need the API Keys from your Shopify Store in order to use this tool.

  1. Create a .env file in your root directory
  2. Add the following lines:
SHOP_NAME=shop-name
API_KEY=XXXXXXXXXXXXXX
PASSWORD=XXXXXXXXXXXXX

RUN

node index.js

About

Import product, customers, orders from OpenCart to Shopify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%