Ebay Sell Finances
The eBay Sell Finances API is an interface for retrieving seller payout, transaction, and financial reporting data from eBay.
- Base URL:
https://apiz.ebay.com/sell/finances/v1 - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
getpayouts— GET /payout —<p class="msgbox_importantInDiv" data-mc-autonum="getpayout— GET /payout/{payout_Id} —<p class="msgbox_importantInDiv" data-mc-autonum="getpayoutsummary— GET /payout_summary —<p class="msgbox_importantInDiv" data-mc-autonum="getsellerfundssummary— GET /seller_funds_summary —<p class="msgbox_importantInDiv" data-mc-autonum="gettransactions— GET /transaction —<p class="msgbox_importantInDiv" data-mc-autonum="gettransactionsummary— GET /transaction_summary —<p class="msgbox_importantInDiv" data-mc-autonum="Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getpayouts # (attach an 'oauth' credential to the task — no inline secrets)Publishes
The keys a later task may reference as
{{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own
tool.iml.Property Type Required Default Description operationstring yes — One of: getpayouts, getpayout, getpayoutsummary, getsellerfundssummary, gettransactions, gettransactionsummary payout_Idstring no — Path parameter payout_Id (required by some operations). querystring no — Optional query params as a JSON object string, e.g. {"limit": 10}.