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. |
| item * | InventoryItemSubmit[] | Array of Inventory Items NOTE: Limited to a MAX of 100 Items at a time. |
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