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
- FULL quantity details can be retrieved by using the GetInventoryItemQuantityInfo method
- 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 Classification Attributes may be retrieved by using the GetInventoryItemClassificationAttributeList method
- 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!
- The QuantityInfo property WILL be populated but the only quantity value it will contain is Available