Trading_GetSellingManagerSoldListingsResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetSellingManagerSoldListingsResponseType.h Trading_GetSellingManagerSoldListingsResponseType.m |
Overview
Returns a Selling Manager user’s sold listings. Response can be filtered by date, search
values, and stores.
@ingroup EBayAPIInterface
Tasks
-
saleRecordReturns a Selling Manager user’s sold listings.
property -
paginationResultContains the total number of pages (TotalNumberOfPages) and the total
property
number of products entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
Properties
paginationResult
Contains the total number of pages (TotalNumberOfPages) and the total
number of products entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Contains the total number of pages (TotalNumberOfPages) and the total
number of products entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
type : class Trading_PaginationResultType
Declared In
Trading_GetSellingManagerSoldListingsResponseType.hsaleRecord
Returns a Selling Manager user’s sold listings.
@property (nonatomic, retain) NSMutableArray *saleRecordDiscussion
Returns a Selling Manager user’s sold listings.
entry type : class Trading_SellingManagerSoldOrderType
Declared In
Trading_GetSellingManagerSoldListingsResponseType.h