Skip to content

A plugin for Reaction Commerce that allows you exchange data with a Shopify shop

License

Notifications You must be signed in to change notification settings

aktywnitu/meteor-connector-shopify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-connector-shopify

A plugin for Reaction Commerce that allows you exchange data with a Shopify shop

This plugin is a community plugin and is not supported by the Reaction team.

Please use at your own risk. The Reaction team will not respond to issues or PR's on this but welcome the community to contribute.

How to install

  1. git clone git@github.com:reaction-contrib/meteor-connectors-shopify.git
  2. Copy the connectors and connectors-shopify to <reaction-root>/imports/plugins/custom
  3. npm install --save shopify-api-node (it can't be added to the local package.json
  4. reaction reset -y

Configuration

Configuration can be performed by Administrators in the Reaction Dashboard.

It can also be done in private/settings/reaction.json by adding (or updating) the following configuration details (remember to fill in the blanks):

{
    "name": "reaction-connectors-shopify",
    "enabled": true,
    "settings": {
      "apiKey": "<your API key>",
      "password": ",your API password>",
      "sharedSecret": "Your shared secret",
      "shopName": "Your shop name"
    }
  }]

About

A plugin for Reaction Commerce that allows you exchange data with a Shopify shop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 5.0%
  • CSS 1.4%