๐Ÿ” eBay OAuth Setup

๐Ÿ“š Setup Guide: This wizard helps you configure eBay API authentication. You'll need credentials from eBay Developer Portal.

โš™๏ธ Current Configuration

Client ID: NOT SET
Client Secret: NOT SET
RuName (Redirect URI): SET Colin_Unger-ColinUng-ETISyn-ndclgbs
Refresh Token: SET โœ“ VALID
Environment: PRODUCTION
Configured Scopes:
https://api.ebay.com/oauth/api_scope/sell.inventory https://api.ebay.com/oauth/api_scope/sell.marketing https://api.ebay.com/oauth/api_scope/sell.inventory.readonly https://api.ebay.com/oauth/api_scope/sell.marketing.readonly https://api.ebay.com/oauth/api_scope/sell.account.readonly

1Automatic OAuth Flow (Recommended)

๐Ÿ”„ How This Works:
  1. Click "Start OAuth Flow" below
  2. You'll be redirected to eBay to grant permissions
  3. eBay redirects you back with an authorization code
  4. Our app automatically exchanges the code for a refresh token
  5. The refresh token is saved to your .env file

โš ๏ธ Important: Your RuName must be properly configured in eBay Developer Portal to point to

2Manual Token Entry (Alternative)

๐Ÿ“ If the automatic flow doesn't work: You can manually generate a token from the eBay Developer Portal:
  1. Go to Application Keys section
  2. Select OAuth (new security) option (NOT "Auth'n'Auth")
  3. Click Get a User Token
  4. Copy the full refresh token (500+ characters)
  5. Paste it in the form below

Paste the complete refresh token from eBay Developer Portal (should be 500-2000 characters)

3Configure Settings (Optional)

Get this from eBay Developer Portal โ†’ Application Keys โ†’ User Tokens

Space-separated list of required OAuth scopes. Must include sell.inventory and sell.marketing.

Check this if using sandbox credentials for testing

4Troubleshooting

Common Issues

Need Help?

Check the server logs (server.log) for detailed error messages including eBay API responses.