IProductPricingServiceGetPrices Method |
Calculates the price of the given
sku with the specified product
options configuration.
Returned prices are in the specified
Currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | sku or priceParams is null. |
Remarks StandardPrice represents base price including
options configuration.
Price represents final price with applied discounts.
AppliedDiscounts collection contains applied discounts with respective discount values.
See Also