eBay Trading APIVersion 1349
 

BiddingDetailsType

Type defining the BiddingDetails container, which consists of information about the buyer's bidding history on a single auction item.

Type that uses BiddingDetailsType:

Call that uses BiddingDetailsType:

Fields



ConvertedMaxBid ( AmountType (double) ) [0..1]
Converted value (from seller's currency to buyer's currency) of the amount in the MaxBid field. This field is only applicable and returned if the buyer purchased an item from an eBay site in another country. For active items, it is recommended to refresh the listing's data every 24 hours to pick up the current conversion rates.
See the Field Index to learn which calls use ConvertedMaxBid.

MaxBid ( AmountType (double) ) [0..1]
This value is the dollar value of the highest bid that the buyer placed on the auction item.
See the Field Index to learn which calls use MaxBid.

QuantityBid ( int ) [0..1]
This value is the total number of bids that the buyer placed on the auction item throughout the duration of the listing.
See the Field Index to learn which calls use QuantityBid.

QuantityWon ( int ) [0..1]
This field will only be returned if the buyer won the auction item, and if it is returned, its value will always be 1.
See the Field Index to learn which calls use QuantityWon.

Winning ( boolean ) [0..1]
This field is returned as true if the prospective buyer is the current high bidder in an active listing.
See the Field Index to learn which calls use Winning.