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
-
watchList
Returns the list of items being watched by the user.
property
Set Include to true to return the default response set. -
bidList
Returns the list of items on which the user has bid.
property
Set Include to true to return the default response set. -
bestOfferList
Returns the list of items on which the user has placed Best Offers.
property
Set Include to true to return the default response set. -
wonList
Returns the list of items on which the use has bid.
property
Set Include to true to return the default response set. -
lostList
Returns the list of items on which the user has bid on and lost.
property
Set Include to true to return the default response set. -
favoriteSearches
Returns 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. -
favoriteSellers
Returns 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. -
secondChanceOffer
Returns 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. -
bidAssistantList
Indicates whether or not the Bid Assistant feature is being used.
property -
deletedFromWonList
Returns 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. -
deletedFromLostList
Returns 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. -
buyingSummary
Returns 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. -
userDefinedLists
Returns 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. -
hideVariations
If 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 *bestOfferList
Discussion
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.h
bidAssistantList
Indicates whether or not the Bid Assistant feature is being used.
@property (nonatomic, retain) Trading_BidAssistantListType *bidAssistantList
Discussion
Indicates whether or not the Bid Assistant feature is being used.
type : class Trading_BidAssistantListType
Declared In
Trading_GetMyeBayBuyingRequestType.h
bidList
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 *bidList
Discussion
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.h
buyingSummary
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 *buyingSummary
Discussion
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.h
deletedFromLostList
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 *deletedFromLostList
Discussion
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.h
deletedFromWonList
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 *deletedFromWonList
Discussion
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.h
favoriteSearches
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 *favoriteSearches
Discussion
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.h
favoriteSellers
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 *favoriteSellers
Discussion
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.h
hideVariations
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 *hideVariations
Discussion
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.h
lostList
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 *lostList
Discussion
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.h
secondChanceOffer
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 *secondChanceOffer
Discussion
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.h
userDefinedLists
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 *userDefinedLists
Discussion
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.h
watchList
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 *watchList
Discussion
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.h
wonList
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 *wonList
Discussion
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