ShippingCostInfoProviderGetShippingCostInfo Method (Int32, Double) |
Returns appropriate shipping cost for given shipping option and weight.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax 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:
ShippingCostInfoSee Also