Home
Find the answer to your question
Windows application to retrieve eBay transactions using the .NET SDK.
Summary
This tool is a windows application written in C#, that helps you retrieve transactions via the API. It makes a call to GetSellerTransactions to get the transactions that were last modified in the user specified time range. Further, it makes calls to GetOrders if the transactions are a part of an order and updates the transaction information accordingly.
Utility of this tool:
You can use this as a reference sample for writing your own transaction management application and add a database component to persist the transactions. You can also add the functionality to leave feedback and keep track of feedback received / pending, via your database.
Detail Description
Requirements to run this tool:
Optional
To view the source code / modify code:
Installation:
Unzip the contents of the zip file eBayTransaction.zip into one directory
How to use this tool:
The application makes calls to GetSellerTransactions with the selected time range.
If there are transactions that are part of an order, then it makes call to GetOrders with the OrderIDs and updates the transaction information.
figure 2
This page shows you all the transactions for which the checkout is complete and have not been marked as paid or shipped.
You can select the transactions for which to make a call to CompleteSale and mark the transactions as Paid & Shipped by clicking the Update Transaction Status button.
figure 3
Version Info
The tool was was based on the versions specified below:
API Schema Version | 495 |
.NET SDK Version | .NET SDK v495.0 full release |