Click or drag to resize

LiveShippingFeeProviderCalculateShippingFee Method

Calculate shipping fee for the specified order.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public override PriceRaw CalculateShippingFee(
	Order order
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
The order.

Return Value

Type: PriceRaw
Returns shipping fee for the specified order
See Also