Click or drag to resize
ShippingCostInfoProviderGetShippingCosts Method (Int32)
Returns dataset of shipping costs for all weight categories in given shipping option. Result is ordered by min weight.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ShippingCostInfo> GetShippingCosts(
	int shippingOptionId
)

Parameters

shippingOptionId
Type: SystemInt32
Id of the shipping option

Return Value

Type: ObjectQueryShippingCostInfo
See Also