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
-
inventoryCountLastCalculatedDateReturns the date the inventory counts were last calculated.
property -
sellingManagerProductContainer for information about the requested products and templates.
property -
paginationResultContains 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 *inventoryCountLastCalculatedDateDiscussion
Returns the date the inventory counts were last calculated.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetSellingManagerInventoryResponseType.hpaginationResult
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 *paginationResultDiscussion
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.hsellingManagerProduct
Container for information about the requested products and templates.
@property (nonatomic, retain) NSMutableArray *sellingManagerProductDiscussion
Container for information about the requested products and templates.
entry type : class Trading_SellingManagerProductType
Declared In
Trading_GetSellingManagerInventoryResponseType.h