The GetProductActiveDiscountInfo function returns the DiscountProductInfo object with discount information for the given product
Method | /GetProductActiveDiscountInfo |
The request body is of type GetProductActiveDiscountInfo.
Name | Description | Data Type |
---|---|---|
product | ViewProductInfo | |
countryId | xml:int | |
storeId | xml:int | |
isAlsoReturnAmounts | xml:boolean |
The response body is of type GetProductActiveDiscountInfoResponse.
Name | Description | Data Type |
---|---|---|
GetProductActiveDiscountInfoResult | DiscountProductInfo |
|