eBay Trading APIVersion 1349
 

GetAllBiddersModeCodeType ( token )

This enumerated type defines the values that can be used in the CallMode field of the GetAllBidders call request to control which type of auction bidders are returned in the response.

Type that uses GetAllBiddersModeCodeType:

Call that uses one or more values of GetAllBiddersModeCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
EndedListing This enumeration value is used if the user wants to retrieve all non-winning bidders for a recently-ended auction listing. This value can be only be used by the seller of the item.
SecondChanceEligibleEndedListing This enumeration value is used if the user wants to retrieve all non-winning bidders, for a recently-ended auction listing, who are eligible for, and who accept Second Chance Offers. This value can be only be used by the seller of the item. See When to use a Second Chance Offer for more information on Second Chance Offers.
ViewAll This enumeration value is used if the user wants to retrieve all bidders on an active or recently-ended auction listing. This value can be used by any user, and it is the default value if the CallMode field is not included in the call request.
  * See the Enumeration Index to see exact use of each enumeration value in the API.