Ebay Fulfillment
Website: https://www.ebay.com/ Documentation: https://developer.ebay.com/api-docs/sell/fulfillment/overview.html
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
refresh_token_endpoint | string | Refresh Token Endpoint. | https://api.ebay.com/identity/v1/oauth2/token |
api_host | string | API Host. | https://api.ebay.com |
username | string | Username. | |
password | string | Password. | |
redirect_uri | string | Redirect URI. | |
refresh_token | string | Refresh Token. | |
start_date | string | Start Date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
orders | orderId | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
refresh_token_endpoint
string
api_host
Username
required
string
username
Password
required
string
password
Redirect URI
required
string
redirect_uri
Refresh Token
required
string
refresh_token
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-05-14 | Initial release by @adityamohta via Connector Builder |