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
-
search
Search filters for sold listings.
property -
storeCategoryID
Listings with this store category ID will be listed.
property -
filter
This holds the list of filters that can be applicable for sold listings.
property -
archived
Requests 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. -
sort
Field to be used to sort the response.
property -
sortOrder
Order to be used for sorting the requested listings.
property -
pagination
Details about how many listings to return per page and which page to view.
property -
saleDateRange
Specifies 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 *archived
Discussion
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.h
filter
This holds the list of filters that can be applicable for sold listings.
@property (nonatomic, retain) NSMutableArray *filter
Discussion
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.h
pagination
Details about how many listings to return per page and which page to view.
@property (nonatomic, retain) Trading_PaginationType *pagination
Discussion
Details about how many listings to return per page and which page to view.
type : class Trading_PaginationType
Declared In
Trading_GetSellingManagerSoldListingsRequestType.h
saleDateRange
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 *saleDateRange
Discussion
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.h
search
Search filters for sold listings.
@property (nonatomic, retain) Trading_SellingManagerSearchType *search
Declared In
Trading_GetSellingManagerSoldListingsRequestType.h
sort
Field to be used to sort the response.
@property (nonatomic, retain) NSString *sort
Discussion
Field to be used to sort the response.
type: string constant in Trading_SellingManagerSoldListingsSortTypeCodeType.h
Declared In
Trading_GetSellingManagerSoldListingsRequestType.h