https://www.loom.com/share/dbf0508b25114ef7836b2a462b6796ee

Part 1: Create the app

  1. Go to dev.shopify.com/dashboard
  2. Click Create app
  3. Name the app (example: Integration [Your Brand])
  4. Go to Configuration → URLs
  5. Add the Redirect URL: webhook.site (or your endpoint)
  6. Go to API access → select the required scopes
  7. Click Install app on your store

Part 2: Get the credentials

  1. Go to Settings → Credentials
  2. Copy Client ID
  3. Copy Client Secret (click Reveal)

Part 3: Generate the permanent token

  1. Open webhook.site → copy your unique URL
  2. 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>)
  1. Open this URL in your browser → click Install