đ§ eBay Authorization URL Test
â
Fixed Configuration
The authorization URL has been updated to use the correct RuName instead of a full URL. This should resolve the "invalid_request" error.
đ Configuration Details
- Client ID: Leebarth-listings-PRD-a07736cc6-8e372b00
- RuName: Lee_bartholomew-Leebarth-listin-lbnljg
- Scopes: https://api.ebay.com/oauth/api_scope, https://api.ebay.com/oauth/api_scope/sell.inventory, https://api.ebay.com/oauth/api_scope/sell.account, https://api.ebay.com/oauth/api_scope/sell.fulfillment, https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
đ Generated Authorization URL
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&redirect_uri=Lee_bartholomew-Leebarth-listin-lbnljg&response_type=code&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.inventory+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.account+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.fulfillment+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.fulfillment.readonly&prompt=login
âšī¸ What to Expect
- Clicking the button above will take you to eBay's authorization page
- You should be able to log in and grant permissions without the "invalid_request" error
- After authorization, you'll be redirected back to handle the token exchange
- If you still get errors, check your eBay Developer Portal configuration