Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to eBay for marketplace selling, inventory management, order fulfillment, and account data.| Property | Value |
|---|---|
| Provider ID | ebay |
| Category | E-Commerce |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an eBay OAuth App
Go to the eBay Developer Portal
Navigate to developer.ebay.com/my/keys and sign in.
Configure the redirect URI
In your app settings, add the Alter callback URL from the Developer Portal to the RuName (eBay Redirect URL name) configuration.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Available Scopes
| Scope | Description |
|---|---|
https://api.ebay.com/oauth/api_scope | Basic public data access |
https://api.ebay.com/oauth/api_scope/sell.marketing | Marketing tools access |
https://api.ebay.com/oauth/api_scope/sell.inventory | Inventory management |
https://api.ebay.com/oauth/api_scope/sell.fulfillment | Order fulfillment |
https://api.ebay.com/oauth/api_scope/sell.account | Account settings |
Notes
- eBay uses full URL strings as scope values rather than short names.
- eBay has separate sandbox and production environments. Test with sandbox credentials before going to production.
- See the eBay OAuth documentation for more details.