eBay Trading APIVersion 1349
 

GetAllBiddersResponseType ( AbstractResponseType )

Includes detailed bidding data for the auction listing that was specified in the request. Unless the listing is private, the actual eBay user IDs of all bidders are returned if the listing's seller makes this API call. If a bidder makes this API call, only that bidder's eBay user ID is returned, and the rest of the bidder's user IDs are anonymized.

Call that uses GetAllBiddersResponseType:

Fields

BidArray ( OfferArrayType ) [0..1]
This container consists of an array of bids made on the specified auction listing. Each OfferType object represents the data for one bid.
See the Field Index to learn which calls use BidArray.

HighBidder ( UserIDType (string) ) [0..1]
The eBay user ID for the user with the winning bid (if auction has ended) or current highest bid (if auction is still active). The seller should take note of or save this User ID as this user may be a a Second Chance Offer candidate.
See the Field Index to learn which calls use HighBidder.

HighestBid ( AmountType (double) ) [0..1]
This is the dollar amount of the winning bid (if auction has ended) or dollar amount of the current highest bid (if auction is still active).
See the Field Index to learn which calls use HighestBid.

ListingStatus ( ListingStatusCodeType ) [0..1]
This enumeration value indicates the listing status of the specified listing.
See the Field Index to learn which calls use ListingStatus.