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


Overview

The InventoryService provides methods to manipulate inventory in a <nop>ChannelAdvisor account.

Request

Field Name
Data Type Description
accountID * string
Your Merchant Account ID
skuList * string[] Array of inventory items to get quantity for
 
NOTE: Limited to a MAX of 100 SKUs at a time.

Response

Field Name
Data Type Description
GetInventoryQuantityListResult APIResult<InventoryQuantityResponse[]>
If the Status property of the return object is set to Success, then the ResultData property will contain an Array of objects containing the Available quantity values for the specified Skus.

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

References

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