A plugin for Reaction Commerce that allows you exchange data with a Shopify shop
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.
git clone git@github.com:reaction-contrib/meteor-connectors-shopify.git
- Copy the
connectors
andconnectors-shopify
to<reaction-root>/imports/plugins/custom
npm install --save shopify-api-node
(it can't be added to the localpackage.json
reaction reset -y
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"
}
}]