Skip to main content

Ebay Finance

Website: https://www.ebay.com/ Documentation: https://developer.ebay.com/api-docs/sell/finances/overview.html

Configuration

InputTypeDescriptionDefault Value
token_refresh_endpointstringRefresh Token Endpoint.https://api.ebay.com/identity/v1/oauth2/token
client_access_tokenstringAccess token.
usernamestringUsername. Ebay Developer Client ID
passwordstringPassword. Ebay Client Secret
redirect_uristringRedirect URI.
refresh_tokenstringRefresh Token.
api_hoststringAPI Host. https://apiz.sandbox.ebay.com for sandbox & https://apiz.ebay.com for productionhttps://apiz.ebay.com
start_datestringStart date.

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
transactionsDefaultPaginator
payoutspayoutIdDefaultPaginator

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
VersionDatePull RequestSubject
0.0.12025-04-01Initial release by @adityamohta via Connector Builder
Was this page helpful?