An enum that specifies the how a shipping rate is calculated.
Type that uses ShippingRateCalculationEnum
Call that uses ShippingRateCalculationEnum
Enumerations
ITEM
Calculated shipping cost is based on the total number of items being shipped.
WEIGHT
Calculated shipping cost is based on the total weight of the item(s) being shipped.
SURCHARGE
Calculated shipping cost includes an additional flat fee added to the base shippingCost for the item(s) being shipped.