Trading_GetSellingManagerInventoryRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetSellingManagerInventoryRequestType.h Trading_GetSellingManagerInventoryRequestType.m |
Overview
Retrieves a paginated list containing details of a user's Selling Manager inventory.
This call is subject to change without notice; the deprecation process is
inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
sortSets the sorting method for the results.
property -
folderIDSpecifies the inventory folder containing the requested inventory information.
property -
paginationDetails about how many Products to return per page and which page to view.
property -
sortOrderOrder to be used for sorting retrieved product lists.
property -
searchSpecifies types and values to search for in the seller’s listings.
property -
storeCategoryIDSpecifies a store category whose products will be returned.
property -
filterContainer for the list of filters that can be applied to the inventory information requested.
property
Properties
filter
Container for the list of filters that can be applied to the inventory information requested.
@property (nonatomic, retain) NSMutableArray *filterDiscussion
Container for the list of filters that can be applied to the inventory information requested.
entry type : string constant in Trading_SellingManagerInventoryPropertyTypeCodeType.h
Declared In
Trading_GetSellingManagerInventoryRequestType.hfolderID
Specifies the inventory folder containing the requested inventory information.
@property (nonatomic, retain) NSNumber *folderIDDiscussion
Specifies the inventory folder containing the requested inventory information.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetSellingManagerInventoryRequestType.hpagination
Details about how many Products to return per page and which page to view.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
Details about how many Products to return per page and which page to view.
type : class Trading_PaginationType
Declared In
Trading_GetSellingManagerInventoryRequestType.hsearch
Specifies types and values to search for in the seller’s listings.
@property (nonatomic, retain) Trading_SellingManagerSearchType *searchDiscussion
Specifies types and values to search for in the seller’s listings.
type : class Trading_SellingManagerSearchType
Declared In
Trading_GetSellingManagerInventoryRequestType.hsort
Sets the sorting method for the results.
@property (nonatomic, retain) NSString *sortDiscussion
Sets the sorting method for the results.
type: string constant in Trading_SellingManagerProductSortCodeType.h
Declared In
Trading_GetSellingManagerInventoryRequestType.hsortOrder
Order to be used for sorting retrieved product lists.
@property (nonatomic, retain) NSString *sortOrderDiscussion
Order to be used for sorting retrieved product lists.
type: string constant in Trading_SortOrderCodeType.h
Declared In
Trading_GetSellingManagerInventoryRequestType.hstoreCategoryID
Specifies a store category whose products will be returned.
@property (nonatomic, retain) NSNumber *storeCategoryIDDiscussion
Specifies a store category whose products will be returned.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetSellingManagerInventoryRequestType.h