Click or drag to resize
ShippingCostInfoProviderGetShippingCosts Method
Returns the query for all shipping costs.

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

Return Value

Type: ObjectQueryShippingCostInfo
See Also