Click or drag to resize
ShippingCostInfoProviderGetShippingCostInfo Method (Int32, Double)
Returns appropriate shipping cost for given shipping option and weight.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShippingCostInfo GetShippingCostInfo(
	int shippingId,
	double weight
)

Parameters

shippingId
Type: SystemInt32
Id of the shipping option
weight
Type: SystemDouble
Weight of delivery

Return Value

Type: ShippingCostInfo
See Also