Click or drag to resize
IShippingPriceCalculator Interface
Interface for classes providing shipping price calculation.

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

The IShippingPriceCalculator type exposes the following members.

Methods
  NameDescription
Public methodGetPrice
Calculates shipping costs of delivering the delivery.
Top
See Also