eBay Trading APIVersion 1349
 

GetMyeBayBuyingResponseType ( AbstractResponseType )

Returns information regarding a user's buying activity, such as items they are watching, bidding on, have won, did not win, and have made Best Offers on.

Call that uses GetMyeBayBuyingResponseType:

Fields



BestOfferList ( PaginatedItemArrayType ) [0..1]
This container consists of the items on which the eBay user has made Best Offers. This container will be returned if the eBay user has made one or more Best Offers.

This container will not be returned in the response (even if user has made Best Offers) if the DetailLevel value is set to ReturnSummary and the BestOfferList.Include field is omitted or set to false.
See the Field Index to learn which calls use BestOfferList.

This container consists of the auction items on which the eBay user has bid. This container will be returned if the eBay user has bid on one or more auction items.

This container will not be returned in the response (even if there are items on the Bid List) if the DetailLevel value is set to ReturnSummary and the BidList.Include field is omitted or set to false.
See the Field Index to learn which calls use BidList.

BuyingSummary ( BuyingSummaryType ) [0..1]
This container consists of buying/bidding activity counts and values. For this container to be returned, the user must include the BuyingSummary.Include field in the request and set its value to true.
See the Field Index to learn which calls use BuyingSummary.

DeletedFromLostList ( PaginatedItemArrayType ) [0..1]
This container consists of the auction items on which the eBay user has lost and then deleted from their My eBay page. This container will be returned if the eBay user has lost one or more auction items and then deleted those items from My eBay.

This container will not be returned in the response (even if they have lost and then deleted one or more items) if the DetailLevel value is set to ReturnSummary and the DeletedFromLostList.Include field is omitted or set to false.
See the Field Index to learn which calls use DeletedFromLostList.

This container consists of the auction items on which the eBay user has won but deleted from their My eBay page. This container will be returned if the eBay user has won one or more auction items but have deleted these items from My eBay.

This container will not be returned in the response (even if they have won and then deleted one or more items) if the DetailLevel value is set to ReturnSummary and the DeletedFromWonList.Include field is omitted or set to false.
See the Field Index to learn which calls use DeletedFromWonList.

FavoriteSearches ( MyeBayFavoriteSearchListType ) [0..1]
This container consists of the eBay user's saved searches. This container will be returned if the eBay user has one or more saved searches.

This container will not be returned in the response (even if the user has saved searches) if the DetailLevel value is set to ReturnSummary and the FavoriteSearches.Include field is omitted or set to false.

This container consists of the search name, search query, and other search elements. The user can copy and paste the URL in the SearchQuery field into a browser to view the search results again.
See the Field Index to learn which calls use FavoriteSearches.

FavoriteSellers ( MyeBayFavoriteSellerListType ) [0..1]
This container consists of the eBay user's saved sellers. This container will be returned if the eBay user has one or more saved sellers.

This container will not be returned in the response (even if the user has saved sellers) if the DetailLevel value is set to ReturnSummary and the FavoriteSellers.Include field is omitted or set to false.

This container consists of the saved sellers' user IDs and eBay Store names (if applicable).
See the Field Index to learn which calls use FavoriteSellers.

This container consists of the auction items on which the eBay user has bid on but lost. This container will be returned if the eBay user has lost one or more auction items.

This container will not be returned in the response (even if the buyer has lost one or more auction items) if the DetailLevel value is set to ReturnSummary and the LostList.Include field is omitted or set to false.
See the Field Index to learn which calls use LostList.

SecondChanceOffer ( ItemType ) [0..*]
This container consists of the items on which the eBay user has received a Second Chance Offer. This container will be returned if the eBay user has made one or more Second Chance Offers.

This container will not be returned in the response (even if user has received Second Chance Offers) if the DetailLevel value is set to ReturnSummary and the SecondChanceOffer.Include field is omitted or set to false.
See the Field Index to learn which calls use SecondChanceOffer.

UserDefinedList ( UserDefinedListType ) [0..*]
This container consists of data for a user-defined list that was created by the user in My eBay. User-defined lists consists of a combination of items, saved sellers, and/or saved searches.

This container will not be returned in the response (even if one or more user-defined lists exist) if the DetailLevel value is set to ReturnSummary and the UserDefinedList.Include field is omitted or set to false.
See the Field Index to learn which calls use UserDefinedList.

This container consists of the items on the eBay user's Watch List. This container will be returned if the eBay user has one or more items on their Watch List.

This container will not be returned in the response (even if there are items on the Watch List) if the DetailLevel value is set to ReturnSummary and the WatchList.Include field is omitted or set to false.
See the Field Index to learn which calls use WatchList.

This container consists of the auction items on which the eBay user has won. This container will be returned if the eBay user has won one or more auction items.

This container will not be returned in the response (even if there are items on the Won List) if the DetailLevel value is set to ReturnSummary and the WonList.Include field is omitted or set to false.
See the Field Index to learn which calls use WonList.