The VerifyStoreProduct function verifies a store product record against the available business rules.
Method | /VerifyStoreProduct |
The request body is of type VerifyStoreProduct.
Name | Description | Data Type |
---|---|---|
storeProduct | StoreProductInfo | |
isAddingRecord | xml:boolean |
The response body is of type VerifyStoreProductResponse.
Name | Description | Data Type |
---|---|---|
VerifyStoreProductResult | ArrayOfVerifyExceptionInfo |
|