The VerifyProductList function verifies a productList record against the available business rules.
| Method | /productbasecomponents.asmx/VerifyProductList |
The request body is of type VerifyProductList.
| Name | Description | Data Type |
|---|---|---|
| productList | ProductListInfo | |
| isAddingRecord | xml:boolean |

![]() |
|
The response body is of type VerifyProductListResponse.
| Name | Description | Data Type |
|---|---|---|
| VerifyProductListResult | ArrayOfVerifyExceptionInfo |

![]() |
|