Trading_GetMyeBaySellingResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetMyeBaySellingResponseType.h Trading_GetMyeBaySellingResponseType.m |
Overview
Returns summary and detail information about items the user is selling,
items scheduled to sell, currently listed, sold, and closed but not sold.
@ingroup EBayAPIInterface
Tasks
-
sellingSummary
Contains summary information about the items the user is selling.
property -
scheduledList
Contains the items the user has scheduled for sale, but whose listings have
property
not yet started. -
activeList
Contains the items the user is selling that have active listings.
property -
soldList
Contains the items the user has sold.
property -
unsoldList
Contains the items whose listings have ended but that have not sold.
property -
summary
Contains summary information about the items the user is selling.
property -
bidList
Contains the seller’s active listings with bids.
property
Only returned if items exist that meet the request criteria. -
deletedFromSoldList
Contains the items the seller has sold and deleted from My eBay.
property -
deletedFromUnsoldList
Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
property
Properties
activeList
Contains the items the user is selling that have active listings.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *activeList
Discussion
Contains the items the user is selling that have active listings.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
bidList
Contains the seller’s active listings with bids.
Only returned if items exist that meet the request criteria.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *bidList
Discussion
Contains the seller’s active listings with bids.
Only returned if items exist that meet the request criteria.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
deletedFromSoldList
Contains the items the seller has sold and deleted from My eBay.
@property (nonatomic, retain) Trading_PaginatedOrderTransactionArrayType *deletedFromSoldList
Discussion
Contains the items the seller has sold and deleted from My eBay.
type : class Trading_PaginatedOrderTransactionArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
deletedFromUnsoldList
Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *deletedFromUnsoldList
Discussion
Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
scheduledList
Contains the items the user has scheduled for sale, but whose listings have
not yet started.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *scheduledList
Discussion
Contains the items the user has scheduled for sale, but whose listings have
not yet started.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
sellingSummary
Contains summary information about the items the user is selling.
@property (nonatomic, retain) Trading_SellingSummaryType *sellingSummary
Discussion
Contains summary information about the items the user is selling.
type : class Trading_SellingSummaryType
Declared In
Trading_GetMyeBaySellingResponseType.h
soldList
Contains the items the user has sold.
@property (nonatomic, retain) Trading_PaginatedOrderTransactionArrayType *soldList
Discussion
Contains the items the user has sold.
type : class Trading_PaginatedOrderTransactionArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h
summary
Contains summary information about the items the user is selling.
@property (nonatomic, retain) Trading_MyeBaySellingSummaryType *summary
Discussion
Contains summary information about the items the user is selling.
type : class Trading_MyeBaySellingSummaryType
Declared In
Trading_GetMyeBaySellingResponseType.h
unsoldList
Contains the items whose listings have ended but that have not sold.
@property (nonatomic, retain) Trading_PaginatedItemArrayType *unsoldList
Discussion
Contains the items whose listings have ended but that have not sold.
type : class Trading_PaginatedItemArrayType
Declared In
Trading_GetMyeBaySellingResponseType.h