Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetSellingManagerInventoryFolderRequestType.h
Trading_GetSellingManagerInventoryFolderRequestType.m

Overview

Retrieves Selling Manager inventory folders.
This call is subject to change without notice; the deprecation process is
inapplicable to this call.

@ingroup EBayAPIInterface

Tasks

  •   folderID

    If a FolderID is submitted, all child-folders below this folder will be returned.

    property
  •   maxDepth

    Specifies the number of levels of subfolders to be returned. If 0, the parent folder
    is returned. If 1, the parent and child folders are returned. If 2, the parent and
    two levels of child folders are returned. Ignored if FullRecursion is set to True.

    property
  •   fullRecursion

    Displays the entire tree of a user’s folders. If this is provided, FolderID and MaxDepth
    need not be given.

    property

Properties

folderID

If a FolderID is submitted, all child-folders below this folder will be returned.

@property (nonatomic, retain) NSNumber *folderID

Discussion

If a FolderID is submitted, all child-folders below this folder will be returned.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetSellingManagerInventoryFolderRequestType.h

fullRecursion

Displays the entire tree of a user’s folders. If this is provided, FolderID and MaxDepth
need not be given.

@property (nonatomic, retain) NSNumber *fullRecursion

Discussion

Displays the entire tree of a user’s folders. If this is provided, FolderID and MaxDepth
need not be given.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetSellingManagerInventoryFolderRequestType.h

maxDepth

Specifies the number of levels of subfolders to be returned. If 0, the parent folder
is returned. If 1, the parent and child folders are returned. If 2, the parent and
two levels of child folders are returned. Ignored if FullRecursion is set to True.

@property (nonatomic, retain) NSNumber *maxDepth

Discussion

Specifies the number of levels of subfolders to be returned. If 0, the parent folder
is returned. If 1, the parent and child folders are returned. If 2, the parent and
two levels of child folders are returned. Ignored if FullRecursion is set to True.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetSellingManagerInventoryFolderRequestType.h