Create a Shopify App
- Sign in to Shopify.
- Go to the Shopify Dev Dashboard.
- Open the Apps section and click Create app.
- Enter a name for your app.
- Click Create.
Create the First App Version and Configure Access
- After creating the app, the App Version management page opens.
- Scroll down to the Access section and click Select scopes to open the access scope configuration dialog.
- In the dialog, select the required permissions. Grant the following access scopes:
- read_products
- write_products
- read_customers
- read_orders
- write_orders
- read_inventory
- write_inventory
- read_draft_orders
- write_draft_orders
- read_locations
- Click Done.
Publish the App
- Click Release to publish the app.
- Enter a version name in the dialog window, if necessary. You can leave the fields empty and click Release again.
- The published version appears on the Versions tab. The active version is marked with the Active tag.
Install the App in Shopify
Next, install the app in the Shopify store you want to connect.
- On the Home tab, click Install app.
- In the dialog window, select the Shopify store where you want to install the app.
- Click Install to authorize the installation.
Get the Connector Credentials
- Return to the Shopify Dev Dashboard.
- Open your app and go to the Settings tab.
- In the Credentials section, copy the Client ID and Client secret.