This enumeration type calculates all valid handling discount rule types that govern how combined order handling costs are applied.
Type that uses CombinedShippingRuleTypeHandlingEnum
Calls that use CombinedShippingRuleTypeHandlingEnum
Enumerations
COMBINED_HANDLING_FEE
Applies a single handling fee for the entire combined order instead of charging per item.
EACH_ADDITIONAL_AMOUNT
Adds a fixed extra handling fee for each additional item included in the order.
EACH_ADDITIONAL_AMOUNT_OFF
Applies a percentage-based discount to the handling fee for each additional item.
INDIVIDUAL_HANDLING_FEE
Calculates handling fees separately for each item rather than using one combined fee.