Skip to main content

An enum that specifies the how a shipping rate is calculated.

Type that uses ShippingRateCalculationEnum

RateTableDetails

Call that uses ShippingRateCalculationEnum

Enumerations

Value
Description
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.