Trading_GetMyeBayBuyingRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetMyeBayBuyingRequestType.h Trading_GetMyeBayBuyingRequestType.m |
Overview
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.
@ingroup EBayAPIInterface
Tasks
-
watchListReturns the list of items being watched by the user.
property
Set Include to true to return the default response set. -
bidListReturns the list of items on which the user has bid.
property
Set Include to true to return the default response set. -
bestOfferListReturns the list of items on which the user has placed Best Offers.
property
Set Include to true to return the default response set. -
wonListReturns the list of items on which the use has bid.
property
Set Include to true to return the default response set. -
lostListReturns the list of items on which the user has bid on and lost.
property
Set Include to true to return the default response set. -
favoriteSearchesReturns the list of searches that the user has saved in My eBay. Returned
property
only if the user has saved searches.
Set Include to true to return the default response set. -
favoriteSellersReturns the list of favorite sellers that the user has saved in My eBay.
property
Returned only if the user has saved a list of favorite sellers.
Set Include to true to return the default response set. -
secondChanceOfferReturns the list of second chance offers made by the user. Returned only
property
if the user has made second chance offers.
Set Include to true to return the default response set. -
bidAssistantListIndicates whether or not the Bid Assistant feature is being used.
property -
deletedFromWonListReturns the list of items the user has won, and subsequently deleted from
property
their My eBay page.
Set Include to true to return the default response set. -
deletedFromLostListReturns the list of items (auctions) the user did not win and were
property
subsequently deleted from their My eBay page.
Set Include to true to return the default response set. -
buyingSummaryReturns a summary of the user’s buying activity.
property
With a request version of 605 or higher, the buying summary container is
not included in the response by default. Add a BuyingSummary element in
the request with an Include field set to true to receive a BuyingSummary
container in your response.
With a request version lower than 605, the BuyingSummary is always
returned by default. Add a BuyingSummary element with an Include field
set to false to exclude the BuyingSummary from your response. -
userDefinedListsReturns the user defined lists, which are lists created by the user in the eBay
property
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. -
hideVariationsIf true, the Variations node is omitted for all multi-variation
property
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).
Properties
bestOfferList
Returns the list of items on which the user has placed Best Offers.
Set Include to true to return the default response set.
@property (nonatomic, retain) Trading_ItemListCustomizationType *bestOfferListDiscussion
Returns the list of items on which the user has placed Best Offers.
Set Include to true to return the default response set.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hbidAssistantList
Indicates whether or not the Bid Assistant feature is being used.
@property (nonatomic, retain) Trading_BidAssistantListType *bidAssistantListDiscussion
Indicates whether or not the Bid Assistant feature is being used.
type : class Trading_BidAssistantListType
Declared In
Trading_GetMyeBayBuyingRequestType.hbidList
Returns the list of items on which the user has bid.
Set Include to true to return the default response set.
@property (nonatomic, retain) Trading_ItemListCustomizationType *bidListDiscussion
Returns the list of items on which the user has bid.
Set Include to true to return the default response set.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hbuyingSummary
Returns a summary of the user’s buying activity.
With a request version of 605 or higher, the buying summary container is
not included in the response by default. Add a BuyingSummary element in
the request with an Include field set to true to receive a BuyingSummary
container in your response.
With a request version lower than 605, the BuyingSummary is always
returned by default. Add a BuyingSummary element with an Include field
set to false to exclude the BuyingSummary from your response.
@property (nonatomic, retain) Trading_ItemListCustomizationType *buyingSummaryDiscussion
Returns a summary of the user’s buying activity.
With a request version of 605 or higher, the buying summary container is
not included in the response by default. Add a BuyingSummary element in
the request with an Include field set to true to receive a BuyingSummary
container in your response.
With a request version lower than 605, the BuyingSummary is always
returned by default. Add a BuyingSummary element with an Include field
set to false to exclude the BuyingSummary from your response.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hdeletedFromLostList
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.
@property (nonatomic, retain) Trading_ItemListCustomizationType *deletedFromLostListDiscussion
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.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hdeletedFromWonList
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.
@property (nonatomic, retain) Trading_ItemListCustomizationType *deletedFromWonListDiscussion
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.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hfavoriteSearches
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.
@property (nonatomic, retain) Trading_MyeBaySelectionType *favoriteSearchesDiscussion
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.
type : class Trading_MyeBaySelectionType
Declared In
Trading_GetMyeBayBuyingRequestType.hfavoriteSellers
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.
@property (nonatomic, retain) Trading_MyeBaySelectionType *favoriteSellersDiscussion
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.
type : class Trading_MyeBaySelectionType
Declared In
Trading_GetMyeBayBuyingRequestType.hhideVariations
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).
@property (nonatomic, retain) NSNumber *hideVariationsDiscussion
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).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetMyeBayBuyingRequestType.hlostList
Returns the list of items on which the user has bid on and lost.
Set Include to true to return the default response set.
@property (nonatomic, retain) Trading_ItemListCustomizationType *lostListDiscussion
Returns the list of items on which the user has bid on and lost.
Set Include to true to return the default response set.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hsecondChanceOffer
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.
@property (nonatomic, retain) Trading_MyeBaySelectionType *secondChanceOfferDiscussion
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.
type : class Trading_MyeBaySelectionType
Declared In
Trading_GetMyeBayBuyingRequestType.huserDefinedLists
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.
@property (nonatomic, retain) Trading_MyeBaySelectionType *userDefinedListsDiscussion
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.
type : class Trading_MyeBaySelectionType
Declared In
Trading_GetMyeBayBuyingRequestType.hwatchList
Returns the list of items being watched by the user.
Set Include to true to return the default response set.
@property (nonatomic, retain) Trading_ItemListCustomizationType *watchListDiscussion
Returns the list of items being watched by the user.
Set Include to true to return the default response set.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.hwonList
Returns the list of items on which the use has bid.
Set Include to true to return the default response set.
@property (nonatomic, retain) Trading_ItemListCustomizationType *wonListDiscussion
Returns the list of items on which the use has bid.
Set Include to true to return the default response set.
type : class Trading_ItemListCustomizationType
Declared In
Trading_GetMyeBayBuyingRequestType.h