eBay Trading APIVersion 1349
 

GetBestOffersResponseType ( AbstractResponseType )

All Best Offers for the item according to the filter or Best Offer ID (or both) used in the input. For the notification client usage, this response includes a single Best Offer.

Call that uses GetBestOffersResponseType:

Fields



BestOfferArray ( BestOfferArrayType ) [0..1]
All Best Offers for the item according to the filter or Best Offer ID (or both) used in the input. The buyer and seller messages are returned only if the detail level is defined. Includes the buyer and seller message only if the ReturnAll detail level is used. Only returned if Best Offers have been made.
See the Field Index to learn which calls use BestOfferArray.

Item ( ItemType ) [0..1]
This container consists of several details about the listing for which a Best Offer has been made, including the Item ID, the current price of the item (not the Best Offer price), and the time that the listing is scheduled to end.
See the Field Index to learn which calls use Item.

ItemBestOffersArray ( ItemBestOffersArrayType ) [0..1]
A collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers.
See the Field Index to learn which calls use ItemBestOffersArray.

PageNumber ( int ) [0..1]
This integer value indicates the current page number of Best Offers that is currently being shown. This value will be the same value passed into the Pagination.PageNumber field in the request.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Provides information about the data returned, including the number of pages and the number of entries.
See the Field Index to learn which calls use PaginationResult.