Trading_AddSellingManagerInventoryFolderRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddSellingManagerInventoryFolderRequestType.h Trading_AddSellingManagerInventoryFolderRequestType.m |
Overview
Adds a new product folder to a user’s Selling Manager account.
This call is subject to change without notice; the deprecation process is
inapplicable to this call.
@ingroup EBayAPIInterface
Tasks
-
folderNameName of the new Selling Manager inventory folder.
property -
parentFolderIDUnique Folder ID of parent folder. If no ParentFolderID is submitted, Folder
property
is added to root level. -
commentContains comments that will be associated with this folder.
property
Properties
comment
Contains comments that will be associated with this folder.
@property (nonatomic, retain) NSString *commentDiscussion
Contains comments that will be associated with this folder.
type : NSString, wrapper for primitive string
Declared In
Trading_AddSellingManagerInventoryFolderRequestType.hfolderName
Name of the new Selling Manager inventory folder.
@property (nonatomic, retain) NSString *folderNameDiscussion
Name of the new Selling Manager inventory folder.
type : NSString, wrapper for primitive string
Declared In
Trading_AddSellingManagerInventoryFolderRequestType.hparentFolderID
Unique Folder ID of parent folder. If no ParentFolderID is submitted, Folder
is added to root level.
@property (nonatomic, retain) NSNumber *parentFolderIDDiscussion
Unique Folder ID of parent folder. If no ParentFolderID is submitted, Folder
is added to root level.
type : NSNumber, wrapper for primitive long
Declared In
Trading_AddSellingManagerInventoryFolderRequestType.h