Connection Status
Loading…
Setup Instructions
1
Create an eBay Developer Account
Go to developer.ebay.com, sign in with your eBay account, and accept the developer agreement.
2
Create an Application
Go to Application Keys → Create a Keyset (Production). Copy your App ID (Client ID) and Cert ID (Client Secret).
3
Register a Redirect URI (RuName)
In your app's User Tokens settings, add this as an accepted redirect URL:
loading…
Copy the generated RuName.
4
Create a .env file
# .env
EBAY_CLIENT_ID=your-App-ID
EBAY_CLIENT_SECRET=your-Cert-ID
EBAY_RUNAME=Your_App-RuName-here
5
Restart the server, then connect
Run npm start to pick up the new env vars, then click Connect eBay Account.
Sync from eBay
What gets imported: Sold orders include price, fees, promoted fees, and shipping cost. Active
listings require the eBay Inventory API — traditional/classic listings are not available via REST.