Click or drag to resize
IProductDiscountService Interface
Service providing calculation of discounts related to product units.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface IProductDiscountService

The IProductDiscountService type exposes the following members.

Methods
  NameDescription
Public methodGetProductDiscounts
Returns the discount application summary for the given sku product.
Top
Remarks
The calculation processes Catalog discounts and Volume discounts.
See Also