Click or drag to resize
IProductPricingService Interface
Service providing product prices retrieval.

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

The IProductPricingService type exposes the following members.

Methods
  NameDescription
Public methodGetPrices
Calculates the price of the given sku with the specified product options configuration. Returned prices are in the specified Currency.
Top
Remarks
Prices are calculated using the PriceParameters parameters.
See Also