Overview
Add/Update a single inventory item.
Request
Field Name |
Data Type |
Description |
| accountID * |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| item * |
InventoryItemSubmit |
Inventory item data. |
Response
Field Name |
Data Type |
Description |
| SynchInventoryItemResult |
APIResult<boolean> |
If the Status property of the return object is set to Success, then the ResultData property will be set to True of the synchronization operation succeeded and False otherwise. |
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