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