Trading_SellingManagerProductDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerProductDetailsType.h Trading_SellingManagerProductDetailsType.m |
Overview
Returned if the user is a Selling Manager user. Defines product information for Selling Manager
users.
@ingroup EBayAPIInterface
Tasks
-
productName
The name of a Selling Manager product. The AddSellingManagerProduct call is used to create a
property
Selling Manager product. -
productID
The ID of a Selling Manager product. When you call AddSellingManagerProduct, a product ID is
property
returned for the product created. When you use this ID to make subsequent calls, such as
AddSellingManagerTemplate, the ProductID you provide on input is returned in the output. -
customLabel
Custom label of this product.
property -
quantityAvailable
Quantity of items in the seller’s inventory for this product.
property -
unitCost
Cost of each item of this product.
property -
folderID
ID of the inventory folder that contains the product. Value is initially returned in
property
the AddSellingManagerInventoryFolder response. -
restockAlert
Specifies whether a restock alert is triggered for the product or not.
property -
restockThreshold
Specifies the quantity at which a restock alert should be triggered.
property -
vendorInfo
Primary vendor information. Vendor information is returned only if it has been
property
set. -
note
Seller’s note about this product.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerProductDetailsType.h
customLabel
Custom label of this product.
@property (nonatomic, retain) NSString *customLabel
Discussion
Custom label of this product.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerProductDetailsType.h
folderID
ID of the inventory folder that contains the product. Value is initially returned in
the AddSellingManagerInventoryFolder response.
@property (nonatomic, retain) NSNumber *folderID
Discussion
ID of the inventory folder that contains the product. Value is initially returned in
the AddSellingManagerInventoryFolder response.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerProductDetailsType.h
note
Seller’s note about this product.
@property (nonatomic, retain) NSString *note
Discussion
Seller’s note about this product.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerProductDetailsType.h
productID
The ID of a Selling Manager product. When you call AddSellingManagerProduct, a product ID is
returned for the product created. When you use this ID to make subsequent calls, such as
AddSellingManagerTemplate, the ProductID you provide on input is returned in the output.
@property (nonatomic, retain) NSNumber *productID
Discussion
The ID of a Selling Manager product. When you call AddSellingManagerProduct, a product ID is
returned for the product created. When you use this ID to make subsequent calls, such as
AddSellingManagerTemplate, the ProductID you provide on input is returned in the output.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerProductDetailsType.h
productName
The name of a Selling Manager product. The AddSellingManagerProduct call is used to create a
Selling Manager product.
@property (nonatomic, retain) NSString *productName
Discussion
The name of a Selling Manager product. The AddSellingManagerProduct call is used to create a
Selling Manager product.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerProductDetailsType.h
quantityAvailable
Quantity of items in the seller’s inventory for this product.
@property (nonatomic, retain) NSNumber *quantityAvailable
Discussion
Quantity of items in the seller’s inventory for this product.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductDetailsType.h
restockAlert
Specifies whether a restock alert is triggered for the product or not.
@property (nonatomic, retain) NSNumber *restockAlert
Discussion
Specifies whether a restock alert is triggered for the product or not.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerProductDetailsType.h
restockThreshold
Specifies the quantity at which a restock alert should be triggered.
@property (nonatomic, retain) NSNumber *restockThreshold
Discussion
Specifies the quantity at which a restock alert should be triggered.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductDetailsType.h
unitCost
Cost of each item of this product.
@property (nonatomic, retain) Trading_AmountType *unitCost
Declared In
Trading_SellingManagerProductDetailsType.h
vendorInfo
Primary vendor information. Vendor information is returned only if it has been
set.
@property (nonatomic, retain) Trading_SellingManagerVendorDetailsType *vendorInfo
Discussion
Primary vendor information. Vendor information is returned only if it has been
set.
type : class Trading_SellingManagerVendorDetailsType
Declared In
Trading_SellingManagerProductDetailsType.h