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

  •   folderName

    Name of the new Selling Manager inventory folder.

    property
  •   parentFolderID

    Unique Folder ID of parent folder. If no ParentFolderID is submitted, Folder
    is added to root level.

    property
  •   comment

    Contains comments that will be associated with this folder.

    property

Properties

comment

Contains comments that will be associated with this folder.

@property (nonatomic, retain) NSString *comment

Discussion

Contains comments that will be associated with this folder.

type : NSString, wrapper for primitive string

Declared In

Trading_AddSellingManagerInventoryFolderRequestType.h

folderName

Name of the new Selling Manager inventory folder.

@property (nonatomic, retain) NSString *folderName

Discussion

Name of the new Selling Manager inventory folder.

type : NSString, wrapper for primitive string

Declared In

Trading_AddSellingManagerInventoryFolderRequestType.h

parentFolderID

Unique Folder ID of parent folder. If no ParentFolderID is submitted, Folder
is added to root level.

@property (nonatomic, retain) NSNumber *parentFolderID

Discussion

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