API Credentials for Shopify
Guide to obtaining tokens, keys, and connections.
To connect to the Shopify API you need two pieces of information: your store’s “Domain” (https://**your_store**.myshopify.com) and the “Access Token”, which is the key authorizing your calls to the Admin API. Below you will find the steps to obtain them.
Domain
-
1
Open your browser and go to
https://admin.shopify.comand sign in with your Shopify account. -
2
Once inside the admin panel, go to 'Domains'. You will see a URL like
https://<your_store>.myshopify.com/admin; that is your Domain.
Access Token
-
1
In the left menu of the Shopify admin, click on
Sales Channels. -
2
Select
App and sales channel settings. -
3
Click on
Developer Apps. -
4
Click the
Create an appbutton. -
5
Under
App name, enter a name (e.g.botize) and clickCreate app. -
6
Click on
Configure Admin API scopes. -
7
In the
Product Listingssection, check theread_product_listingsoption. -
8
In the
Productssection, check thewrite_productsandread_productsoptions. -
9
Scroll to the bottom and click
Save. -
10
Go to the
API credentialstab. -
11
Click
Install appand thenInstallto activate the app. -
12
After installation, under
Access tokenclickReveal token once. -
13
Copy the token that appears (your Access Token) and store it in a secure place; you will not be able to view it again.