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

  •   buyingSummary

    Contains a summary of the items the user has bid on. Returned at all detail
    levels.

    property
  •   watchList

    Contains the items the user is watching. Only returned if items exist that
    meet the request criteria.

    property
  •   bidList

    Contains all the items the buyer has bid on.
    Only returned if items exist that meet the request criteria.

    property
  •   bestOfferList

    Contains the items the user has placed Best Offers on. Only returned if
    items exist that meet the request criteria.

    property
  •   wonList

    Contains the items the user has bid on and won. Only returned if items
    exist that meet the request criteria.

    property
  •   lostList

    Contains the items the user has bid on and lost. Only returned if items
    exist that meet the request criteria.

    property
  •   favoriteSearches

    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
  •   favoriteSellers

    Contains a list of the user’s favorite sellers. Only returned if items
    exist that meet the request criteria.

    property
  •   secondChanceOffer

    Contains the list of second chance offers the user has received. Only
    returned if items exist that meet the request criteria.

    property
  •   bidAssistantList

    Contains the items that were bid on using the Bid Assistant feature.

    property
  •   deletedFromWonList

    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
  •   deletedFromLostList

    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
  •   userDefinedList

    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

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 *bestOfferList

Discussion

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.h

bidAssistantList

Contains the items that were bid on using the Bid Assistant feature.

@property (nonatomic, retain) Trading_BidGroupArrayType *bidAssistantList

Discussion

Contains the items that were bid on using the Bid Assistant feature.

type : class Trading_BidGroupArrayType

Declared In

Trading_GetMyeBayBuyingResponseType.h

bidList

Contains all the items the buyer has bid on.
Only returned if items exist that meet the request criteria.

@property (nonatomic, retain) Trading_PaginatedItemArrayType *bidList

Discussion

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.h

buyingSummary

Contains a summary of the items the user has bid on. Returned at all detail
levels.

@property (nonatomic, retain) Trading_BuyingSummaryType *buyingSummary

Discussion

Contains a summary of the items the user has bid on. Returned at all detail
levels.

type : class Trading_BuyingSummaryType

Declared In

Trading_GetMyeBayBuyingResponseType.h

deletedFromLostList

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 *deletedFromLostList

Discussion

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.h

deletedFromWonList

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 *deletedFromWonList

Discussion

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.h

favoriteSearches

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 *favoriteSearches

Discussion

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.h

favoriteSellers

Contains a list of the user’s favorite sellers. Only returned if items
exist that meet the request criteria.

@property (nonatomic, retain) Trading_MyeBayFavoriteSellerListType *favoriteSellers

Discussion

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.h

lostList

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 *lostList

Discussion

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.h

secondChanceOffer

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 *secondChanceOffer

Discussion

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.h

userDefinedList

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 *userDefinedList

Discussion

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.h

watchList

Contains the items the user is watching. Only returned if items exist that
meet the request criteria.

@property (nonatomic, retain) Trading_PaginatedItemArrayType *watchList

Discussion

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.h

wonList

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 *wonList

Discussion

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