Trading_GetMyeBayBuyingResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetMyeBayBuyingResponseType.h Trading_GetMyeBayBuyingResponseType.m |
Overview
Returns items from All Buying or All Favorites in the user’s My eBay account.
@ingroup EBayAPIInterface
Tasks
-
buyingSummaryContains a summary of the items the user has bid on. Returned at all detail
property
levels. -
watchListContains the items the user is watching. Only returned if items exist that
property
meet the request criteria. -
bidListContains all the items the buyer has bid on.
property
Only returned if items exist that meet the request criteria. -
bestOfferListContains the items the user has placed Best Offers on. Only returned if
property
items exist that meet the request criteria. -
wonListContains the items the user has bid on and won. Only returned if items
property
exist that meet the request criteria. -
lostListContains the items the user has bid on and lost. Only returned if items
property
exist that meet the request criteria. -
favoriteSearchesContains a list of the user’s favorite searches. Only returned if the
property
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. -
favoriteSellersContains a list of the user’s favorite sellers. Only returned if items
property
exist that meet the request criteria. -
secondChanceOfferContains the list of second chance offers the user has received. Only
property
returned if items exist that meet the request criteria. -
bidAssistantListContains the items that were bid on using the Bid Assistant feature.
property -
deletedFromWonListContains the items the buyer has bid on, won, and deleted from My eBay.
property
Only returned if items exist that meet the request criteria. -
deletedFromLostListContains the items the buyer has bid on, lost, and deleted from My eBay.
property
Only returned if items exist that meet the request criteria. -
userDefinedListContains the items, searches, or sellers that the user has saved to this
property
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.
Properties
bestOfferList
Contains the items the user has placed Best Offers on. Only returned if
items exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *bestOfferListDiscussion
Contains the items the user has placed Best Offers on. Only returned if
items exist that meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hbidAssistantList
Contains the items that were bid on using the Bid Assistant feature.
@property (nonatomic, retain) Trading_BidGroupArrayType *bidAssistantListDiscussion
Contains the items that were bid on using the Bid Assistant feature.
type : class Trading_BidGroupArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hbidList
Contains all the items the buyer has bid on.
Only returned if items exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *bidListDiscussion
Contains all the items the buyer has bid on.
Only returned if items exist that meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hbuyingSummary
Contains a summary of the items the user has bid on. Returned at all detail
levels.
@property (nonatomic, retain) Trading_BuyingSummaryType *buyingSummaryDiscussion
Contains a summary of the items the user has bid on. Returned at all detail
levels.
type : class Trading_BuyingSummaryType
Declared In
Trading_GetMyeBayBuyingResponseType.hdeletedFromLostList
Contains the items the buyer has bid on, lost, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *deletedFromLostListDiscussion
Contains the items the buyer has bid on, lost, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hdeletedFromWonList
Contains the items the buyer has bid on, won, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedOrderTransactionArrayType *deletedFromWonListDiscussion
Contains the items the buyer has bid on, won, and deleted from My eBay.
Only returned if items exist that meet the request criteria.
type : class Trading_PaginatedOrderTransactionArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hfavoriteSearches
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.
@property (nonatomic, retain) Trading_MyeBayFavoriteSearchListType *favoriteSearchesDiscussion
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.
type : class Trading_MyeBayFavoriteSearchListType
Declared In
Trading_GetMyeBayBuyingResponseType.hfavoriteSellers
Contains a list of the user’s favorite sellers. Only returned if items
exist that meet the request criteria.
@property (nonatomic, retain) Trading_MyeBayFavoriteSellerListType *favoriteSellersDiscussion
Contains a list of the user’s favorite sellers. Only returned if items
exist that meet the request criteria.
type : class Trading_MyeBayFavoriteSellerListType
Declared In
Trading_GetMyeBayBuyingResponseType.hlostList
Contains the items the user has bid on and lost. Only returned if items
exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *lostListDiscussion
Contains the items the user has bid on and lost. Only returned if items
exist that meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hsecondChanceOffer
Contains the list of second chance offers the user has received. Only
returned if items exist that meet the request criteria.
@property (nonatomic, retain) NSMutableArray *secondChanceOfferDiscussion
Contains the list of second chance offers the user has received. Only
returned if items exist that meet the request criteria.
entry type : class Trading_ItemType
Declared In
Trading_GetMyeBayBuyingResponseType.huserDefinedList
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.
@property (nonatomic, retain) NSMutableArray *userDefinedListDiscussion
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.
entry type : class Trading_UserDefinedListType
Declared In
Trading_GetMyeBayBuyingResponseType.hwatchList
Contains the items the user is watching. Only returned if items exist that
meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *watchListDiscussion
Contains the items the user is watching. Only returned if items exist that
meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.hwonList
Contains the items the user has bid on and won. Only returned if items
exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedOrderTransactionArrayType *wonListDiscussion
Contains the items the user has bid on and won. Only returned if items
exist that meet the request criteria.
type : class Trading_PaginatedOrderTransactionArrayType
Declared In
Trading_GetMyeBayBuyingResponseType.h