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
    and 120 days after being created, and thereafter can only be retrieved using this tag.

    property
  •   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
    range filter based on item start time. A time range can be up to 120
    days.

    property

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

Discussion

Search filters for sold listings.

type : class Trading_SellingManagerSearchType

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

sortOrder

Order to be used for sorting the requested listings.

@property (nonatomic, retain) NSString *sortOrder

Discussion

Order to be used for sorting the requested listings.

type: string constant in Trading_SortOrderCodeType.h

Declared In

Trading_GetSellingManagerSoldListingsRequestType.h

storeCategoryID

Listings with this store category ID will be listed.

@property (nonatomic, retain) NSNumber *storeCategoryID

Discussion

Listings with this store category ID will be listed.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetSellingManagerSoldListingsRequestType.h