| ShippingCostInfoProviderGetShippingCostsInternal Method  | 
            Returns dataset of shipping costs for all weight categories in given shipping option. Result is ordered by min weight descending (from heaviest).
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxprotected virtual ObjectQuery<ShippingCostInfo> GetShippingCostsInternal(
	int shippingOptionId
)
Parameters
- shippingOptionId
 - Type: SystemInt32
Id of the shipping option 
Return Value
Type: 
ObjectQueryShippingCostInfo
See Also