Overview
Contains ChannelAdvisor Store information for an inventory item.
Fields
| Field Name |
Data Type | Description | Notes / Constraints |
|---|---|---|---|
| DisplayInStore | boolean | Specifies whether or not the item is currently available in the Store (if Active) | |
| Title | string | ||
| Description | string | ||
| CategoryID | int | Specifies the Store Category that the item is assigned to in the Store (if Active) | Will FAIL if the specified Category does NOT exist |
Notes:
- As part of InventoryItemSubmit object:
- * 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
- For NEW Inventory Items:
- Any Field that is set to a null value or left out of a manually built SOAP packet will receive a default value
- For EXISTING Inventory Items:
- Any Field that is set to a null value or left out of a manually built SOAP packet will NOT be modified from its current value