Dashboard > ChannelAdvisor Developer Network > ... > Inventory Service Methods > GetInventoryItemList
Log In   View a printable version of the current page.
GetInventoryItemList
Added by Andy Berryman, last edited by Andy Berryman on Sep 07, 2007  (view change)
Labels: 
(None)


Overview

Retrieve the basic details for a list of inventory items.

Request

Field Name
Data Type Description
accountID * string
A unique identifier representing the ChannelAdvisor account you wish to access.
skuList * string[] Array of SKUs
 
NOTE: Limited to a MAX of 100 SKUs at a time.

Response

Field Name
Data Type Description
GetInventoryItemListResult APIResult<InventoryItemResponse[]>
If the Status property of the return object is set to Success, then the ResultData property will be set to an array of objects containing the basic detail information for the specified Sku(s).

Notes

  • * Indicates a REQUIRED Field ... Fields that are NOT required may be set to a null value or left out of a manually built SOAP packet 
  • For each InventoryItemResponse object in the result ...
    • The QuantityInfo property WILL be populated but the only quantity value it will contain is Available
    • The ClassificationInfo property WILL be populated IF the item has been assigned to a Classification ... However, the AttributeList property of the ClassificationInfo object WILL NOT be populated
    • The VariationInfo property WILL NOT be populated ... This may be retrieved using the GetInventoryItemVariationInfo method
    • The StoreInfo property WILL NOT be populated ... This may be retrieved using the GetInventoryItemStoreInfo method
    • The ImageList property WILL NOT be populated ... This may be retrieved using the GetInventoryItemImageList method
    • The ShippingInfo WILL NOT be populated ... ON THE ROADMAP!

References

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators