BiddingDetailsType
Contains detailed information about a bid.

Types that use BiddingDetailsType:

Calls that use one or more fields of BiddingDetailsType:

Fields

BidAssistant ( boolean )
ConvertedMaxBid ( AmountType (double) )
MaxBid ( AmountType (double) )
QuantityBid ( int )
QuantityWon ( int )
Winning

BidAssistant ( boolean ) [0..1]
Indicates whether the current bid was placed by BidAssistant. Only returns if true.
See the Field Index to learn which calls use BidAssistant.

ConvertedMaxBid ( AmountType (double) ) [0..1]
Converted value of the amount in MaxBidAmount, in the currency indicated by SiteCurrency. For active items, refresh the listing's data every 24 hours to pick up the current conversion rates. Under conditions where this value would be N/A on the eBay site, this element is not returned at all.
See the Field Index to learn which calls use ConvertedMaxBid.

MaxBid ( AmountType (double) ) [0..1]
Indicates the maximum amount the user has agreed to pay for the item when the user last submitted a bid. Under conditions where this value would be N/A on the eBay site, this element is not returned at all.
See the Field Index to learn which calls use MaxBid.

QuantityBid ( int ) [0..1]
Number of items from the listing the user agreed to purchase with a bid. For single-item listings, always 1. For multi-item (Dutch) listings, the value will be between 1 and the number of items offered in the auction, indicating the number of items purchased so far.

Note: As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated. eBay throws an error if you submit a Dutch item listing with AddItem or VerifyAddItem. If you use RelistItem to update a Dutch auction listing, eBay generates a warning and resets the Quantity value to 1.
See the Field Index to learn which calls use QuantityBid.

QuantityWon ( int ) [0..1]
Used mainly for multi-item auctions (Dutch). For an active listing, indicates the number of items the user stands to win if their bid wins. For a listing that has ended, indicates the number of items the user actually won. In both cases, the number may be less than that returned in QuantityBid, the user with the lowest winning bid in a Dutch auction might not win all the items on which they bid.

Note: As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated. eBay throws an error if you submit a Dutch item listing with AddItem or VerifyAddItem. If you use RelistItem to update a Dutch auction listing, eBay generates a warning and resets the Quantity value to 1.
See the Field Index to learn which calls use QuantityWon.

Winning
Not used by any call.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 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.