Dashboard > ChannelAdvisor Developer Network > ... > Inventory Service Methods > SynchInventoryItemList
Log In   View a printable version of the current page.
SynchInventoryItemList
Added by Andy Berryman, last edited by Marshall McClure on Feb 17, 2012  (view change)
Labels: 
(None)


Overview

Add/Update an array of inventory items.

Request

Field Name
Data Type Description
accountID * string
A unique identifier representing the ChannelAdvisor account you wish to access.
itemList * InventoryItemSubmit[] Array of inventory items
 
NOTE: Limited to a maximum of 1000 items at a time,
but it is recommended to submit smaller batches.
Response times will vary based on batch size and current system load.
Larger batches will require an extended timeout limit on the client-side application.

Response

Field Name
Data Type Description
SynchInventoryItemResult APIResult<SynchInventoryItemResponse[]>
If the sync 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 SynchInventoryItemResponse 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
  • A client-side timeout limit of sixty seconds or greater is recommended for SynchInventoryItemList.

References

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