Cloud HostingLaunch UnoPim on fully-managed cloud hosting — fast, secure and cost-effective plans.
Skip to content

Before You Begin — Shopify API Credentials

Before installing the UnoPim Shopify Connector, you need to do one thing on the Shopify side: create a custom app and get your API access token. This is what allows UnoPim to talk to your Shopify store securely.

The whole process takes about 5 minutes. Just follow the steps below.


Step 1 - Open Your Shopify Settings

Log in to your Shopify admin panel and click Settings at the bottom of the left sidebar.

Shopify Settings

Step 2 — Go to Apps

In the Settings menu, click Apps from the left-hand side.

Shopify Apps and Sales Channels

Step 3 — Open the Developer Section

On the Apps page, look for Develop apps in the left-hand menu and click on it.

Shopify Developer Section

Step 4 — Build apps in Dev Dashboard

Click Build apps in Dev Dashboard.

Shopify create app

Step 5 — Create a New App

You'll be taken to the Dev Dashboard, which lists all your existing apps.

Click Create app in the top-right corner.

Shopify create app

Step 6 — Name Your App

Enter an App name — something like UnoPim Connector. Then click Create.

Shopify enter app name

Step 7 — Configure API Scopes

Once the app is created, the version tab will appear. Scroll down and you will find Access scopes. Click Select scopes.

Shopify select scopes

You need to enable read and write access for the following:

#ScopePermissions to enable
1Shop localeswrite_locales, read_locales
2Fulfillment serviceswrite_fulfillments, read_fulfillments
3Inventorywrite_inventory, read_inventory
4Product listingswrite_product_listings, read_product_listings
5Productswrite_products, read_products
6Translationwrite_translations, read_translations
7Sales Channelwrite_channels, read_channels
8Locationwrite_locations, read_locations
9Publicationswrite_Publications, read_Publications

Shopify select scopes

Important: Make sure you select both the read and write checkboxes for each scope listed above. UnoPim requires full read and write access to sync data correctly. Selecting only read access will cause exports to fail.

Once all scopes are selected, click Save.


Step 8 — Install the App

After saving the scopes, go back to the app's home page. You'll see an Install app button — click it.

This step links the app to your Shopify store and activates the API credentials.

Shopify install app

Step 9 — Copy Your Access Token

Once installed, go to Settings inside your app. Here you'll find Credentials with two important pieces of information:

Client ID — your app's public identifier Client Secret — your app's private key

Copy both and store them somewhere safe — you'll need to enter them in UnoPim during the credentials setup step.

Shopify install app

Note: Keep your Client Secret private. Never share it publicly or commit it to version control.


You're all set on the Shopify side. Head over to Installation to continue setting up the connector in UnoPim.

Released under the MIT License.