Shopify Access Token API Credentials
Shopify Access Token API credentials allow your SubverseAI agents to authenticate with Shopify stores using pre-generated access tokens for direct API access.Overview
Shopify Access Token credentials provide access to:- Direct API access with access tokens
- Private app integration
- Custom app development
- Simplified authentication flow
- High-frequency API operations
Dashboard Screenshot
Generate access tokens in your Shopify Admin
Steps to Create Shopify Access Token API Credentials
1. Create Private App
- Log in to your Shopify Admin
- Navigate to Settings > Apps and sales channels
- Click Develop apps
- Click Create an app
- Enter app name (e.g., “SubverseAI Token Access”)
- Select the app developer
- Click Create app
2. Configure Admin API Access
- Go to the Configuration tab
- Click Configure Admin API access
- Select the required permissions:
read_products,write_productsfor product managementread_orders,write_ordersfor order processingread_customers,write_customersfor customer data- Additional scopes as needed
- Click Save
3. Install App and Generate Token
- Go to the API credentials tab
- Click Install app
- Confirm the installation
- Copy the Admin API access token
- Note the API key and API secret key
4. Add to SubverseAI
- Go to Credentials in your SubverseAI dashboard
- Click Create New Credential
- Select Shopify Access Token API from the credential types
- Enter a name for your credential
- Fill in the required fields:
- Store URL: Your Shopify store domain
- Access Token: Your Admin API access token
- API Key: Your app API key (optional)
- Click Test Connection to verify the credentials work
- Click Save Credential
Required Fields
- Name: A descriptive name for your credential
- Store URL: Your Shopify store domain
- Access Token: Your Admin API access token
- API Key (optional): Your app API key
Usage Tips
- Use access tokens for high-frequency operations
- Store tokens securely and rotate regularly
- Monitor API usage to avoid rate limits
- Use separate tokens for different environments
Troubleshooting
Invalid Access Token: Regenerate the token from the app settings Store Not Found: Verify the store URL is correct Permission Denied: Check that the app has required Admin API scopes Rate Limit Exceeded: Monitor API usage and implement rate limitingNext Steps
After creating your Shopify Access Token credentials:- Set up direct API integration workflows
- Configure high-frequency operations
- Build real-time data synchronization
- Monitor API usage and performance
- Implement token rotation procedures