Ebay Partner Network
v0.0.1
For more information please use the API documentation here.
Set up
Source
Before you can begin using the API to retrieve your Transaction Detail Report (TDR), you’ll need to enable API access for your EPN account.
The steps to enable API access are as follows:
- Login to your EPN account at https://partner.ebay.com/login.user
- Once logged into your account, click the “Cloud Icon” in the bottom left corner
- Click “API”
- Click the button “Enable API Access Now”
Once complete, API access will be enabled on your EPN account, and your Account SID and Auth Token will be generated.
Extract
To create an extract select the report you want to extract and the amount of months you would like to backfill.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | 36 Months |
Incremental | ✅ | Incremental is supported on all reports |
API reliability | 🟠 | May run into rate limiting issues, if 429 errors occur, reduce the backfill size and try again. |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Sales | UPDATE_DATE | EPN_TRANSACTION_ID | Sales |
Buyer Registrations | UPDATE_DATE | EPN_TRANSACTION_ID | Buyer Registrations |
Duplicates
Due to limitations with Ebay Partner Network, these extracts will return duplicates if the extract is ran on append (incremental), twice in one day.
It is recommended to deduplicate these in a transform just in case.
Updated 6 months ago