| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::BestOfferType
Details about a best offer.
eBay::API::XML::DataType::BestOfferType inherits from the eBay::API::XML::BaseDataType class
The best offer type.
# Argument: 'ns:BestOfferTypeCodeType'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll
# Returns: 'ns:BestOfferTypeCodeType'
An ID to distinguish this best offer from other best offers made on the item.
# Argument: 'ns:BestOfferIDType'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll Calls: PlaceOffer Returned: Conditionally
# Returns: 'ns:BestOfferIDType'
Information about the buyer who made the best offer.
# Argument: 'ns:UserType'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll
# Returns: 'ns:UserType'
Text message that was provided by a buyer when placing a best offer.
MaxLength: 500 (in bytes)
# Argument: 'xs:string'
Calls: GetBestOffers Returned: Conditionally Details: DetailLevel: ReturnAll
# Returns: 'xs:string'
The status of the call, either Success or Failure.
# Argument: 'xs:string'
Calls: RespondToBestOffer Returned: Always
# Returns: 'xs:string'
Date and time (in GMT) the offer naturally expires (if the seller has not accepted or declined the offer).
# Argument: 'xs:dateTime'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll
# Returns: 'xs:dateTime'
The amount of the best offer.
# Argument: 'ns:AmountType'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll
# Returns: 'ns:AmountType'
The number of items for which the buyer is making an offer.
# Argument: 'xs:int'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll
# Returns: 'xs:int'
Text response to buyer from seller.
MaxLength: 500 (in bytes)
# Argument: 'xs:string'
Calls: GetBestOffers Returned: Conditionally Details: DetailLevel: none, ReturnAll
# Returns: 'xs:string'
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.
# Argument: 'ns:BestOfferStatusCodeType'
Calls: GetBestOffers Returned: Always Details: DetailLevel: none, ReturnAll Calls: PlaceOffer Returned: Conditionally
# Returns: 'ns:BestOfferStatusCodeType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |