Skip to main content

This container defines a discount profile schema for combined shipping, including rule IDs, names, and applicable weight or amount reductions.

Note: This field is not applicable for the create rule use case.

Types that use CombinedShippingRule

CalculatedShippingRuleTypeFlatShippingRuleType

Calls that use CombinedShippingRule

Fields

Field
Type
Description
combinedShippingRuleId
This field represents the unique identifier for the combined-shipping discount profile, used to reference or update a specific rule configuration.

Note: This request field is only applicable for update methods to specify the rule configuration being updated. If used in the request of a create method, an error will occur.
combinedShippingRuleName
This field specifies the unique name identifying the combined shipping discount profile within the seller’s account.
eachAdditionalAmount
This container defines the additional monetary charge applied for each extra item when multiple items are shipped together.
eachAdditionalAmountOffShippingCost
This container defines the fixed discount amount deducted from the total shipping cost for each additional item.
eachAdditionalPercentOffShippingCost
This integer specifies the percentage discount applied to the total shipping cost for each additional item in the combined order.
mappedCombinedShippingRuleId
This field specifies the unique ID that links this combined-shipping rule to another related rule in the seller’s account.
weightOffTotalWeight
This container specifies the total weight reduction applied when combining multiple items into one shipment.

Note: This request field is only applicable for the createCalculatedShippingRules and updateCalculatedShippingRules methods. If used in the request for the createFlatShippingRules or updateFlatShippingRules methods, an error will occur.