Overview
Retrieve whether or not a list of SKUs exist
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID * | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| skuList * | string[] | Array of SKUs NOTE: Limited to a MAX of 500 SKUs at a time. |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| DoesSkuExistListResult | APIResult<DoesSkuExistResponse[]> |
If the Status property of the return object is set to Success, then the ResultData property will be set to an array of objects containing the existance information for the specified Sku(s). |
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