Enum ShippingCalculationResultType
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
The enum ShippingCalculationResultType represents shipping result calculation types enumeration.
public enum ShippingCalculationResultType
Fields
FeeProvider = 3If the fee has been calculated by a fee provider
FreeFee = 1If the order total is over the shippingmethod free fee threshold
Matrix = 5If the fee comes from a lookup on the fee matrix on the shipping method
PriceOverMaxWeight = 4If the fee comes from orders with a weight total over the threshold specificed on the shipping method
ShippingProvider = 2If the fee has been calculated by a shipping provider
Unknown = 0Unknown source of shipping fee calculation. Default.