eBay Trading APIVersion 1349
 

BestOfferStatusCodeType ( token )

Enumerated type that defines the possible values for the status of a Best Offer or a buyer's/seller's counter offer.

Types that use BestOfferStatusCodeType:

Calls that use one or more values of BestOfferStatusCodeType:

Enumeration Values

Value Description
Accepted Depending on context, this value can indicate that the buyer's Best Offer was accepted by the seller, or that the seller's or buyer's counter offer was accepted by the other party.
Active Depending on context, this value can indicate that a buyer's Best Offer or that the seller's or buyer's counter offer is in the active state. The Active value can also be used in the GetBestOffers request to retrieve only active Best Offers.
AdminEnded This value indicates that the Best Offer was ended by an eBay administrator.
All This value is used in the GetBestOffers request to retrieve all Best Offers in all states. This value is only applicable to the GetBestOffers call.
Countered Depending on context, this value can indicate that a buyer's Best Offer has been countered by the seller, or that the seller's or buyer's counter offer has been countered by the other party.
CustomCode Reserved for internal or future use.
Declined Depending on context, this value can indicate that the buyer's Best Offer was declined by the seller, or that the seller's or buyer's counter offer was declined by the other party.
Expired Depending on context, this value can indicate that the buyer's Best Offer expired due to the passing of 48 hours with no seller response (accept, decline, counter offer), or that the seller's or buyer's counter offer expired due to the passing of 48 hours with no response from other party.
Pending This value indicates that the buyer's Best Offer on an item is awaiting the seller's response (accept, decline, counter offer). A buyer's Best Offer expires after 48 hours without a seller's response.
PendingBuyerConfirmation This value indicates that the seller is waiting on the buyer to commit to buying the item at the counter offer price.
PendingBuyerPayment This value indicates that the buyer and seller have come to agreement on a Best Offer price, but the seller is still waiting for payment from the buyer. If the buyer does not pay within 48 hours, the Best Offer will expire.
Retracted Depending on context, this value can indicate that the buyer has retracted the Best Offer, or that the seller's or buyer's counter offer has been retracted.
  * See the Enumeration Index to see exact use of each enumeration value in the API.