eBay Merchant Data APIVersion 1255
 

BestOfferActionCodeType ( token )

Enumerated type that defines the possible values that can be passed in to the Action field in a RespondToBestOffer request.

No calls use BestOfferActionCodeType.

Enumeration Values

Value Description
Accept This value should be passed in to the Action field to accept the Best Offer identified in the BestOfferID field. Note that only one Best Offer may be accepted in a single RespondToBestOffer call.
Counter This value should be passed in to the Action field to counter a buyer's Best Offer or Counter Offer. Note that a seller may only counter one Best Offer in a single RespondToBestOffer call. If a seller is using the RespondToBestOffer call to counter a Best Offer, the counter offer price must be specified in the CounterOfferPrice field, and the quantity of items in the Best Offer must be specified in the CounterOfferQuantity field.
CustomCode Reserved for internal or future use.
Decline This value should be passed in to the Action field to decline one or more Best Offers identified by one or more BestOfferID fields. Note that multiple Best Offers may be declined in a single RespondToBestOffer call.
  * See the Enumeration Index to see exact use of each enumeration value in the API.