| 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
)
Public Overrides Function CalculateShippingFee (
order As Order
) As PriceRaw
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order.
Return Value
Type:
PriceRawReturns shipping fee for the specified order
See Also