eBay Merchant Data APIVersion 1255
 

BiddingSummaryType

Type used by the BiddingSummary container, which is returned in the GetAllBidders response if the IncludeBiddingSummary boolean field is included and set to true in the call request. The BiddingSummary container consists of bidding history information for a specific bidder (specified in the User.UserID field).

No calls use BiddingSummaryType.

Fields



BidActivityWithSeller ( int ) [0..1]
Not used by any call.

This integer value is actually a percentage value that indicates what percentage of the user's total number of bids during the last 30 days (or the number of days specified in the SummaryDays field) has been placed on auction items that the seller has listed. The percentage value is rounded up to the highest whole percentage number.

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use BidActivityWithSeller.

BidRetractions ( int ) [0..1]
Not used by any call.

This integer value indicates the total number of bids that the user has retracted (from any and all sellers) during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use BidRetractions.

BidsToUniqueCategories ( int ) [0..1]
Not used by any call.

This integer value indicates the total number of bids made with unique listing categories that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use BidsToUniqueCategories.

BidsToUniqueSellers ( int ) [0..1]
Not used by any call.

This integer value indicates the total number of bids to unique sellers that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use BidsToUniqueSellers.

ItemBidDetails ( ItemBidDetailsType ) [0..*]
Not used by any call.

This container provides information on each auction item that the user has placed a bid on during the last 30 days (or the number of days specified in the SummaryDays field).
See the Field Index to learn which calls use ItemBidDetails.

SummaryDays ( int ) [0..1]
Not used by any call.

This integer value indicates the length of time (in number of days) that is being used to calculate all counts in the BiddingSummary container. This value is generally 30 (days), which means that all counts in the container have been calculated from the present time and going back 30 days in the past.

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use SummaryDays.

TotalBids ( int ) [0..1]
Not used by any call.

This integer value indicates the total number of bids (from any and all eBay sellers) that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
See the Field Index to learn which calls use TotalBids.