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

  •   saleRecord

    Returns a Selling Manager user’s sold listings.

    property
  •   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

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 *paginationResult

Discussion

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.h

saleRecord

Returns a Selling Manager user’s sold listings.

@property (nonatomic, retain) NSMutableArray *saleRecord

Discussion

Returns a Selling Manager user’s sold listings.

entry type : class Trading_SellingManagerSoldOrderType

Declared In

Trading_GetSellingManagerSoldListingsResponseType.h