alexnoox / connector-shopify

Connector for Shopify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Develop Codeship Status for maestrano/connector-shopify Master Codeship Status for maestrano/connector-shopify

Shopify Connector

The aim of this connector is to implement data sharing between Connec! and Shopify

Configuration

Configure your Shopify application. To create a new Shopify application: https://docs.shopify.com/api/guides/introduction/getting-started

Create an account in Maestrano's Developer Platform at:

https://dev-platform.maestrano.io

Create an application on the Developer Platform:

Documentation can be found here:

🔜 🚧

Edit the configuration file config/application-sample.yml with the correct credentials (both Shopify's and Maestrano's Developer Platform ones) and rename it config/application.yml

encryption_key1: ''
encryption_key2: ''

shopify_client_id: 'your_shopify_id'
shopify_client_secret: 'your_shopify_secret'

REDIS_URL: redis://localhost:6379/0/connector-shopify

MNO_DEVPL_HOST: https://dev-platform.maestrano.io
MNO_DEVPL_API_PATH: /api/config/v1/marketplaces
MNO_DEVPL_ENV_NAME: shopify-uat
MNO_DEVPL_ENV_KEY: 'your_local_env_key'
MNO_DEVPL_ENV_SECRET: 'your_local_env_secret'

Run the connector locally against the Maestrano UAT environment

Run the connector

First time setup

# Install bundler and update your gemset
gem install ruby-2.3.1
gem install bundler
bundle

Start the application

bin/rails s puma -p 3001

About

Connector for Shopify


Languages

Language:Ruby 81.9%Language:HTML 11.2%Language:CSS 4.8%Language:JavaScript 2.1%