Trading_GetSellingManagerInventoryResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetSellingManagerInventoryResponseType.h Trading_GetSellingManagerInventoryResponseType.m |
Overview
Contains a list of the products created by the seller. The list of products is returned as a set
of tags, in which are returned zero, one, or multiple SellingManagerProductType objects. Each
SellingManagerProductType object contains the information about for one Selling Manager product
and any Selling Manager templates the product contains.
@ingroup EBayAPIInterface
Tasks
-
inventoryCountLastCalculatedDate
Returns the date the inventory counts were last calculated.
property -
sellingManagerProduct
Container for information about the requested products and templates.
property -
paginationResult
Contains the total number of pages (TotalNumberOfPages) and the total
property
number of products entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
Properties
inventoryCountLastCalculatedDate
Returns the date the inventory counts were last calculated.
@property (nonatomic, retain) NSDate *inventoryCountLastCalculatedDate
Discussion
Returns the date the inventory counts were last calculated.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetSellingManagerInventoryResponseType.h
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_GetSellingManagerInventoryResponseType.h
sellingManagerProduct
Container for information about the requested products and templates.
@property (nonatomic, retain) NSMutableArray *sellingManagerProduct
Discussion
Container for information about the requested products and templates.
entry type : class Trading_SellingManagerProductType
Declared In
Trading_GetSellingManagerInventoryResponseType.h