RespondToBestOfferRequestType
Fields
Action ( BestOfferActionCodeType )
BestOfferID ( BestOfferIDType (string) )
CounterOfferPrice ( AmountType (double) )
CounterOfferQuantity ( int )
ItemID ( ItemIDType (string) )
SellerResponse ( string )

Action ( see BestOfferActionCodeType for possible values ) [0..1]
The action taken on the best offer by the seller (e.g., Accept, Decline, or Counter). Bulk Accept and Bulk Counter are not supported. That is, you cannot accept or counter multiple offers in a single call. You can, however, decline multiple offers in a single call.
See the Field Index to learn which calls use Action.

BestOfferID ( BestOfferIDType (string) ) [0..*]
The ID of a Best Offer for the item.
See the Field Index to learn which calls use BestOfferID.

CounterOfferPrice ( AmountType (double) ) [0..1]
The counter offer price. When Action is set to Counter, you must specify the amount for the counteroffer with CounterOfferPrice. The value of CounterOfferPrice cannot exceed the Buy It Now price for a single quantity item. The value of CounterOfferPrice may exceed the Buy It Now price if the value for CounterOfferQuantity is greater than 1.
See the Field Index to learn which calls use CounterOfferPrice.

CounterOfferQuantity ( int ) [0..1]
The counter offer quantity. When Action is set to Counter you must specify the quantity of items for the counteroffer with CounterOfferQuantity.
See the Field Index to learn which calls use CounterOfferQuantity.

ItemID ( ItemIDType (string) ) [0..1]
Specifies the item for which the BestOffer data is to be returned.
See the Field Index to learn which calls use ItemID.

SellerResponse ( string ) [0..1]
A comment from the seller to the buyer.
See the Field Index to learn which calls use SellerResponse.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.