https://www.loom.com/share/dbf0508b25114ef7836b2a462b6796ee
Part 1: Create the app
- Go to dev.shopify.com/dashboard
- Click Create app
- Name the app (example:
Integration [Your Brand])
- Go to Configuration → URLs
- Add the Redirect URL: webhook.site (or your endpoint)
- Go to API access → select the required scopes
- Click Install app on your store
Part 2: Get the credentials
- Go to Settings → Credentials
- Copy Client ID
- Copy Client Secret (click Reveal)
Part 3: Generate the permanent token
- Open webhook.site → copy your unique URL
- Build the authorization URL (replace
YOUR-STORE, SCOPES, REDIRECT_URI):
[<https://YOUR-STORE.myshopify.com/admin/oauth/authorize?client_id=YOUR_CLIENT_ID&scope=SCOPES&redirect_uri=REDIRECT_URI>](<https://YOUR-STORE.myshopify.com/admin/oauth/authorize?client_id=YOUR_CLIENT_ID&scope=SCOPES&redirect_uri=REDIRECT_URI>)
- Open this URL in your browser → click Install