Click or drag to resize
IShippingPriceService Interface
Service providing shipping price calculation.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface IShippingPriceService

The IShippingPriceService type exposes the following members.

Methods
  NameDescription
Public methodGetShippingPrice
Calculates the price of the ShippingOption in the Currency including all discounts.
Top
See Also