Shopify Product Scraper & Uploader
Upload CSV products, scrape online data, and sync to your Shopify store
Configuration
How to get Shopify Access Token
Method 1: Client Credentials (Recommended - New Standard)
- Go to your Shopify Partners Dashboard
- Create a new app or select an existing app
- Go to the "Settings" tab
- Copy your "Client ID" and "Client secret"
- Install your app in your store
- Use the client credentials in this form
Benefits of Client Credentials:
- More secure authentication method
- Automatic token refresh (tokens valid for 24 hours)
- Better rate limiting handling
- Future-proof authentication approach
Method 2: Access Token (Legacy - Being Phased Out)
- Go to your Shopify admin panel
- Navigate to "Apps" > "App and sales channel settings"
- Click "Develop apps" or "Manage private apps"
- Create a new private app
- Configure the app with necessary permissions (Products: Read/Write)
- Install the app and copy the Admin API access token
Method 3: Custom App (Alternative)
- Create a custom app in your Partner Dashboard
- Install it on your store
- Use either client credentials or access token
Important: Ensure your app has the following permissions:
- Products: Read and write
- Product images: Read and write
- Inventory: Read and write
- Files: Read and write (for image uploads)
Client Credentials vs Access Token:
- Client Credentials: Newer, more secure method. Tokens auto-refresh every 24 hours.
- Access Token: Traditional method. Tokens don't expire but may be deprecated in future.