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 bid on, the number of items buyer is winning, and the number of items the buyer has won. The BuyingSummary container is only returned if the BuyingSummary.Include field is included in the GetMyeBayBuying request and set to 'true'.

Types that use BuyingSummaryType:

Call that uses one or more fields of 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 the user is presently winning.
See the Field Index to learn which calls use TotalWinningCost.

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

WinningCount ( int ) [0..1]
The number of auction items the user has bid on and is winning, but auctions have not yet ended.
See the Field Index to learn which calls use WinningCount.

WonCount ( int ) [0..1]
The number of items the user has bid on and 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.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.