GetMyeBayBuyingResponseType

Returns items from All Buying or All Favorites in the user's My eBay account.

Fields

BestOfferList ( PaginatedItemArrayType )
BidList ( PaginatedItemArrayType )
BuyingSummary ( BuyingSummaryType )
DeletedFromLostList ( PaginatedItemArrayType )
DeletedFromWonList ( PaginatedOrderTransactionArrayType )
FavoriteSearches ( MyeBayFavoriteSearchListType )
FavoriteSellers ( MyeBayFavoriteSellerListType )
LostList ( PaginatedItemArrayType )
SecondChanceOffer ( ItemType )
UserDefinedList ( UserDefinedListType )
WatchList ( PaginatedItemArrayType )
WonList ( PaginatedOrderTransactionArrayType )

BestOfferList ( PaginatedItemArrayType ) [0..1]
Contains the items the user has placed Best Offers on. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use BestOfferList.

BidList ( PaginatedItemArrayType ) [0..1]
Contains all the items the buyer has bid on. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use BidList.

BuyingSummary ( BuyingSummaryType ) [1]
Contains a summary of the items the user has bid on. Returned at all detail levels.
See the Field Index to learn which calls use BuyingSummary.

DeletedFromLostList ( PaginatedItemArrayType ) [0..1]
Contains the items the buyer has bid on, lost, and deleted from My eBay. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use DeletedFromLostList.

DeletedFromWonList ( PaginatedOrderTransactionArrayType ) [0..1]
Contains the items the buyer has bid on, won, and deleted from My eBay. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use DeletedFromWonList.

FavoriteSearches ( MyeBayFavoriteSearchListType ) [0..1]
Contains a list of the user's favorite searches. Only returned if the user has Favorite Searches. The search name, search query, and search elements, such as QueryKeywords, SortOrder, and Condition are returned.

You can paste the Search Query response, that comes back as a URL, into a browser to re-play the Favorite Search.

The search elements that are returned by this call can be used as input for the Shopping Web Service FindItemsAdvanced request.
See the Field Index to learn which calls use FavoriteSearches.

FavoriteSellers ( MyeBayFavoriteSellerListType ) [0..1]
Contains a list of the user's favorite sellers. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use FavoriteSellers.

LostList ( PaginatedItemArrayType ) [0..1]
Contains the items the user has bid on and lost. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use LostList.

SecondChanceOffer ( ItemType ) [0..*]
Contains the list of second chance offers the user has received. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use SecondChanceOffer.

UserDefinedList ( UserDefinedListType ) [0..*]
Contains the items, searches, or sellers that the user has saved to this list using the "Add to list" feature. The name of the list is given by the "Name" element. Returned only if UserDefineLists is specified in the request.
See the Field Index to learn which calls use UserDefinedList.

WatchList ( PaginatedItemArrayType ) [0..1]
Contains the items the user is watching. Only returned if items exist that meet the request criteria.
See the Field Index to learn which calls use WatchList.

WonList ( PaginatedOrderTransactionArrayType ) [0..1]
Contains the items the user has bid on and won. Only returned if items exist that meet the request criteria.
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.