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


Overview

Update the Quantity and Price values 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.
itemQuantityAndPriceList * InventoryItemQuantityAndPrice[] Array of Inventory Items  
 
NOTE: Limited to a MAX of 500 Items at a time.

Response

Field Name
Data Type Description
UpdateInventoryItemQuantityAndPriceListResult APIResult<UpdateInventoryItemResponse[]>
If the update operation for at least 1 of the specified SKUs was successful, then the Status property of the return object will be set to Success, otherwise it will be set to Failure.  The collection of UpdateInventoryItemResponse objects in the ResultData property will contain the results for each sync request.

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

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