GetAllBiddersResponseType

Includes the list of bidders for the requested item as part of the general item listing data. Some bidder information is anonymous, to protect bidders from fraud. If the seller makes this API call, the actual ids of all bidders on the seller's item will be returned. If a bidder makes this API call, the bidder's actual id will be returned. Information for all competing bidders or outside watchers will be returned as anonymized userIDs. See See Working with Anonymous User Informationin the eBay Web Services Guide for more information.

Fields

BidArray ( OfferArrayType ) [1]
Contains a list of OfferType objects. Each OfferType object represents the data for one bidder and bid.
See the Field Index to learn which calls use BidArray.

HighBidder ( UserIDType (string) ) [1]
eBay user ID for the user with the highest bid (or the earliest timestamp, in the event of a tie); a second chance offer candidate.
See the Field Index to learn which calls use HighBidder.

HighestBid ( AmountType (double) ) [1]
Bid amount offered by the HighBidder.
See the Field Index to learn which calls use HighestBid.

ListingStatus ( see ListingStatusCodeType for possible values ) [1]
Specifies an active or ended listing's status in eBay's processing workflow. If a listing ends with a sale (or sales), eBay needs to update the sale details (e.g., winning bidder) and other information. This processing can take several minutes. If you retrieve a sold item, use this listing status information to determine whether eBay has finished processing the listing so that you can be sure the winning bidder and other details are correct and complete.
See the Field Index to learn which calls use ListingStatus.

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.