Steps to create a new custom app on Shopify
Steps to create a new custom app in Shopify
Log in to your Shopify account.

In the Shopify UI, navigate to Settings.

From Settings, navigate to Apps and click Develop apps.

Click Build apps in Dev Dashboard.

Click Create app.

In the App name field, provide a name for your app.

In the following App creation page, add Scopes, Optional scopes, and Redirect URLs. Click the Select Scope hyperlink on the right side to choose required Scopes and Optional scopes. Additionally, you can add a URL under App URL.

Scopes- read_reports,write_reports,read_shopify_payments_disputes,read_shopify_payments_payouts,read_discounts,write_discounts,read_price_rules,write_price_rules,read_fulfillments,write_fulfillments,read_shipping,write_shipping,read_inventory,write_inventory,read_customers,write_customers,read_products,write_products,read_product_listings,read_orders,write_orders,read_draft_orders,write_draft_orders,read_checkouts,write_checkouts,read_all_orders,read_assigned_fulfillment_orders,read_merchant_managed_fulfillment_orders,read_third_party_fulfillment_orders,write_merchant_managed_fulfillment_orders,write_assigned_fulfillment_orders,write_third_party_fulfillment_orders,write_translations,write_locales
Redirect URL- https://platform.dbsync.io/cw/rest/shopify/callback

Click Select Scopes hyperlink to get the following dialog box to quickly select the required scopes. Similarly, click select Optional Scopes hyperlink to quickly select the required optional scopes.

Once you have added all the parameters, click Release at the bottom of the page to release your app.

From the left navigation pane, navigate to the App's Home page.

In the right panel, under Distribution, click Select distribution method.

From the list of Distribution available, select Custom distribution.

Once selected, you will get a screen to add the Store domain. Paste the domain name of your store from the Home page as shown below.

Then, click Generate link.

An Install link is generated as shown below. Copy this link and paste it in your browser.

Select the store that you had in step 12.

In the Install app page, click Install.

Once the installation is complete, you will be directed to a page similar to the one shown below.

Navigate to the dev dashboard page and click Settings.

Under Settings, you will see your Client ID and Secret. Keep these credentials secure.

Use these credentials to connect your store in DBSync Cloud Workflow. DBSync: https://www.mydbsync.com/cloud-workflow
Once logged in to DBSync Cloud Workflow, navigate to Apps, select Shopify and you will see the below options under dropdown-
Private App
Custom App
Select the Private App option. Enter your Client ID and Secret to connect to your Shopify.

Last updated