Shopify OAuth Setup

Generate access token using OAuth flow

Generate Access Token
Your Shopify store domain
From Shopify Admin → Apps → API credentials
From Shopify Admin → Apps → API credentials
You will be redirected to Shopify to authorize the app
Or Enter Existing Token
Your Shopify store domain (e.g., your-store.myshopify.com)
Get this from Shopify Admin → Settings → Apps and sales channels → Develop apps
Shopify API version (default: 2024-01)
How to Get Your Access Token
  1. Go to your Shopify Admin panel
  2. Navigate to Settings → Apps and sales channels
  3. Click Develop apps
  4. Click Create an app (or select existing app)
  5. Go to API credentials tab
  6. Under Admin API access token, click Install app (if not installed)
  7. Click Reveal token once and copy the token
  8. Paste the token in the form above

Required API Scopes: read_products, write_products, read_inventory, write_inventory

Security Note

This method stores the access token in your session. For production use, consider storing tokens securely in a database with encryption. Never share your access token publicly or commit it to version control.