-
Notifications
You must be signed in to change notification settings - Fork 2
Set Up Shopify
Artha edited this page Aug 5, 2024
·
2 revisions
Go to the https://partners.shopify.com website.
Click on "Join" and fill in the required information to create an account.
After logging into your Shopify Partner account, click on "Stores" in the left-hand sidebar.
Click on "Add store".
Select "Development store" and fill in the store details.
Go to the Shopify Admin of your development store.
In the left-hand sidebar, click on "Apps".
Click on "Develop apps for your store".
Click on "Create an app".
Provide an App name and select the App developer (you can select yourself).
Click "Create app".
In the app dashboard, click on "Configuration".
Under "Admin API integration", click "Configure".
Select the scopes your app needs. For example, to read products, select read_products.
Click "Save".
In the app dashboard, click on "API credentials".
Here, you will find your API Key and API Secret Key. These credentials are required to authenticate your app with Shopify.
In the app dashboard, click on "Install app".
Confirm the installation by clicking on "Install".Step 1: Create a Shopify Partner Account
Go to the Shopify Partners website.
Click on "Join now" and fill in the required information to create an account.
After logging into your Shopify Partner account, click on "Stores" in the left-hand sidebar.
Click on "Add store".
Select "Development store" and fill in the store details.
Go to the Shopify Admin of your development store.
In the left-hand sidebar, click on "Apps".
Click on "Develop apps for your store".
Click on "Create an app".
Provide an App name and select the App developer (you can select yourself).
Click "Create app".
In the app dashboard, click on "Configuration".
Under "Admin API integration", click "Configure".
Select the scopes your app needs. For example, to read products, select read_products.
Click "Save".
In the app dashboard, click on "API credentials".
Here, you will find your API Key and API Secret Key. These credentials are required to authenticate your app with Shopify.
In the app dashboard, click on "Install app".
Confirm the installation by clicking on "Install".