{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Transaction API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Transaction", "type": "folder" }, "items": [ { "info": { "name": "getTransactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/transaction", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Numerous filters are available for the getTransactions method, and these filters are discussed below. One or more of these filter types can be used. If none of these filters are used, all previous monetary transactions are returned:
YYYY-MM-DDTHH:MM:SS.SSSZ) and should be adjusted accordingly for the local timezone of the user.https://apiz.ebay.com/sell/finances/v1/transaction?filter=transactionDate:[2018-10-23T00:00:01.000Z..2018-11-09T00:00:01.000Z]https://apiz.ebay.com/sell/finances/v1/transaction?filter=transactionType:{SALE}https://apiz.ebay.com/sell/finances/v1/transaction?filter=transactionStatus:{PAYOUT}https://apiz.ebay.com/sell/finances/v1/transaction?filter=buyerUsername:{buyer1234} https://apiz.ebay.com/sell/finances/v1/transaction?filter=salesRecordReference:{123}0 will be returned in the salesRecordReference field. So, this filter will only be useful to retrieve orders than occurred before this date. https://apiz.ebay.com/sell/finances/v1/transaction?filter=payoutId:{5********8} https://apiz.ebay.com/sell/finances/v1/transaction?filter=transactionId:{0*-0***0-3***3}&filter=transactionType:{SALE} https://apiz.ebay.com/sell/finances/v1/transaction?filter=orderId:{0*-0***0-3***3} https://apiz.ebay.com/sell/finances/v1/transaction?filter=payoutReference:{5*******3}10 and limit is set to 10, the method retrieves monetary transactions 11 thru 20 from the result set. 0. 1000 20"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "This integer value indicates the actual position that the first monetary transaction returned on the current page has in the results set. So, if you wanted to view the 11th monetary transaction of the result set, you would set the offset value in the request to 10. 30 and limit is set to 10, the method retrieves transactions 31 thru 40 from the resulting collection of transactions. 0.0 (zero)"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "By default, monetary transactions that match the input criteria are sorted in descending order according to the transaction date (i.e, most recent transactions returned first).transactionDate. Below is the proper syntax to use if filtering by a transaction date range in ascending order:https://apiz.ebay.com/sell/finances/v1/transaction?filter=transactionDate:[2023-10-01T00:00:01.000Z..2023-10-12T00:00:01.000Z]&sort=transactionDateImportant! Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made on behalf of EU" }, { "info": { "name": "getTransactionSummary", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/transaction_summary", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Numerous filters are available for the getTransactionSummary method, and these filters are discussed below. One or more of these filter types can be used. The transactionStatus filter must be used. All other filters are optional.
https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=transactionStatus:{PAYOUT}YYYY-MM-DDTHH:MM:SS.SSSZ) and should be adjusted accordingly for the local timezone of the user.https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=transactionDate:[2018-10-23T00:00:01.000Z..2018-11-09T00:00:01.000Z]https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=transactionType:{SALE}https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=buyerUsername:{buyer1234} https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=salesRecordReference:{123}0 will be returned in the salesRecordReference field. So, this filter will only be useful to retrieve orders than occurred before this date. https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=payoutId:{5********8} https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=transactionId:{0*-0***0-3***3}&filter=transactionType:{SALE} https://apiz.ebay.com/sell/finances/v1/transaction_summary?filter=orderId:{0*-0***0-3***3} Important! Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made on behalf of EU" } ] } ], "bundled": true }