Connector Details

NameValue
PlatformShopify
Auth TypeAPI Keys
DirectionBidirectional
Triggers
Tap Repohttps://github.com/hotgluexyz/tap-shopify
Target Repohttps://gitlab.com/hotglue/target-shopify-v2
Tap Metrics

Usage:

Target Metrics

Usage:

Unified Schema

Credentials Setup

Follow the steps below to get the credentials you need to use the Shopify connector.

There are two ways to use Shopify: either via a Shopify Public App (OAuth) or using a Private App (API keys). Hotglue environments will default to private apps, but you can use either. Below are guides to setting up both:

Public App

You can create a Shopify developer account at shopify.dev.

After entering some basic information, you’ll be taken to an overview page. There’s a tab that says “Build apps for clients or the Shopify App Store.” When you click it, you’ll see a button to create an app. Click that too.

Once you name your app, you’ll get the Client ID and Client Secret that you need for Hotglue. All that’s left is your custom configuration, using the tabs on the left of the dashboard

App Setup

The only required bit here is the “Allowed redirection URL.” This should be set to https://hotglue.xyz/callback. Add a logo, preferences URL, and app URL while you’re at it.

API Access

Depending on your use case, you may need to request permissions. Most use cases will require the “Read all orders” scope, which you can request on this page. If it’s relevant to your app, it isn’t too hard to get this access. You may also be interested in requesting subscription APIs and protected customer data.

Distribution

Once you finish configuring your app and confirming that it works for your own account, you can begin the app registration process. You will want to make your app publicly available, so this can’t be a Single Merchant Install. There is a one-time $99 fee associated with registering to be on the Shopify app store.

Private App

📘

These steps will be performed by each of your customers when they connect their Shopify account.

The first thing you need to do is log in to Shopify. If you’re just testing you can create a free partner account.

Once logged in, on the left side of the screen, select the Apps option in the navigation bar. Near the bottom of the apps page, there is an option to Manage private apps. Click it!

If you have not enabled private apps yet, you’ll need to Enable private app development. Click through the subsequent pages to enable private apps.

Once you end up on the apps page, click “Create Private App”. Fill in an app name and email.

Now you need to enable permissions. Click the Show inactive Admin API permissions drop down in order to configure the data you’re pulling from Shopify.

📘

If you plan to both read and write data with Shopify, make sure to enable Read and write access. Otherwise, Read access is sufficient.

Once you have clicked Save, click the Create app button to finish the process. You’ll receive an API Password and API key, which are all you need to authenticate with Shopify in hotglue.

Tap Changelog