Connect eBay to Suppli
Suppli uses the eBay Trading API to update inventory on your manually-created listings. Each user provides their own eBay developer credentials â no shared keys.
Create an eBay developer account
Go to developer.ebay.com and sign in with your eBay account (or create a new developer account). Registration is free.
Create a Production keyset
In the developer portal, go to Application Keysets. Click Create a keyset and choose Production.
You'll receive your App ID (Client ID), Cert ID (Client Secret), and Dev ID. Copy all three.
Create your RuName (OAuth redirect name)
In the developer portal, go to User Tokens â Get a token via OAuth. You'll see a section to add an "eBay Redirect URL" (RuName).
Set the redirect URI to:
eBay will generate a RuName string like Your-AppName-PRD-abc123-abcd1234. Copy it.
Enter credentials in Suppli
In Suppli, go to Channels â eBay. Fill in the credential form:
- Supplier â select which supplier these eBay listings belong to
- App ID (Client ID) â from your Production keyset
- Cert ID (Client Secret) â from your Production keyset
- Dev ID â from your Production keyset (optional but recommended)
- RuName â from step 3
Click Save credentials.
Authorize with eBay OAuth
After saving credentials, click Connect with eBay. You'll be redirected to eBay's login page. Sign in with your eBay seller account (not the developer account) and grant access.
You'll be redirected back to Suppli and the connection will show as Connected.
ReviseInventoryStatus call. This works with manually-created eBay listings (not API-created listings). Your product's Custom Label (SKU field) in eBay must match the Internal SKU in Suppli.GetMyeBaySelling to find your listing's ItemID from the SKU. This ItemID is then cached so future syncs are faster.