Overview
The InventoryService provides methods to manipulate inventory in a <nop>ChannelAdvisor account.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID * | string |
Your Merchant Account ID |
| skuList * | string[] | Array of inventory items to get quantity for NOTE: Limited to a MAX of 100 SKUs at a time. |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| GetInventoryQuantityListResult | APIResult<InventoryQuantityResponse[]> |
If the Status property of the return object is set to Success, then the ResultData property will contain an Array of objects containing the Available quantity values for the specified Skus. |
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