Click or drag to resize
IShippingPriceServiceGetShippingPrice Method
Calculates the price of the ShippingOption in the Currency including all discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
ShippingPrices GetShippingPrice(
	CalculatorData data,
	decimal orderAmount
)

Parameters

data
Type: CMS.EcommerceCalculatorData
Calculation data.
orderAmount
Type: SystemDecimal
Actual order amount for evaluation of the shipping discounts.

Return Value

Type: ShippingPrices
See Also