Ebay Finance
Website: https://www.ebay.com/ Documentation: https://developer.ebay.com/api-docs/sell/finances/overview.html
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
token_refresh_endpoint | string | Refresh Token Endpoint. | https://api.ebay.com/identity/v1/oauth2/token |
client_access_token | string | Access token. | |
username | string | Username. Ebay Developer Client ID | |
password | string | Password. Ebay Client Secret | |
redirect_uri | string | Redirect URI. | |
refresh_token | string | Refresh Token. | |
api_host | string | API Host. https://apiz.sandbox.ebay.com for sandbox & https://apiz.ebay.com for production | https://apiz.ebay.com |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
transactions | DefaultPaginator | ✅ | ✅ | |
payouts | payoutId | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
token_refresh_endpoint
string
username
Redirect URI
required
string
redirect_uri
Refresh Token
required
string
refresh_token
string
api_host
string
start_date
Access token
string
client_access_token
string
password
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-01 | Initial release by @adityamohta via Connector Builder |