Trading_AddSellingManagerProductRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddSellingManagerProductRequestType.h Trading_AddSellingManagerProductRequestType.m |
Overview
Creates a Selling Manager product. Sellers use Selling Manager products to store SYI forms for use
as listing templates.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
sellingManagerProductDetailsContains product information that the seller has recorded, such as a product
property
description and inventory and restocking details. -
folderIDUnique identifier of the folder. This ID is created when the folder is added and is returned by the
property
AddSellingManagerInventoryFolder call. -
sellingManagerProductSpecificsSpecifies an eBay category associated with the product,
property
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).
Properties
folderID
Unique identifier of the folder. This ID is created when the folder is added and is returned by the
AddSellingManagerInventoryFolder call.
@property (nonatomic, retain) NSNumber *folderIDDiscussion
Unique identifier of the folder. This ID is created when the folder is added and is returned by the
AddSellingManagerInventoryFolder call.
type : NSNumber, wrapper for primitive long
Declared In
Trading_AddSellingManagerProductRequestType.hsellingManagerProductDetails
Contains product information that the seller has recorded, such as a product
description and inventory and restocking details.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetailsDiscussion
Contains product information that the seller has recorded, such as a product
description and inventory and restocking details.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_AddSellingManagerProductRequestType.hsellingManagerProductSpecifics
Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).
@property (nonatomic, retain) Trading_SellingManagerProductSpecificsType *sellingManagerProductSpecificsDiscussion
Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).
type : class Trading_SellingManagerProductSpecificsType
Declared In
Trading_AddSellingManagerProductRequestType.h