Click or drag to resize
ProductPricingService Class
Service providing product prices retrieval.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceProductPricingService

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class ProductPricingService : IProductPricingService

The ProductPricingService type exposes the following members.

Constructors
  NameDescription
Public methodProductPricingService
Creates a new instance of the ProductPricingService.
Top
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