GetSellingManagerInventory

Retrieves a paginated listing of a user's Selling Manager inventory. Inventory results can be filtered in several ways, and you can limit results to a specific folder or store category or to specified search values. 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

GetSellingManagerInventory 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"?>
<GetSellingManagerInventoryRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- Standard Input Fields -->
  <ErrorLanguage> string </ErrorLanguage>
  <MessageID> string </MessageID>
  <Version> string </Version>
  <WarningLevel> WarningLevelCodeType </WarningLevel>
  <!-- Call-specific Input Fields -->
  <Filter> SellingManagerInventoryPropertyTypeCodeType </Filter>
  <!-- ... more Filter nodes here ... -->
  <FolderID> long </FolderID>
  <Pagination> PaginationType 
    <EntriesPerPage> int </EntriesPerPage>
    <PageNumber> int </PageNumber>
  </Pagination>
  <Search> SellingManagerSearchType 
    <SearchType> SellingManagerSearchTypeCodeType </SearchType>
    <SearchValue> string </SearchValue>
  </Search>
  <Sort> SellingManagerProductSortCodeType </Sort>
  <SortOrder> SortOrderCodeType </SortOrder>
  <StoreCategoryID> long </StoreCategoryID>
</GetSellingManagerInventoryRequest>
Argument Type Occurrence Meaning
Standard Input Fields   [Jump to call-specific 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 In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned.

Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage 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, 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:
    HTTP Headers (XML API Only)
    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.

Call-specific Input Fields
Filter SellingManagerInventoryPropertyTypeCodeType Optional,
repeatable: [0..*]
Container for the list of filters that can be applied to the inventory information requested.

Applicable values:

•   Active

(in/out) Products that are active.

•   CustomCode

(in/out) Reserved for internal or future use.

•   InActive

(in/out) Products that are inactive.

•   LowStock

(in/out) Products in low stock.

•   ProductsOutOfStock

(in/out) Products which are out of stock.

•   WithListings

(in/out) Products with listings.

•   WithoutListings

(in/out) Products without listings.


FolderID long Optional Specifies the inventory folder containing the requested inventory information.
Pagination PaginationType Optional Details about how many Products to return per page and which page to view.
Pagination.EntriesPerPage int Optional Specifies the maximum number of entries to return in a single call. If the number of entries that can be returned is less than the value in EntriesPerPage, then the lower number is returned. For most calls, the max is 200 and the default is 25. For GetUserDisputes, the value is hard-coded at 200, and any input is ignored. For GetProducts, the maximum is 20 (and higher values are ignored). See the annotations for other individual calls to determine the correct max and default values. For GetOrders, not applicable to eBay.com (but applicable to Half.com for GetOrders).
Pagination.PageNumber int Optional Specifies the number of the page of data to return in the current call. Default is 1 for most calls. For some calls, the default is 0. Specify a positive value equal to or lower than the number of pages available (which you determine by examining the results of your initial request). See the documentation for other individual calls to determine the correct default value. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com).
Min: 1. Default: 1.
Search SellingManagerSearchType Optional Specifies types and values to search for in the seller's listings.
Search.SearchType SellingManagerSearchTypeCodeType Optional Specifies the type of value, such as ProductID or BuyerUserID, for the search.

Applicable values:

•   BuyerEmail

(in) Search for listings based on Buyers email.

•   BuyerFullName

(in) Search for listings based on Buyers full name.

•   BuyerUserID

(in) Search for listings based on Buyer ID.

•   CustomCode

(in) Reserved for internal or future use.

•   CustomLabel

(in) Search for listings based on SKU.

•   ItemID

(in) Search for listings based on ItemID.

•   ProductID

(in) Search for listings based on Product ID.

•   ProductName

(in) Search for listings based on ProductName.

•   SaleRecordID

(in) Search for listings based on the sale record ID. When an item is sold, Selling Manager generates a sale record. A sale record contains buyer information, shipping, and other information. A sale record is displayed in the Sold view in Selling Manager. In the following calls, the value for the sale record ID is in the SellingManagerSalesRecordNumber field: GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions. In the Selling Manager calls, the value for the sale record ID is in the SaleRecordID field. The sale record ID can be for one transaction or for an order (which contains multiple transactions).

•   Title

(in) Search for listings based on Item Title.


Search.SearchValue string Optional String identifying the value, matching the SearchType, that the search should return listings for. For example, when ProductID is specified as the SearchType, SearchValue must be a valid ProductID.
Sort SellingManagerProductSortCodeType Optional Sets the sorting method for the results.

Applicable values:

•   ActiveQuantity

(in) Sort products by by quantity currently listed.

•   AvailableToList

(in) Sort unlisted products by availability to list.

•   AveragePrice

(in) Sort by average price of sold items.

•   AverageUnitCost

(in) Sort by average unit cost of items.

•   CustomCode

 

•   CustomLabel

(in) Sort products by label.

•   FolderName

(in) Sort products by folder name.

•   LastSubmittedDate

(in) Sort by submitted date.

•   ProductName

(in) Sort by product name.

•   ScheduledQuantity

(in) Sort by quantity scheduled to be listed.

•   SoldQuantity

(in) Sort by quantity sold.

•   SuccessPercent

(in) Sort by the percentage of ended listings that had a sale.

•   UnsoldQuantity

(in) Sort by number of unsold items.


SortOrder SortOrderCodeType Optional Order to be used for sorting retrieved product lists.

Applicable values:

•   Ascending

(in/out) The results will be sorted by the specified attribute in ascending (low to high) order.

•   CustomCode

(in/out) Reserved for internal or future use.

•   Descending

(in/out) The results will be sorted by the specified attribute in descending (high to low) order.


StoreCategoryID long Optional Specifies a store category whose products will be returned.



Back to top

GetSellingManagerInventory 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).

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"?>
<GetSellingManagerInventoryResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- 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 here ... -->
    <LongMessage> string </LongMessage>
    <SeverityCode> SeverityCodeType </SeverityCode>
    <ShortMessage> string </ShortMessage>
  </Errors>
  <!-- ... more Errors nodes here ... -->
  <HardExpirationWarning> string </HardExpirationWarning>
  <Timestamp> dateTime </Timestamp>
  <Version> string </Version>
  <!-- Call-specific Output Fields -->
  <InventoryCountLastCalculatedDate> dateTime </InventoryCountLastCalculatedDate>
  <PaginationResult> PaginationResultType 
    <TotalNumberOfEntries> int </TotalNumberOfEntries>
    <TotalNumberOfPages> int </TotalNumberOfPages>
  </PaginationResult>
  <SellingManagerProduct> SellingManagerProductType 
    <SellingManagerProductDetails> SellingManagerProductDetailsType 
      <FolderID> long </FolderID>
      <Note> string </Note>
      <RestockAlert> boolean </RestockAlert>
      <RestockThreshold> int </RestockThreshold>
      <VendorInfo> SellingManagerVendorDetailsType 
        <VendorContactInfo> string </VendorContactInfo>
        <VendorName> string </VendorName>
      </VendorInfo>
    </SellingManagerProductDetails>
    <SellingManagerProductInventoryStatus> SellingManagerProductInventoryStatusType 
      <AverageSellingPrice> AmountType (double) </AverageSellingPrice>
      <QuantityActive> int </QuantityActive>
      <QuantityScheduled> int </QuantityScheduled>
      <QuantitySold> int </QuantitySold>
      <QuantityUnsold> int </QuantityUnsold>
      <SuccessPercent> float </SuccessPercent>
    </SellingManagerProductInventoryStatus>
    <SellingManagerProductSpecifics> SellingManagerProductSpecificsType 
      <ItemSpecifics> NameValueListArrayType 
        <NameValueList> NameValueListType 
          <Name> string </Name>
          <Value> string </Value>
          <!-- ... more Value nodes here ... -->
        </NameValueList>
        <!-- ... more NameValueList nodes here ... -->
      </ItemSpecifics>
      <PrimaryCategoryID> string </PrimaryCategoryID>
    </SellingManagerProductSpecifics>
    <SellingManagerTemplateDetailsArray> SellingManagerTemplateDetailsArrayType 
      <SellingManagerTemplateDetails> SellingManagerTemplateDetailsType 
        <SaleTemplateID> string </SaleTemplateID>
        <SaleTemplateName> string </SaleTemplateName>
        <SellingManagerProductDetails> SellingManagerProductDetailsType 
          <FolderID> long </FolderID>
          <Note> string </Note>
          <RestockAlert> boolean </RestockAlert>
          <RestockThreshold> int </RestockThreshold>
          <VendorInfo> SellingManagerVendorDetailsType 
            <VendorContactInfo> string </VendorContactInfo>
            <VendorName> string </VendorName>
          </VendorInfo>
        </SellingManagerProductDetails>
        <SuccessPercent> float </SuccessPercent>
        <Template> ItemType 
          <Variations> VariationsType 
            <Pictures> PicturesType 
              <VariationSpecificName> string </VariationSpecificName>
              <VariationSpecificPictureSet> VariationSpecificPictureSetType 
                <PictureURL> anyURI </PictureURL>
                <!-- ... more PictureURL nodes here ... -->
                <VariationSpecificValue> string </VariationSpecificValue>
              </VariationSpecificPictureSet>
              <!-- ... more VariationSpecificPictureSet nodes here ... -->
            </Pictures>
            <!-- ... more Pictures nodes here ... -->
            <Variation> VariationType 
              <Quantity> int </Quantity>
              <SellingManagerProductInventoryStatus> SellingManagerProductInventoryStatusType 
                <AverageSellingPrice> AmountType (double) </AverageSellingPrice>
                <QuantityActive> int </QuantityActive>
                <QuantityScheduled> int </QuantityScheduled>
                <QuantitySold> int </QuantitySold>
                <QuantityUnsold> int </QuantityUnsold>
                <SuccessPercent> float </SuccessPercent>
              </SellingManagerProductInventoryStatus>
              <SKU> SKUType (string) </SKU>
              <StartPrice> AmountType (double) </StartPrice>
              <VariationSpecifics> NameValueListArrayType 
                <NameValueList> NameValueListType 
                  <Name> string </Name>
                  <Value> string </Value>
                  <!-- ... more Value nodes here ... -->
                </NameValueList>
                <!-- ... more NameValueList nodes here ... -->
              </VariationSpecifics>
            </Variation>
            <!-- ... more Variation nodes here ... -->
            <VariationSpecificsSet> NameValueListArrayType 
              <NameValueList> NameValueListType 
                <Name> string </Name>
                <Value> string </Value>
                <!-- ... more Value nodes here ... -->
              </NameValueList>
              <!-- ... more NameValueList nodes here ... -->
            </VariationSpecificsSet>
          </Variations>
        </Template>
      </SellingManagerTemplateDetails>
      <!-- ... more SellingManagerTemplateDetails nodes here ... -->
    </SellingManagerTemplateDetailsArray>
  </SellingManagerProduct>
  <!-- ... more SellingManagerProduct nodes here ... -->
</GetSellingManagerInventoryResponse>
Return Value Type Occurrence Meaning
Standard Output Fields   [Jump to call-specific 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 In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned.

Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage 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, 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, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage 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.
Call-specific Output Fields
InventoryCountLastCalculatedDate dateTime Conditionally Returns the date the inventory counts were last calculated.
PaginationResult PaginationResultType Conditionally Contains the total number of pages (TotalNumberOfPages) and the total number of products entries (TotalNumberOfEntries) that can be returned on repeated calls with the same format and report criteria.
PaginationResult
  .TotalNumberOfEntries
int Conditionally Indicates the total number of entries that could be returned by repeated requests. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com). Returned with a value of 0 if no entries are available.
PaginationResult
  .TotalNumberOfPages
int Conditionally Indicates the total number of pages of data that could be returned by repeated requests. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com). Returned with a value of 0 if no pages are available.
SellingManagerProduct SellingManagerProductType Conditionally,
repeatable: [0..*]
Container for information about the requested products and templates.
SellingManagerProduct
  .SellingManagerProductDetails
SellingManagerProductDetailsType Conditionally Container for information about the product.
SellingManagerProduct
  .SellingManagerProductDetails
  .FolderID
long Conditionally ID of the inventory folder that contains the product. Value is initially returned in the AddSellingManagerInventoryFolder response.
SellingManagerProduct
  .SellingManagerProductDetails
  .Note
string Conditionally Seller's note about this product.
SellingManagerProduct
  .SellingManagerProductDetails
  .RestockAlert
boolean Conditionally Specifies whether a restock alert is triggered for the product or not.
SellingManagerProduct
  .SellingManagerProductDetails
  .RestockThreshold
int Conditionally Specifies the quantity at which a restock alert should be triggered.
SellingManagerProduct
  .SellingManagerProductDetails
  .VendorInfo
SellingManagerVendorDetailsType Conditionally Primary vendor information. Vendor information is returned only if it has been set.
SellingManagerProduct
  .SellingManagerProductDetails
  .VendorInfo.VendorContactInfo
string Conditionally Contact information of vendor. Vendor information s returned only if it has been set.
SellingManagerProduct
  .SellingManagerProductDetails
  .VendorInfo.VendorName
string Conditionally Primary vendor name. Vendor information s returned only if it has been set.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
SellingManagerProductInventoryStatusType Conditionally Container for statistics about the product.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .AverageSellingPrice
AmountType (double) Conditionally Average selling price for the product.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .QuantityActive
int Conditionally Quantity of products actively listed.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .QuantityScheduled
int Conditionally Quantity of products scheduled to be listed.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .QuantitySold
int Conditionally Quantity of products sold.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .QuantityUnsold
int Conditionally Quantity of product unsold.
SellingManagerProduct
  .SellingManagerProductInventoryStatus
  .SuccessPercent
float Conditionally Percentage of ended listings that sold.
SellingManagerProduct
  .SellingManagerProductSpecifics
SellingManagerProductSpecificsType Conditionally 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).
SellingManagerProduct
  .SellingManagerProductSpecifics
  .ItemSpecifics
NameValueListArrayType Conditionally A list of custom Item Specifics for the product. Custom Item Specifics give sellers a structured way to describe details of their items in a name-value format. For example, a book could have Item Specifics like Author=J.K. Rowling and Format=Hardcover. To determine which categories support custom Item Specifics, use GetCategoryFeatures.
SellingManagerProduct
  .SellingManagerProductSpecifics
  .ItemSpecifics.NameValueList
NameValueListType Conditionally,
repeatable: [0..*]
For the AddItem family of calls: Contains the name and value(s) for an Item Specific. Only required when the ItemSpecifics container is specified.

For the AddFixedPriceItem family of calls: The same NameValueList schema is used for the ItemSpecifics node, the VariationSpecifics node, and the VariationSpecifcsSet node.

If the listing has varations, any name that you use in the VariationSpecifics and VariationSpecificsSet nodes can't be used in the ItemSpecifics node.

When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics node.
b) Specify up to five VariationSpecifics in each Variation node.
c) Specify all applicable names with all their supported values in the VariationSpecificSet node.

See the Variation sample in the AddFixedPriceItem call reference for examples.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerProductSpecifics
  .ItemSpecifics.NameValueList
  .Name
string Conditionally A name in a name/value pair.

For the AddItem and AddFixedPriceItem families of calls: In the Item.ItemSpecifics context, this can be any name that the seller wants to use. However, to help buyers find items more easily, it is a good idea to try to use a recommended name when possible (see GetCategorySpecifics or GetItemRecommendations). You can't specify the same name twice within the same listing.

For the AddFixedPriceItem family of calls: In the VariationSpecifics context, this can be any name that the seller wants to use, unless the VariationsEnabled flag is false for the name in the GetCategorySpecifics response. For example, for some categories eBay may recommend that you only use "Brand" as a shared name at the Item level, not in variations.

For GetCategorySpecifics and GetItemRecommendations: This is a recommended (popular) name to use for items in the specified category (e.g., "Brand" might be recommended, not "Manufacturer").

For search calls: In the GetSearchResults response, this the name of an attribute (Attribute) that was used in the listing. Specifically: If SearchRequest was used to perform a "Product Finder" search, this contains the name of one attribute (i.e, the name of one ID-based Item Specifics field). If IncludeCondition was true in the request, this returns the condition attribute name (e.g., "Item Condition").

In the GetProducts response, this is an attribute name that is defined for a catalog product.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerProductSpecifics
  .ItemSpecifics.NameValueList
  .Value
string Conditionally,
repeatable: [0..*]
A value associated with the name.

For the AddItem family of calls: If you specify multiple values for Item Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

For the AddFixedPriceItem family of calls: If you specify multiple values for Item Specifics or Variation Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

In VariationSpecificSet, you typically specify multiple Value fields for each name. For example, if Name=Size, you would specify all size values that you wan to offer in the listing.

For GetCategorySpecifics and GetItemRecommendations: The most highly recommended values are returned first. For these calls, Value is only returned when recommended values are available.

For search calls: In the GetSearchResults response, if SearchRequest was used to perform a "Product Finder" search, this contains the value of one attribute. If IncludeCondition was true in the request, this returns the condition attribute value (e.g., "New").

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerProductSpecifics
  .PrimaryCategoryID
string Conditionally Category ID for a product with variations. Only applicable (and required on input) when Variations and/or ItemSpecifics is specified in the request or returned in a response.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
SellingManagerTemplateDetailsArrayType Conditionally Contains the list of the seller's templates contained in the product, one SellingManagerTemplateType object per template.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
SellingManagerTemplateDetailsType Conditionally,
repeatable: [0..*]
Selling Manager template details.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SaleTemplateID
string Always ID of the template.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SaleTemplateName
string Always Name of the template.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
SellingManagerProductDetailsType Always The details of the product that this template belongs to.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .FolderID
long Conditionally ID of the inventory folder that contains the product. Value is initially returned in the AddSellingManagerInventoryFolder response.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .Note
string Conditionally Seller's note about this product.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .RestockAlert
boolean Conditionally Specifies whether a restock alert is triggered for the product or not.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .RestockThreshold
int Conditionally Specifies the quantity at which a restock alert should be triggered.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .VendorInfo
SellingManagerVendorDetailsType Conditionally Primary vendor information. Vendor information is returned only if it has been set.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .VendorInfo.VendorContactInfo
string Conditionally Contact information of vendor. Vendor information s returned only if it has been set.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SellingManagerProductDetails
  .VendorInfo.VendorName
string Conditionally Primary vendor name. Vendor information s returned only if it has been set.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .SuccessPercent
float Always Success ratio.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template
ItemType Always ItemType object that contains the data for the specified template.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations
VariationsType Conditionally Variations are multiple similar (but not identical) items in a single fixed-price listing. For example, a T-shirt listing could contain multiple items of the same brand that vary by color and size (like "Blue, Large" and "Black, Medium"). Each variation specifies a combination of one of these colors and sizes. Each variation can have a different quantity and price. You can buy multiple items from one variation at the same time. (That is, one transaction can contain multiple items from a single variation.)

For ReviseFixedPriceItem and RelistFixedPriceItem: Once a listing has been submitted with variations, you can't delete all the variations when you revise or relist the listing (because it would be considered a different listing). You also can't add or change variation specifics (because they are unique identifiers). However, you can delete or replace individual variations as needed to match your current inventory. If a variation has no transactions, use the Variation.Delete field to delete the variation. If it has inventory, set the Quantity to 0.

As a best practice, if you want to revise multiple variations in the same listing at the same time (i.e, within a very short period), use a single ReviseFixedPriceItem request and include all the variation revisions in the same request. If your application design requires you to revise each variation individually, then avoid using multiple parallel threads. Instead, use a serial, synchronous process. That is, wait until each revision has been processed by eBay before submitting the next revision request for another variation in the same listing.

For GetItem and related calls Only returned when a listing has variations.

For GetSellerList: Only returned when a listing has variations, IncludeVariations was set to true in the request, the DetailLevel was set to ReturnAll, and an applicable pagination value and time range were specified.

For GetItemTransactions Only returned in Item when a listing has variations and IncludeVariations was set to true in the request. (Also see Variation returned in Transaction for information about which variation was actually purchased.)

See Multi-Variation Listings.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Pictures
PicturesType Conditionally,
repeatable: [0..1]
Contains a set of pictures that correspond to one of the variation specifics, such as Color. For example, if a listing has blue and black color variations, you could choose Color for all the pictures, and then include a set of pictures for the blue variations and another set of pictures for the black variations.

We strongly recommend that you also include shared pictures in Item.PictureDetails, as this results in a better experience for buyers.

For ReviseFixedPriceItem only: To replace or delete individual pictures, pass in the entire Pictures node with the complete set of variation pictures that you want in the listing. If the applicable variations have purchases or the listing ends in less than 12 hours, you can add pictures, but you can't remove existing pictures.

Note: Only one Pictures node is allowed for a listing. However, the node has been defined as unbounded (repeatable) in the schema to allow for different use cases for some calls or sites in the future.

See Defining Pictures for Variations.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Pictures
  .VariationSpecificName
string Conditionally One aspect of the variations that will be illustrated in the pictures for all variations. For example, if each variation is visually distinguished by color and the pictures show the different colors available, then specify "Color" as the name. The name must match one of the names specified in the variation specifics. Required when variation pictures are present.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Pictures
  .VariationSpecificPictureSet
VariationSpecificPictureSetType Conditionally,
repeatable: [0..*]
One or more pictures that help buyers distinguish the Variations. Multiple picture sets can be specified. For example, suppose a listing contains blue and black color variations, and VariationSpecificName=Color. In this case, one picture set could contain pictures of the blue shirts (e.g., front view, back view, and close-up of a trim detail), and another picture set could contain pictures of the black shirts.

At least one picture set is required if the Pictures node is present in the request. You are not required to provide pictures for all values that correspond to the variation specific name. For example, a listing could have pictures depicting the blue and black color variations, but not the pink variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Pictures
  .VariationSpecificPictureSet
  .PictureURL
anyURI Conditionally,
repeatable: [0..*]
The URL of a picture that is associated with VariationSpecificValue. Images can be hosted by eBay Picture Services (EPS) or they can be self-hosted, but you can't mix the two. (That is, pictures in PictureDetails and VariationSpecificPictureSet need to either all be hosted by EPS, or all self-hosted.) If specified, this cannot have an empty/null value. To specify multiple pictures, send each URL in a separate, adjacent PictureURL field.

The first PictureURL is also used as the gallery picture for applicable variations. For example, if the picture set contains pictures of red shirts (i.e., VariationSpecificName=Color and VariationSpecificValue=Red), the first picture is used as the gallery picture for all the red shirt variations.

You can use Item.PictureDetails to specify additional pictures. For example, the item-level pictures could include a model wearing a black shirt, as a typical example of the shirt style.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Pictures
  .VariationSpecificPictureSet
  .VariationSpecificValue
string Conditionally A value that is associated with VariationSpecificName. For example, suppose this set of pictures is showing blue shirts, and some of the variations include Color=Blue in their variation specifics. If VariationSpecificName is "Color", then VariationSpecificValue would be "Blue".
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
VariationType Conditionally,
repeatable: [0..*]
Contains data that distinguishes one variation from another. For example, if the items vary by color and size, each Variation node specifies a combination of one of those colors and sizes.

When listing or relisting an item, you are allowed to create a listing with only one variation if you plan to add more variations to it in the future. However, if you don't plan to add other variations, we recommend that you avoid listing with only one variation, so that you avoid confusing buyers.

When you modify a variation, it's safest to specify all the fields with the values you want in the listing. At a minimum, StartPrice and VariationSpecifics are required to modify an existing variation. If you omit SKU, the existing SKU (if any) is deleted from the variation. If you omit Quantity, it is set to 0.

See Multi-Variation Listings.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .Quantity
int Conditionally For AddFixedPriceItem and related calls: On input, this should be the number of items available for sale that are associated with this variation. If you set Quantity to zero when you create a new listing (or relist), the variation is dropped from the listing.

For GetItem and related calls: On output, this is the total number of items associated with the variation (including the quantity sold). To calculate the quantity available for sale, subtract QuantitySold from this value.

For ReviseFixedPriceItem: You can revise a variation's quantity at any time, even if it has purchases. However, at least one variation must remain with a non-zero quantity in order for the listing to remain active. When you modify a variation during revise or relist, you need to include both its StartPrice and Quantity. If you revise the Quantity value for a variation after items have already sold, specify the quantity available for sale. (eBay will automatically add the quantity sold to the value you specify.) If you set the quantity to 0 and the variation has no purchases, the variation may be dropped from the listing.

For GetSellerTransactions: See Item.Quantity instead.

See the Trading API Guide for more details about setting and modifying a variation's quantity.

See Setting and Modifying a Variation's Quantity.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
SellingManagerProductInventoryStatusType Conditionally Container for statistics about the Selling Manager product that is associated with this variation.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .AverageSellingPrice
AmountType (double) Conditionally Average selling price for the product.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .QuantityActive
int Conditionally Quantity of products actively listed.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .QuantityScheduled
int Conditionally Quantity of products scheduled to be listed.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .QuantitySold
int Conditionally Quantity of products sold.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .QuantityUnsold
int Conditionally Quantity of product unsold.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SellingManagerProductInventoryStatus
  .SuccessPercent
float Conditionally Percentage of ended listings that sold.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .SKU
SKUType (string) Conditionally A SKU (stock keeping unit) is an identifier defined by a seller. It is only intended for the seller's use (not for buyers). Many sellers assign a SKU to an item of a specific type, size, and color. For the seller's convenience, eBay preserves the SKU on the variation, and also on corresponding transactions. This enables you (as a seller) use the SKU to reconcile your eBay inventory with your own inventory system instead of using the variation specifics. It is a good idea to track how many items of each type, size, and color are selling so that you can restock your shelves or update the variation quantity on eBay according to customer demand. (eBay does not use the SKU.)

If specified, all SKU values must be unique within the Variations node. That is, no two variations within the same listing can have the same SKU.

If you set Item.InventoryTrackingMethod to true, the variation SKU values are required and they must be unique across all the seller's active listings.

Only returned if the seller specified a SKU for the variation.
Max length: 70.

See Setting the Variation SKU.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .StartPrice
AmountType (double) Conditionally The fixed price of all items identified by this variation. For example, a "Blue, Large" variation price could be USD 10.00, and a "Black, Medium" variation price could be USD 5.00.

Each variation requires its own price, and the prices can be different for each variation. This enables sellers to provide discounts on certain variations without affecting the price of others. Required (and always returned) for listings with variations.

You can revise a variation's price at any time (even if it has purchases). When you modify a variation during revise or relist, you need to include both its StartPrice and Quantity.

See Setting the Variation Price.

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .VariationSpecifics
NameValueListArrayType Conditionally A list of name/value pairs that uniquely identify the variation within the listing. All variations must specify the same set of names, and each variation must provide a unique combination of values for those names. For example, if the items vary by color and size, then every variation must specify Color and Size as names, and no two variations can specify the same combination of color and size values.

When you revise a listing that includes variations, you can't add or change names or values in variation specifics (because the set of variation specifics serves as a unique identifier). However, you can delete or replace individual variations as needed to match your current inventory. Use the Variation.Delete field to delete a variation that has no sales (transactions). If the variation has sales, then set the Quantity to 0.

For GetSellerEvents To keep the GetSellerEvents response smaller, variation specifics are not returned if the variation has a SKU. If the variation has no SKU, then variation specifics are returned instead. Optionally, you can pass IncludeVariationSpecifics as true in the request to force variation specifics to be returned, even when the SKU is returned.

See:
    Setting Item Specifics for Variations
    Revising and Relisting with Variations

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .VariationSpecifics
  .NameValueList
NameValueListType Conditionally,
repeatable: [0..*]
For the AddItem family of calls: Contains the name and value(s) for an Item Specific. Only required when the ItemSpecifics container is specified.

For the AddFixedPriceItem family of calls: The same NameValueList schema is used for the ItemSpecifics node, the VariationSpecifics node, and the VariationSpecifcsSet node.

If the listing has varations, any name that you use in the VariationSpecifics and VariationSpecificsSet nodes can't be used in the ItemSpecifics node.

When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics node.
b) Specify up to five VariationSpecifics in each Variation node.
c) Specify all applicable names with all their supported values in the VariationSpecificSet node.

See the Variation sample in the AddFixedPriceItem call reference for examples.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .VariationSpecifics
  .NameValueList.Name
string Conditionally A name in a name/value pair.

For the AddItem and AddFixedPriceItem families of calls: In the Item.ItemSpecifics context, this can be any name that the seller wants to use. However, to help buyers find items more easily, it is a good idea to try to use a recommended name when possible (see GetCategorySpecifics or GetItemRecommendations). You can't specify the same name twice within the same listing.

For the AddFixedPriceItem family of calls: In the VariationSpecifics context, this can be any name that the seller wants to use, unless the VariationsEnabled flag is false for the name in the GetCategorySpecifics response. For example, for some categories eBay may recommend that you only use "Brand" as a shared name at the Item level, not in variations.

For GetCategorySpecifics and GetItemRecommendations: This is a recommended (popular) name to use for items in the specified category (e.g., "Brand" might be recommended, not "Manufacturer").

For search calls: In the GetSearchResults response, this the name of an attribute (Attribute) that was used in the listing. Specifically: If SearchRequest was used to perform a "Product Finder" search, this contains the name of one attribute (i.e, the name of one ID-based Item Specifics field). If IncludeCondition was true in the request, this returns the condition attribute name (e.g., "Item Condition").

In the GetProducts response, this is an attribute name that is defined for a catalog product.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations.Variation
  .VariationSpecifics
  .NameValueList.Value
string Conditionally,
repeatable: [0..*]
A value associated with the name.

For the AddItem family of calls: If you specify multiple values for Item Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

For the AddFixedPriceItem family of calls: If you specify multiple values for Item Specifics or Variation Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

In VariationSpecificSet, you typically specify multiple Value fields for each name. For example, if Name=Size, you would specify all size values that you wan to offer in the listing.

For GetCategorySpecifics and GetItemRecommendations: The most highly recommended values are returned first. For these calls, Value is only returned when recommended values are available.

For search calls: In the GetSearchResults response, if SearchRequest was used to perform a "Product Finder" search, this contains the value of one attribute. If IncludeCondition was true in the request, this returns the condition attribute value (e.g., "New").

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations
  .VariationSpecificsSet
NameValueListArrayType Conditionally The set of all variation names and values that can be applicable to the listing (at any time in its life cycle). This must include (but is not limited to) all names and values specified in the VariationSpecifics nodes.

This set configures variation selection widgets that appear on eBay's View Item page. For example, if you specify Color and Size names in the set, eBay's View Item page displays Color and Size drop-down lists to enable a buyer to choose a variation of interest.

The order in which you specify the names and values also controls the order in which the selection widgets appear on the View Item page. For example, if you specify "Color", then "Size", and then "Sleeve Style" as names, the View Item page shows drop-down lists with those labels in that order. For "Size", if you specify "S", "M", and "L" as values, the View Item page shows the values in that order in the Size drop-down list.

Use GetCategorySpecifics to retrieve recommendations for names, values, and order.

Required when Variations are specified in a new listing (e.g., in AddFixedPriceItem).

See Configuring Variation-Selection Widgets for Buyers (View Item).

SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations
  .VariationSpecificsSet
  .NameValueList
NameValueListType Conditionally,
repeatable: [0..*]
For the AddItem family of calls: Contains the name and value(s) for an Item Specific. Only required when the ItemSpecifics container is specified.

For the AddFixedPriceItem family of calls: The same NameValueList schema is used for the ItemSpecifics node, the VariationSpecifics node, and the VariationSpecifcsSet node.

If the listing has varations, any name that you use in the VariationSpecifics and VariationSpecificsSet nodes can't be used in the ItemSpecifics node.

When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics node.
b) Specify up to five VariationSpecifics in each Variation node.
c) Specify all applicable names with all their supported values in the VariationSpecificSet node.

See the Variation sample in the AddFixedPriceItem call reference for examples.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations
  .VariationSpecificsSet
  .NameValueList.Name
string Conditionally A name in a name/value pair.

For the AddItem and AddFixedPriceItem families of calls: In the Item.ItemSpecifics context, this can be any name that the seller wants to use. However, to help buyers find items more easily, it is a good idea to try to use a recommended name when possible (see GetCategorySpecifics or GetItemRecommendations). You can't specify the same name twice within the same listing.

For the AddFixedPriceItem family of calls: In the VariationSpecifics context, this can be any name that the seller wants to use, unless the VariationsEnabled flag is false for the name in the GetCategorySpecifics response. For example, for some categories eBay may recommend that you only use "Brand" as a shared name at the Item level, not in variations.

For GetCategorySpecifics and GetItemRecommendations: This is a recommended (popular) name to use for items in the specified category (e.g., "Brand" might be recommended, not "Manufacturer").

For search calls: In the GetSearchResults response, this the name of an attribute (Attribute) that was used in the listing. Specifically: If SearchRequest was used to perform a "Product Finder" search, this contains the name of one attribute (i.e, the name of one ID-based Item Specifics field). If IncludeCondition was true in the request, this returns the condition attribute name (e.g., "Item Condition").

In the GetProducts response, this is an attribute name that is defined for a catalog product.

For PlaceOffer: Required if the item being purchased includes Item Variations.
SellingManagerProduct
  .SellingManagerTemplateDetailsArray
  .SellingManagerTemplateDetails
  .Template.Variations
  .VariationSpecificsSet
  .NameValueList.Value
string Conditionally,
repeatable: [0..*]
A value associated with the name.

For the AddItem family of calls: If you specify multiple values for Item Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

For the AddFixedPriceItem family of calls: If you specify multiple values for Item Specifics or Variation Specifics, eBay only stores the first one, unless GetCategorySpecifics or GetItemRecommendations indicates that the corresponding name supports multiple values.

In VariationSpecificSet, you typically specify multiple Value fields for each name. For example, if Name=Size, you would specify all size values that you wan to offer in the listing.

For GetCategorySpecifics and GetItemRecommendations: The most highly recommended values are returned first. For these calls, Value is only returned when recommended values are available.

For search calls: In the GetSearchResults response, if SearchRequest was used to perform a "Product Finder" search, this contains the value of one attribute. If IncludeCondition was true in the request, this returns the condition attribute value (e.g., "New").

For PlaceOffer: Required if the item being purchased includes Item Variations.



Back to top

GetSellingManagerInventory 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

GetSellingManagerInventory 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 Selling Manager inventory.

Description

User magicalbookseller needs a list of current inventory in Selling Manager. She makes a call to GetSellingManagerInventory and provides her user credentials.

Input

The fields in the following GetSellingManagerInventory request sample are the basic input requesting a list of current inventory in Selling Manager.

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

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

Output

The response includes a list of inventory and the Ack indicating success or failure of the call.

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

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerInventoryResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <Timestamp>2009-03-20T19:32:30.229Z</Timestamp>
  <Ack>Success</Ack>
  <Version>609</Version>
  <Build>e609_core_Bundled_8177180_R1</Build>
  <InventoryCountLastCalculatedDate>2009-03-06T12:32:26.000Z</InventoryCountLastCalculatedDate>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Final Product</ProductName>
      <ProductID>432576</ProductID>
      <CustomLabel>4646455</CustomLabel>
      <QuantityAvailable>100</QuantityAvailable>
      <UnitCost currencyID="USD">10.0</UnitCost>
      <FolderID>32499</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>95121</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>EPS Product</ProductName>
      <ProductID>581292</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37699</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>110857</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>595231</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112281</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>595234</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112282</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>595503</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112289</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596001</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112341</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596794</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112483</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596799</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112484</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596807</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112485</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596840</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112487</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>596878</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112488</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>597031</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112564</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>597032</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112565</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>597392</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>112601</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>600313</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>113076</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>610632</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114155</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>610686</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114156</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>611163</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114212</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>611373</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114213</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>611436</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114214</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>613247</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114225</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>620844</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114563</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>620846</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114564</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>620875</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114565</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>625403</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>114905</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>627815</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>115152</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>641049</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>115705</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>649472</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116214</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>650309</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116223</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>654176</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116451</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>654205</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116453</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>654263</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116456</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>654271</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116457</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>658047</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116539</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>662475</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116857</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>663496</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>116996</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>671222</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>117404</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>673243</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>117689</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>676717</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>117899</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>676849</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>117902</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>677238</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>117919</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>684819</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>118281</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>694952</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>121178</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>700629</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>125808</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>701917</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>126882</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>702380</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>127246</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>707460</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>130192</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>708094</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>130253</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>708102</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>130255</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <SellingManagerProduct>
    <SellingManagerProductDetails>
      <ProductName>Flowers</ProductName>
      <ProductID>708107</ProductID>
      <QuantityAvailable>10</QuantityAvailable>
      <UnitCost currencyID="USD">1.99</UnitCost>
      <FolderID>37911</FolderID>
    </SellingManagerProductDetails>
    <SellingManagerTemplateDetailsArray>
      <SellingManagerTemplateDetails>
        <SaleTemplateID>130256</SaleTemplateID>
      </SellingManagerTemplateDetails>
    </SellingManagerTemplateDetailsArray>
    <SellingManagerProductInventoryStatus>
      <QuantityScheduled>0</QuantityScheduled>
      <QuantityActive>0</QuantityActive>
      <QuantitySold>0</QuantitySold>
      <QuantityUnsold>0</QuantityUnsold>
    </SellingManagerProductInventoryStatus>
  </SellingManagerProduct>
  <PaginationResult>
    <TotalNumberOfPages>572</TotalNumberOfPages>
    <TotalNumberOfEntries>28586</TotalNumberOfEntries>
  </PaginationResult>
</GetSellingManagerInventoryResponse>



Back to top

GetSellingManagerInventory Change History
Version Description
629
2009-08-05
  • PageNumber (doc change): The Call Reference did not list Pagination.PageNumber as an input element; this has been fixed. In addition, an issue was resolved that prohibited the specification of PageNumber without also specifying EntriesPerPage. You can now specify either PageNumber or EntriesPerPage, or both.
615
2008-04-29
  • SellingManagerProductSpecifics (added): New node for describing variations in a multi-variation product, item specifics, and a primary category ID.
  • Variations (added): New node for describing variations in a multi-variation listing.
589
2008-10-29
  • (added) New call.



Back to top

User-Contributed Notes
   
 
 
 

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 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.