IShippingCalculator
public interface IShippingCalculator
Namespace
Methods
CalculateShippingMethodPrice (1 of 2)
public Price CalculateShippingMethodPrice(ShippingMethodReadOnly shippingMethod, Guid currencyId,
Guid countryId, Guid? regionId, TaxRate taxRate)
CalculateShippingMethodPrice (2 of 2)
public Price CalculateShippingMethodPrice(ShippingMethodReadOnly shippingMethod, Guid currencyId,
Guid countryId, Guid? regionId, TaxRate taxRate, ShippingCalculatorContext context)
CalculateShippingMethodTaxRate (1 of 2)
public TaxRate CalculateShippingMethodTaxRate(ShippingMethodReadOnly shippingMethod,
TaxSource taxSource, TaxRate fallbackTaxRate)
CalculateShippingMethodTaxRate (2 of 2)
public TaxRate CalculateShippingMethodTaxRate(ShippingMethodReadOnly shippingMethod,
TaxSource taxSource, TaxRate fallbackTaxRate, ShippingCalculatorContext context)