eBay Trading APIVersion 1349
 

BuyingSummaryType

Type defining the BuyingSummary container returned in GetMyeBayBuying. The BuyingSummary container consists of data that summarizes the buyer's recent buying activity, including the number of items the user has bid on, the number of items the user is winning, and the number of items the user has won. The BuyingSummary container is only returned if the BuyingSummary.Include field is included in the GetMyeBayBuying request and set to true.

Type that uses BuyingSummaryType:

Call that uses BuyingSummaryType:

Fields



BestOfferCount ( int ) [0..1]
The number of items the user has made Best Offers on.
See the Field Index to learn which calls use BestOfferCount.

BiddingCount ( int ) [0..1]
The number of auction items the user has bid on.
See the Field Index to learn which calls use BiddingCount.

TotalWinningCost ( AmountType (double) ) [0..1]
The total cost of items that the user is currently the highest bidder on.
See the Field Index to learn which calls use TotalWinningCost.

TotalWonCost ( AmountType (double) ) [0..1]
The total cost of auction items that the user has won.
See the Field Index to learn which calls use TotalWonCost.

WinningCount ( int ) [0..1]
The number of active auction listings in which the user is currently the highest bidder.
See the Field Index to learn which calls use WinningCount.

WonCount ( int ) [0..1]
The number of auction items that the user has won.
See the Field Index to learn which calls use WonCount.

WonDurationInDays ( int ) [0..1]
The time period for which won items are displayed. Default is 31 days.
See the Field Index to learn which calls use WonDurationInDays.