
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.com
and 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 app
button. -
5
Under
App name
, enter a name (e.g.botize
) and clickCreate app
. -
6
Click on
Configure Admin API scopes
. -
7
In the
Product Listings
section, check theread_product_listings
option. -
8
In the
Products
section, check thewrite_products
andread_products
options. -
9
Scroll to the bottom and click
Save
. -
10
Go to the
API credentials
tab. -
11
Click
Install app
and thenInstall
to activate the app. -
12
After installation, under
Access token
clickReveal 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.