GetSellingManagerInventoryFolder

Retrieves Selling Manager inventory folders. Specify the folders using the FolderID valus returned by AddSellingManagerInventoryFolder when the folders were created. You can retrieve a folder's subfolders to a specified level, or retrieve the entire tree structure of a folder. To use this call, you must be a Selling Manager Pro subscriber.

Note: This call is subject to change without notice; the deprecation process is inapplicable to this call.

See:
    Using Selling Manager Calls in the Trading API
    Selling Manager page on the eBay Site
    Selling Manager Pro page on the eBay Site

See also the reference documentation for these calls:



Back to top

GetSellingManagerInventoryFolder Input

The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).

See also Samples.

See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are (or soon will be) non-operational.

The XML prototype does not include requester credentials. This is a documentation limitation only (see Standard Requester Credentials for Making Calls).

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerInventoryFolderRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- Call-specific Input Fields -->
  <FolderID> long </FolderID>
  <FullRecursion> boolean </FullRecursion>
  <MaxDepth> int </MaxDepth>
  <!-- Standard Input Fields -->
  <ErrorLanguage> string </ErrorLanguage>
  <MessageID> string </MessageID>
  <Version> string </Version>
  <WarningLevel> WarningLevelCodeType </WarningLevel>
</GetSellingManagerInventoryFolderRequest>
Argument Type Occurrence Meaning
Call-specific Input Fields [Jump to standard fields]
FolderID long Optional If a FolderID is submitted, all child-folders below this folder will be returned.
FullRecursion boolean Optional Displays the entire tree of a user's folders. If this is provided, FolderID and MaxDepth need not be given.
MaxDepth int Optional 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.
Default: 1.
Standard Input Fields  
ErrorLanguage string Optional Use ErrorLanguage to return error strings for the call in a different language from the language commonly associated with the site that the requesting user is registered with. Specify the standard RFC 3066 language identification tag (e.g., en_US).
ID--- country
----- -----
de_AT Austria
de_CH Switzerland
de_DE Germany
en_AU Australia
en_CA Canada
en_GB United Kingdom
en_SG Singapore
en_US United States
es_ES Spain
fr_BE Belgium (French)
fr_CA Canada (French)
fr_FR France
it_IT Italy
nl_BE Belgium (Dutch)
nl_NL Netherlands
zh_CN China
en_IN India
en_IE Ireland
zh_HK Hong Kong

See Tags for the Identification of Languages.

MessageID string Optional Most Trading API calls support a MessageID element in the request and a CorrelationID element in the response. If you pass in a MessageID in a request, the same value will be returned in the CorrelationID field in the response. Pairing these values can help you track and confirm that a response is returned for every request and to match specific responses to specific requests. If you do not pass a MessageID value in the request, CorrelationID is not returned.

Note: GetCategories is designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable.
Version string Conditional The version number of the API code that you are programming against (e.g., 549). The version you specify for a call has these basic effects:
- It indicates the version of the code lists and other data that eBay should use to process your request.
- It indicates the schema version you are using.
You need to use a version that is greater than or equal to the lowest supported version.

For the SOAP API: If you are using the SOAP API, this field is required. Specify the version of the WSDL your application is using.

For the XML API: If you are using the XML API, this field has no effect. Instead, specify the version in the X-EBAY-API-COMPATIBILITY-LEVEL HTTP header. (If you specify Version in the body of an XML API request and it is different from the value in the HTTP header, eBay returns an informational warning that the value in the HTTP header was used instead.)

See:
    Routing the Request (Gateway URLs)
    eBay Schema Versioning Strategy
    Lowest Supported Version

WarningLevel WarningLevelCodeType Optional Controls whether or not to return warnings when the application passes unrecognized or deprecated elements in a request.

An unrecognized element is one that is not defined in any supported version of the schema. Schema element names are case-sensitive, so using WarningLevel can also help you remove any potential hidden bugs within your application due to incorrect case or spelling in field names before you put your application into the Production environment.

WarningLevel only validates elements; it doesn't validate XML attributes. It also doesn't control warnings related to user-entered strings or numbers, or warnings for logical errors.

We recommend that you only use this during development and debugging. Do not use this in requests in your production code.

Applicable values:

•   High

(in) Return warnings when the application passes unrecognized or deprecated elements in a request.

•   Low

(in) Do not return warnings when the application passes unrecognized or deprecated elements in a request. This is the default value if WarningLevel is not specified.


See Warning Level.



Back to top

GetSellingManagerInventoryFolder Output

The box below lists all fields that might be returned in the response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).

See also Samples.

See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are not returned (or soon will not be returned) or are not operational (or soon will be non-operational).

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerInventoryFolderResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- Call-specific Output Fields -->
  <Folder> SellingManagerFolderDetailsType
    <ChildFolder> SellingManagerFolderDetailsType
      <ChildFolder> SellingManagerFolderDetailsType </ChildFolder>
        <!-- >>> ChildFolder can be nested within itself an unlimited number of times >>> -->
      <!-- ... more ChildFolder values allowed here ... -->
      <CreationTime> dateTime </CreationTime>
      <FolderComment> string </FolderComment>
      <FolderID> long </FolderID>
      <FolderLevel> long </FolderLevel>
      <FolderName> string </FolderName>
      <ParentFolderID> long </ParentFolderID>
    </ChildFolder>
    <!-- ... more ChildFolder nodes allowed here ... -->
    <CreationTime> dateTime </CreationTime>
    <FolderComment> string </FolderComment>
    <FolderID> long </FolderID>
    <FolderLevel> long </FolderLevel>
    <FolderName> string </FolderName>
    <ParentFolderID> long </ParentFolderID>
  </Folder>
  <!-- Standard Output Fields -->
  <Ack> AckCodeType </Ack>
  <Build> string </Build>
  <CorrelationID> string </CorrelationID>
  <Errors> ErrorType
    <ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
    <ErrorCode> token </ErrorCode>
    <ErrorParameters ParamID="string"> ErrorParameterType
      <Value> string </Value>
    </ErrorParameters>
    <!-- ... more ErrorParameters nodes allowed here ... -->
    <LongMessage> string </LongMessage>
    <SeverityCode> SeverityCodeType </SeverityCode>
    <ShortMessage> string </ShortMessage>
  </Errors>
  <!-- ... more Errors nodes allowed here ... -->
  <HardExpirationWarning> string </HardExpirationWarning>
  <Timestamp> dateTime </Timestamp>
  <Version> string </Version>
</GetSellingManagerInventoryFolderResponse>
Return Value Type Occurrence Meaning
Call-specific Output Fields [Jump to standard fields]
Folder SellingManagerFolderDetailsType Always Details of the requested folder.
Folder.ChildFolder SellingManagerFolderDetailsType Conditionally,
repeatable: [0..*]
Container for sub-folder information. Returned if requested.
Folder.ChildFolder.ChildFolder SellingManagerFolderDetailsType Conditionally,
repeatable: [0..*]
Container for sub-folder information. Returned if requested.
Recursion: Whatever the depth of data returned, the deepest level does not include ChildFolder.
Folder.ChildFolder
  .CreationTime
dateTime Always Date when this folder was created.
Folder.ChildFolder
  .FolderComment
string Conditionally Comments associated with the folder. Returned if it exists.
Folder.ChildFolder.FolderID long Always Unique ID of the folder. Originally returned in the AddSellingManagerInventoryFolder response.
Folder.ChildFolder.FolderLevel long Always Level of this folder in the folder tree hierarchy. Root folder is at level 1.
Folder.ChildFolder.FolderName string Always Name assigned to the folder by the user in the AddSellingManagerInventoryFolder or the ReviseSellingManagerInventoryFolder call.
Folder.ChildFolder
  .ParentFolderID
long Conditionally Unique ID of the parent folder. If it exists, it is returned.
Folder.CreationTime dateTime Always Date when this folder was created.
Folder.FolderComment string Conditionally Comments associated with the folder. Returned if it exists.
Folder.FolderID long Always Unique ID of the folder. Originally returned in the AddSellingManagerInventoryFolder response.
Folder.FolderLevel long Always Level of this folder in the folder tree hierarchy. Root folder is at level 1.
Folder.FolderName string Always Name assigned to the folder by the user in the AddSellingManagerInventoryFolder or the ReviseSellingManagerInventoryFolder call.
Folder.ParentFolderID long Conditionally Unique ID of the parent folder. If it exists, it is returned.
Standard Output Fields  
Ack AckCodeType Always A token representing the application-level acknowledgement code that indicates the response status (e.g., success). The AckCodeType list specifies the possible values for Ack.

Applicable values:

•   CustomCode

(out) Reserved for internal or future use.

•   Failure

(out) Request processing failed

•   Success

(out) Request processing succeeded

•   Warning

(out) Request processing completed with warning information being included in the response message


(Not all values in AckCodeType apply to this field.)
Build string Always This refers to the specific software build that eBay used when processing the request and generating the response. This includes the version number plus additional information. eBay Developer Support may request the build information when helping you resolve technical issues.
CorrelationID string Conditionally Most Trading API calls support a MessageID element in the request and a CorrelationID element in the response. If you pass in a MessageID in a request, the same value will be returned in the CorrelationID field in the response. Pairing these values can help you track and confirm that a response is returned for every request and to match specific responses to specific requests. If you do not pass a MessageID value in the request, CorrelationID is not returned.

Note: GetCategories is designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable.
Errors ErrorType Conditionally,
repeatable: [0..*]
A list of application-level errors (if any) that occurred when eBay processed the request.

See Error Handling.

Errors.ErrorClassification ErrorClassificationCodeType Conditionally API errors are divided between two classes: system errors and request errors.

Applicable values:

•   CustomCode

(out) Reserved for internal or future use.

•   RequestError

(out) An error has occurred either as a result of a problem in the sending application or because the application's end-user has attempted to submit invalid data (or missing data). In these cases, do not retry the request. The problem must be corrected before the request can be made again. If the problem is due to something in the application (such as a missing required field), the application must be changed. If the problem is a result of end-user data, the application must alert the end-user to the problem and provide the means for the end-user to correct the data. Once the problem in the application or data is resolved, resend the request to eBay with the corrected data.

•   SystemError

(out) Indicates that an error has occurred on the eBay system side, such as a database or server down. An application can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form.


Errors.ErrorCode token Conditionally A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms. See the "Errors by Number" document.
Errors.ErrorParameters ErrorParameterType Conditionally,
repeatable: [0..*]
This optional element carries a list of context-specific error variables that indicate details about the error condition. These are useful when multiple instances of ErrorType are returned.
Errors.ErrorParameters
  [ attribute ParamID ]
string Conditionally The index of the parameter in the list of parameter types returned within the error type.
Errors.ErrorParameters.Value string Conditionally The value of the variable (e.g., the attribute set ID)
Errors.LongMessage string Conditionally A more detailed description of the condition that raised the error.
Errors.SeverityCode SeverityCodeType Conditionally Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning) that should be communicated to the user.

Applicable values:

•   CustomCode

(out) Reserved for internal or future use

•   Error

(out) Application-level error

•   Warning

(out) Warning or informational error


Errors.ShortMessage string Conditionally A brief description of the condition that raised the error.
HardExpirationWarning string Conditionally Expiration date of the user's authentication token. Only returned within the 7-day period prior to a token's expiration. To ensure that user authentication tokens are secure and to help avoid a user's token being compromised, tokens have a limited life span. A token is only valid for a period of time (set by eBay). After this amount of time has passed, the token expires and must be replaced with a new token.
Timestamp dateTime Always This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Web Services guide for information about this time format and converting to and from the GMT time zone.

Note: GetCategories and other Trading API calls are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, this time value reflects the time the cached response was created. Thus, this value is not necessarily when the request was processed. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, this time value does reflect when the request was processed.
Version string Always The version of the response payload schema. Indicates the version of the schema that eBay used to process the request. See "Standard Data for All Calls" in the eBay Web Services Guide for information on using the response version when troubleshooting "CustomCode" values that appear in the response.



Back to top

GetSellingManagerInventoryFolder Detail Controls


Detail Control: DetailLevel

This call does not support varying Detail Levels. You do not need to pass DetailLevel in the request.



Back to top

GetSellingManagerInventoryFolder Samples

New to making API calls? Please see Routing the Request.

Note: Some item IDs, user IDs, or other data in these samples might no longer be active on eBay. If necessary, you can substitute current eBay data in your requests.

Sample: Basic Call

Returns a list of folders and child folders in a Selling Manager account.

Description

User magicalbookseller wants to look at all the folders in her Selling Manager account in an effort to better organize her folders and templates. She calls GetSellingManagerInventoryFolder and specifies FullRecursion.

Input

All fields in the following GetSellingManagerInventoryFolder request sample are the basic input to return a list of folders in Selling Manager for magicalbookseller.

XML format (HTTP POST). Also available is the .txt version of this XML.

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerInventoryFolderRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <RequesterCredentials>
    <eBayAuthToken>ABC...123</eBayAuthToken>
  </RequesterCredentials>
  <Version>607</Version>
  <FullRecursion>True</FullRecursion>
</GetSellingManagerInventoryFolderRequest>

Output

The response includes the list of folders and their associated child folders. Each folder description includes the FolderID, ParentFolderID, and FolderName.

XML format. Also available is the .txt version of this XML.

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerInventoryFolderResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <Timestamp>2009-04-07T22:56:03.672Z</Timestamp>
  <Ack>Success</Ack>
  <Version>613</Version>
  <Build>e613_core_Bundled_8277214_R1</Build>
  <Folder>
    <ChildFolder>
      <FolderID>6000030013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-09-18T07:14:38.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000031013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-09-18T07:16:43.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>115748</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-10-14T23:15:16.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>64366</FolderID>
      <FolderName>Folder1</FolderName>
      <CreationTime>2005-01-21T02:39:50.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003404013</FolderID>
      <FolderName>Folder2</FolderName>
      <CreationTime>2009-01-10T01:08:08.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000041013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-10-22T08:02:05.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>127831</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-12-02T08:01:27.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000655013</FolderID>
      <FolderName>Folder3</FolderName>
      <FolderComment>comment added to new folder for testing</FolderComment>
      <CreationTime>2008-08-22T11:54:00.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>132662</FolderID>
      <FolderName>Folder4</FolderName>
      <CreationTime>2006-01-09T08:59:56.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000303013</FolderID>
      <FolderName>Folder5</FolderName>
      <CreationTime>2008-07-31T23:43:27.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>73537</FolderID>
      <FolderName>Folder6</FolderName>
      <CreationTime>2005-04-02T06:22:32.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000957013</FolderID>
      <FolderName>Folder87</FolderName>
      <CreationTime>2008-09-11T10:11:38.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003447013</FolderID>
      <FolderName>Default</FolderName>
      <CreationTime>2009-01-13T01:54:10.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000007013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-03-07T00:16:48.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>5000032494</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-02-01T21:55:08.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>37699</FolderID>
      <FolderName>Folder8</FolderName>
      <CreationTime>2004-05-06T22:17:29.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>76236</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2005-04-22T21:32:18.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>75197</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2005-04-15T17:40:43.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000001013</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2007-02-23T20:30:43.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>61129</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2004-12-27T22:05:45.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000000013</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2007-02-23T04:13:05.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>79272</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2005-05-17T23:38:38.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6001094013</FolderID>
      <FolderName>Folder1</FolderName>
      <CreationTime>2008-09-23T06:48:22.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003542013</FolderID>
      <FolderName>Folder20090114010714</FolderName>
      <FolderComment>Folder Name</FolderComment>
      <CreationTime>2009-01-14T05:07:20.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003544013</FolderID>
      <FolderName>Folder20090114012429</FolderName>
      <FolderComment>Folder Name</FolderComment>
      <CreationTime>2009-01-14T05:24:36.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003538013</FolderID>
      <FolderName>Folder20090114100234</FolderName>
      <FolderComment>Folder Name</FolderComment>
      <CreationTime>2009-01-14T02:02:46.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000032013</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2007-09-19T07:44:13.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>127846</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2005-12-02T10:03:56.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>127847</FolderID>
      <FolderName>Folder</FolderName>
      <CreationTime>2005-12-02T10:04:34.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000023013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-03-14T14:33:17.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>63197</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-01-11T18:54:56.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005110013</FolderID>
      <FolderName>Harry Potter</FolderName>
      <FolderComment>Folder For Harry Potter Products</FolderComment>
      <CreationTime>2009-03-19T00:51:23.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005117013</FolderID>
      <FolderName>Harry Potter1</FolderName>
      <FolderComment>Folder For Harry Potter Products</FolderComment>
      <CreationTime>2009-03-20T19:41:25.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005132013</FolderID>
      <FolderName>Harry Potter1234124</FolderName>
      <FolderComment>Folder For Harry Potter Products</FolderComment>
      <CreationTime>2009-03-24T20:42:20.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005118013</FolderID>
      <FolderName>Harry Potter33</FolderName>
      <FolderComment>Folder For Harry Potter Products</FolderComment>
      <CreationTime>2009-03-21T00:39:33.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005108013</FolderID>
      <FolderName>Harry Potter Books</FolderName>
      <CreationTime>2009-03-18T21:35:17.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005124013</FolderID>
      <FolderName>Harry Wotter Books</FolderName>
      <CreationTime>2009-03-24T00:11:08.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>75925</FolderID>
      <FolderName>Hello Kitty</FolderName>
      <CreationTime>2005-04-20T17:08:39.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>138236</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-02-02T21:03:29.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6005113013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2009-03-19T08:55:15.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>79255</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-05-17T20:19:37.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>79256</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-05-17T20:20:05.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>74928</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-04-13T23:16:49.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>129075</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-12-09T12:47:00.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>155548</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-05-08T02:18:57.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6002409013</FolderID>
      <FolderName>new</FolderName>
      <CreationTime>2008-11-20T00:21:03.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003425013</FolderID>
      <FolderName>Parent Folder20090112024742</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-12T06:47:47.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003426013</FolderID>
      <FolderName>Parent Folder20090112025109</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-12T06:51:22.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003428013</FolderID>
      <FolderName>Parent Folder20090112025136</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-12T06:51:46.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003467013</FolderID>
      <FolderName>Parent Folder20090113012731</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T05:27:49.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003469013</FolderID>
      <FolderName>Parent Folder20090113012938</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T05:29:52.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003471013</FolderID>
      <FolderName>Parent Folder20090113013005</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T05:30:19.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003473013</FolderID>
      <FolderName>Parent Folder20090113013420</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T05:34:34.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003475013</FolderID>
      <FolderName>Parent Folder20090113015725</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T05:57:36.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003477013</FolderID>
      <FolderName>Parent Folder20090113020022</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T06:00:34.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003481013</FolderID>
      <FolderName>Parent Folder20090113032937</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:29:59.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003483013</FolderID>
      <FolderName>Parent Folder20090113033052</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:31:14.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003485013</FolderID>
      <FolderName>Parent Folder20090113033325</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:33:47.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003487013</FolderID>
      <FolderName>Parent Folder20090113034223</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:42:44.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003489013</FolderID>
      <FolderName>Parent Folder20090113034345</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:44:06.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003491013</FolderID>
      <FolderName>Parent Folder20090113034505</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:45:29.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003493013</FolderID>
      <FolderName>Parent Folder20090113034849</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:49:11.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003495013</FolderID>
      <FolderName>Parent Folder20090113035429</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:54:49.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003497013</FolderID>
      <FolderName>Parent Folder20090113035920</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:58:49.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003499013</FolderID>
      <FolderName>Parent Folder20090113035959</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T07:59:22.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003501013</FolderID>
      <FolderName>Parent Folder20090113044347</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T08:43:03.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003503013</FolderID>
      <FolderName>Parent Folder20090113044703</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T08:46:20.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003505013</FolderID>
      <FolderName>Parent Folder20090113045543</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T08:54:58.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003507013</FolderID>
      <FolderName>Parent Folder20090113045629</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T08:55:44.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003509013</FolderID>
      <FolderName>Parent Folder20090113050317</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T09:02:31.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003445013</FolderID>
      <FolderName>Parent Folder20090113095358</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T01:54:07.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003448013</FolderID>
      <FolderName>Parent Folder20090113095451</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T01:55:00.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003450013</FolderID>
      <FolderName>Parent Folder20090113095558</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T01:56:09.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003452013</FolderID>
      <FolderName>Parent Folder20090113095636</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T01:56:45.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003454013</FolderID>
      <FolderName>Parent Folder20090113095936</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T01:59:46.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003456013</FolderID>
      <FolderName>Parent Folder20090113101618</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T02:16:28.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003458013</FolderID>
      <FolderName>Parent Folder20090113102452</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T02:25:01.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003460013</FolderID>
      <FolderName>Parent Folder20090113105623</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-13T02:56:35.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>75886</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-04-20T06:53:44.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>44631</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-07-24T00:56:36.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>53613</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-10-15T21:54:00.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000751013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2008-08-30T09:39:53.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>5000020881</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-10-13T23:52:34.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003424013</FolderID>
      <FolderName>Folder Name</FolderName>
      <FolderComment>Folder for api test.</FolderComment>
      <CreationTime>2009-01-12T06:33:03.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>149162</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-03-23T18:01:51.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000028013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-04-25T10:11:13.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>5000005606</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-08-04T22:02:19.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59661</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T16:53:48.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59663</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T17:01:30.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59664</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T17:03:13.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59665</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T17:04:07.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59666</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T17:11:16.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>59667</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-12-12T18:21:52.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6003433013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2009-01-12T08:46:33.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000029013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-09-18T05:39:56.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>78956</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-05-16T17:49:57.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>41526</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-06-24T17:50:38.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>75198</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2005-04-15T18:16:49.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000019013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-03-07T00:23:58.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000958013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2008-09-11T14:13:16.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>6000002013</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2007-02-24T00:05:09.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>51363</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2004-09-20T19:01:14.000Z</CreationTime>
    </ChildFolder>
    <ChildFolder>
      <FolderID>5000001675</FolderID>
      <FolderName>Folder Name</FolderName>
      <CreationTime>2006-07-19T18:42:40.000Z</CreationTime>
    </ChildFolder>
  </Folder>
</GetSellingManagerInventoryFolderResponse>



Back to top

GetSellingManagerInventoryFolder Change History

Version Description
589
2008-10-29
  • (added) New call.



Back to top

User-Contributed Notes

   
 
 
 

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.