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
-
sort
Sets the sorting method for the results.
property -
folderID
Specifies the inventory folder containing the requested inventory information.
property -
pagination
Details about how many Products to return per page and which page to view.
property -
sortOrder
Order to be used for sorting retrieved product lists.
property -
search
Specifies types and values to search for in the seller’s listings.
property -
storeCategoryID
Specifies a store category whose products will be returned.
property -
filter
Container 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 *filter
Discussion
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.h
folderID
Specifies the inventory folder containing the requested inventory information.
@property (nonatomic, retain) NSNumber *folderID
Discussion
Specifies the inventory folder containing the requested inventory information.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetSellingManagerInventoryRequestType.h
pagination
Details about how many Products to return per page and which page to view.
@property (nonatomic, retain) Trading_PaginationType *pagination
Discussion
Details about how many Products to return per page and which page to view.
type : class Trading_PaginationType
Declared In
Trading_GetSellingManagerInventoryRequestType.h
search
Specifies types and values to search for in the seller’s listings.
@property (nonatomic, retain) Trading_SellingManagerSearchType *search
Discussion
Specifies types and values to search for in the seller’s listings.
type : class Trading_SellingManagerSearchType
Declared In
Trading_GetSellingManagerInventoryRequestType.h
sort
Sets the sorting method for the results.
@property (nonatomic, retain) NSString *sort
Discussion
Sets the sorting method for the results.
type: string constant in Trading_SellingManagerProductSortCodeType.h
Declared In
Trading_GetSellingManagerInventoryRequestType.h
sortOrder
Order to be used for sorting retrieved product lists.
@property (nonatomic, retain) NSString *sortOrder
Discussion
Order to be used for sorting retrieved product lists.
type: string constant in Trading_SortOrderCodeType.h
Declared In
Trading_GetSellingManagerInventoryRequestType.h
storeCategoryID
Specifies a store category whose products will be returned.
@property (nonatomic, retain) NSNumber *storeCategoryID
Discussion
Specifies a store category whose products will be returned.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetSellingManagerInventoryRequestType.h