GetMyeBayBuyingRequestType

Returns items from the Buying section of the user's My eBay account, including items that the user is watching, bidding on, has won, has not won, and has made Best Offers on.

Fields

BestOfferList ( ItemListCustomizationType )
BidList ( ItemListCustomizationType )
BuyingSummary ( ItemListCustomizationType )
DeletedFromLostList ( ItemListCustomizationType )
DeletedFromWonList ( ItemListCustomizationType )
FavoriteSearches ( MyeBaySelectionType )
FavoriteSellers ( MyeBaySelectionType )
HideVariations ( boolean )
LostList ( ItemListCustomizationType )
SecondChanceOffer ( MyeBaySelectionType )
UserDefinedLists ( MyeBaySelectionType )
WatchList ( ItemListCustomizationType )
WonList ( ItemListCustomizationType )

BestOfferList ( ItemListCustomizationType ) [0..1]
Returns the list of items on which the user has placed Best Offers.

Set Include to true to return the default response set.
See the Field Index to learn which calls use BestOfferList.

BidList ( ItemListCustomizationType ) [0..1]
Returns the list of items on which the user has bid.

Set Include to true to return the default response set.
See the Field Index to learn which calls use BidList.

BuyingSummary ( ItemListCustomizationType ) [0..1]
Returns a summary of the user's buying activity.

Add a BuyingSummary element in the request with an Include field set to true to receive a BuyingSummary container in your response. Add a BuyingSummary element with an Include field set to false to exclude the BuyingSummary from your response.
See the Field Index to learn which calls use BuyingSummary.

DeletedFromLostList ( ItemListCustomizationType ) [0..1]
Returns the list of items (auctions) the user did not win and were subsequently deleted from their My eBay page.

Set Include to true to return the default response set.
See the Field Index to learn which calls use DeletedFromLostList.

DeletedFromWonList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user has won, and subsequently deleted from their My eBay page.

Set Include to true to return the default response set.
See the Field Index to learn which calls use DeletedFromWonList.

FavoriteSearches ( MyeBaySelectionType ) [0..1]
Returns the list of searches that the user has saved in My eBay. Returned only if the user has saved searches.

Set Include to true to return the default response set.
See the Field Index to learn which calls use FavoriteSearches.

FavoriteSellers ( MyeBaySelectionType ) [0..1]
Returns the list of favorite sellers that the user has saved in My eBay. Returned only if the user has saved a list of favorite sellers.

Set Include to true to return the default response set.
See the Field Index to learn which calls use FavoriteSellers.

HideVariations ( boolean ) [0..1]
If true, the Variations node is omitted for all multi-variation listings in the response. If false, the Variations node is returned for all multi-variation listings in the response.

Please note that if the seller includes a large number of variations in many listings, retrieving variations (setting this flag to false) may degrade the call's performance. Therefore, when this is false, you may need to reduce the total number of items you're requesting at once (by using other input fields, such as Pagination).
See the Field Index to learn which calls use HideVariations.

LostList ( ItemListCustomizationType ) [0..1]
Returns the list of items on which the user has bid on and lost.

Set Include to true to return the default response set.
See the Field Index to learn which calls use LostList.

SecondChanceOffer ( MyeBaySelectionType ) [0..1]
Returns the list of second chance offers made by the user. Returned only if the user has made second chance offers.

Set Include to true to return the default response set.
See the Field Index to learn which calls use SecondChanceOffer.

UserDefinedLists ( MyeBaySelectionType ) [0..1]
Returns the user defined lists, which are lists created by the user in the eBay UI and filled with items, or sellers, or searches using the "Add to List" feature.

Set Include to true to return the default response set.
See the Field Index to learn which calls use UserDefinedLists.

WatchList ( ItemListCustomizationType ) [0..1]
Returns the list of items being watched by the user.

Set Include to true to return the default response set.
See the Field Index to learn which calls use WatchList.

WonList ( ItemListCustomizationType ) [0..1]
Returns the list of items on which the use has bid.

Set Include to true to return the default response set.
See the Field Index to learn which calls use WonList.

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.