RespondToBestOfferRequestType

Enables the seller of a Best Offer item to accept, decline, or counter offers made by bidders. Best offers can be declined in bulk, using the same message from the seller to the bidders of all rejected offers.

Fields

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

Action ( see BestOfferActionCodeType for possible values ) [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) ) [1..*]
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 counter offer 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 quantity of items in the counter offer. When Action is set to Counter you must specify the quantity of items for the counter offer with CounterOfferQuantity.
See the Field Index to learn which calls use CounterOfferQuantity.

ItemID ( ItemIDType (string) ) [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.

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.