eBay Trading APIVersion 1349
 

SuggestedBidValueType

This type is used by the SuggestedBidValues container that is returned if the buyer is attempting to bid on an auction item through the PlaceOffer call.

Type that uses SuggestedBidValueType:

Call that uses SuggestedBidValueType:

Field

BidValue ( AmountType (double) ) [0..*]
The SuggestedBidValues container is only returned if the buyer is attempting to bid on an auction item. A BidValue field is returned for each incremental bid value (up to the dollar value specified in the Offer.MaxBid field in the request) that eBay will bid on behalf of the buyer each time that buyer is outbid for the auction item. How many BidValue fields that appear will depend on the current winning bid amount, the required bid increment, and the buyer's specified max bid amount.
See the Field Index to learn which calls use BidValue.