Trading_GetSellingManagerSoldListingsRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetSellingManagerSoldListingsRequestType.h Trading_GetSellingManagerSoldListingsRequestType.m |
Overview
Returns a Selling Manager user’s sold listings.
This call is subject to change without notice; the deprecation process is
inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
searchSearch filters for sold listings.
property -
storeCategoryIDListings with this store category ID will be listed.
property -
filterThis holds the list of filters that can be applicable for sold listings.
property -
archivedRequests listing records that are more than 90 days old. Records are archived between 90
property
and 120 days after being created, and thereafter can only be retrieved using this tag. -
sortField to be used to sort the response.
property -
sortOrderOrder to be used for sorting the requested listings.
property -
paginationDetails about how many listings to return per page and which page to view.
property -
saleDateRangeSpecifies the earliest (oldest) and latest (most recent) dates to use in a date
property
range filter based on item start time. A time range can be up to 120
days.
Properties
archived
Requests listing records that are more than 90 days old. Records are archived between 90
and 120 days after being created, and thereafter can only be retrieved using this tag.
@property (nonatomic, retain) NSNumber *archivedDiscussion
Requests listing records that are more than 90 days old. Records are archived between 90
and 120 days after being created, and thereafter can only be retrieved using this tag.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetSellingManagerSoldListingsRequestType.hfilter
This holds the list of filters that can be applicable for sold listings.
@property (nonatomic, retain) NSMutableArray *filterDiscussion
This holds the list of filters that can be applicable for sold listings.
entry type : string constant in Trading_SellingManagerSoldListingsPropertyTypeCodeType.h
Declared In
Trading_GetSellingManagerSoldListingsRequestType.hpagination
Details about how many listings to return per page and which page to view.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
Details about how many listings to return per page and which page to view.
type : class Trading_PaginationType
Declared In
Trading_GetSellingManagerSoldListingsRequestType.hsaleDateRange
Specifies the earliest (oldest) and latest (most recent) dates to use in a date
range filter based on item start time. A time range can be up to 120
days.
@property (nonatomic, retain) Trading_TimeRangeType *saleDateRangeDiscussion
Specifies the earliest (oldest) and latest (most recent) dates to use in a date
range filter based on item start time. A time range can be up to 120
days.
type : class Trading_TimeRangeType
Declared In
Trading_GetSellingManagerSoldListingsRequestType.hsearch
Search filters for sold listings.
@property (nonatomic, retain) Trading_SellingManagerSearchType *searchDeclared In
Trading_GetSellingManagerSoldListingsRequestType.hsort
Field to be used to sort the response.
@property (nonatomic, retain) NSString *sortDiscussion
Field to be used to sort the response.
type: string constant in Trading_SellingManagerSoldListingsSortTypeCodeType.h
Declared In
Trading_GetSellingManagerSoldListingsRequestType.h