This enumeration type defines the available types of combined-shipping rules, such as weight-based, cost-based, or flat-rate discount models.
Types that use CombinedShippingRuleTypeEnum
CalculatedShippingRuleTypeFlatShippingRuleTypePromotionalShippingRuleType
Calls that use CombinedShippingRuleTypeEnum
Enumerations
COMBINED_ITEM_WEIGHT
Applies a combined shipping discount based on the total weight of all items in the order.
EACH_ADDITIONAL_AMOUNT
Adds a fixed extra shipping charge for each additional item included in the order.
EACH_ADDITIONAL_AMOUNT_OFF
Applies a fixed monetary discount off the total shipping cost for every additional item.
EACH_ADDITIONAL_PERCENT_OFF
Applies a percentage-based reduction to the shipping cost for each additional item.
INDIVIDUAL_ITEM_WEIGHT
Calculates shipping based on the weight of each item separately rather than total combined weight.
MAXIMUM_SHIPPING_COST_PER_ORDER
Sets a maximum cap on the total shipping cost for an entire order regardless of item count.
SHIPPING_COST_X_FOR_AMOUNT_Y
Charges a fixed shipping cost when the order total reaches or exceeds a specified amount.
SHIPPING_COST_X_FOR_ITEM_COUNT_N
Charges a fixed shipping cost when the number of items in the order reaches a specified threshold.
WEIGHT_OFF
Reduces the total calculated shipping weight by a specified amount before shipping cost is determined.