eBay Trading APIVersion 1349
 

GetAllBiddersRequestType ( AbstractRequestType )

This is the base request type for the GetAllBidders call, which is used to retrieve bidders from an active or recently-ended auction listing.

Call that uses GetAllBiddersRequestType:

Fields

The enumeration value that is passed into this field will control the set of bidders that will be retrieved in the response. To retrieve bidders from a recently-ended auction listing, any of the three values can be used. To retrieve bidders for an active auction listing, only the ViewAll enumeration value can be used. These values are discussed in GetAllBiddersModeCodeType.
See the Field Index to learn which calls use CallMode.

IncludeBiddingSummary ( boolean ) [0..1]
The user must include this field and set its value to true if the user wishes to retrieve the BiddingSummary container for each bidder. The BiddingSummary container consists of more detailed bidding information on each bidder.
See the Field Index to learn which calls use IncludeBiddingSummary.

ItemID ( ItemIDType (string) ) [0..1]
This is the unique identifier of the auction listing for which bidders are being retrieved. This auction listing can be active or recently ended. However, to retrieve bidders for an active auction listing, the only CallMode enumeration value that can be used is ViewAll.
See the Field Index to learn which calls use ItemID.