BestOfferType

Details about a Best Offer.

Types that use BestOfferType:

Calls that use one or more fields of BestOfferType:

Fields

BestOfferCodeType ( BestOfferTypeCodeType )
BestOfferID ( BestOfferIDType (string) )
Buyer ( UserType )
BuyerMessage ( string )
CallStatus ( string )
ExpirationTime ( dateTime )
Price ( AmountType (double) )
Quantity ( int )
SellerMessage ( string )
Status ( BestOfferStatusCodeType )

BestOfferCodeType ( see BestOfferTypeCodeType for possible values ) [1]
This value indicates whether the corresponding offer is an original Best Offer, or a counter offer to a Best Offer from the seller or buyer.
See the Field Index to learn which calls use BestOfferCodeType.

BestOfferID ( BestOfferIDType (string) ) [0..1]
An ID to distinguish this Best Offer from other Best Offers made on the item.
See the Field Index to learn which calls use BestOfferID.

Buyer ( UserType ) [1]
Information about the buyer who made the Best Offer.
See the Field Index to learn which calls use Buyer.

BuyerMessage ( string ) [0..1]
Text message that was provided by a buyer when placing a Best Offer.
See the Field Index to learn which calls use BuyerMessage.

CallStatus ( string ) [1]
The status of the call, either Success or Failure.
See the Field Index to learn which calls use CallStatus.

ExpirationTime ( dateTime ) [1]
Date and time (in GMT) the offer naturally expires (if the seller has not accepted or declined the offer).
See the Field Index to learn which calls use ExpirationTime.

Price ( AmountType (double) ) [1]
The amount of the Best Offer.
See the Field Index to learn which calls use Price.

Quantity ( int ) [1]
The number of items for which the buyer is making an offer.
See the Field Index to learn which calls use Quantity.

SellerMessage ( string ) [0..1]
Text response to buyer from seller.
See the Field Index to learn which calls use SellerMessage.

Status ( see BestOfferStatusCodeType for possible values ) [0..1]
The state of the offer. In the case of a PlaceOffer response that specified a Best Offer, Status may be "Accepted" if the Best Offer was at or above an auto-accept price.
See the Field Index to learn which calls use Status.

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