Skip to main content
Shopify connects with three things from a custom app you create in your Shopify admin: the store domain, a Client ID, and a Client secret. Ryze uses them to securely fetch an access token — no app store install required.

Step 1 — Create a custom app in Shopify

1

Open Settings → Apps

In your Shopify admin, go to Settings, then open Apps and sales channels.
Apps and sales channels in Shopify settings
2

Click Develop apps

In the top-right corner, click Develop apps.
The Develop apps button
3

Open the Dev Dashboard

Click Build apps in Dev Dashboard.
Build apps in Dev Dashboard
4

Create an app

Click Create app.
Create app in the Dev Dashboard
5

Name the app

Under Start from Dev Dashboard, enter a name (e.g. Ryze AI) and click Create.
Name the app and create it

Step 2 — Configure the app

1

Set the App URL

Under URLs → App URL, enter https://reports.get-ryze.ai and keep Embed app in Shopify admin checked.
Set the App URL
2

Add the required scopes

Under Access → Scopes, paste this comma-separated list:
read_analytics,read_content,read_metaobjects,read_orders,read_products,read_publications,read_reports,read_themes,write_content,write_metaobjects,write_products,write_publications,write_themes
Add the required scopes
3

Add the redirect URL

Under Redirect URLs, enter https://reports.get-ryze.ai/api/auth/shopify/callback.
Add the redirect URL
4

Release the version

Click Release, confirm in the dialog, and release the version. This activates the app.
Release the app version
5

Install the app on your store

Open the app and click Install app (top-right). This installs the app on your store so Ryze can fetch an access token.
Install app button in the Dev Dashboard
Don’t skip this step. Without installing the app, the connection fails with app_not_installed and Ryze can’t authenticate — even though your Client ID and Secret are correct.

Step 3 — Copy your credentials

1

Open Settings → Credentials

In the app, open Settings. Copy the Client ID, then reveal and copy the Secret (this is your Client secret).
Copy the Client ID and Secret
2

Find your store domain

Back in your Shopify admin, open Settings → Domains. Your store domain is the .myshopify.com address marked Primary.
Find your store domain

Step 4 — Connect in Ryze

In Workspace Settings → Integrations, click Connect on the Shopify card and fill in:
  • Store domain — e.g. yourstore.myshopify.com
  • Client ID — the Client ID you copied
  • Client secret — the Secret you copied
Click Continue. You’re connected. Need help? Email support@get-ryze.ai.