Returns appropriate shipping cost for given shipping option and weight.
            
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- shippingId
 - Type: 
System Int32
Id of the shipping option 
- weight
 - Type: 
System Double
Weight of delivery 
Return Value
Type: ShippingCostInfoSee Also