CalculatedHandlingDiscountType
Type defining the CalculatedHandlingDiscount container that is used in the SetShippingDiscountProfiles call to specify the rules used to determine package handling costs for an order in which calculated shipping is used.
Types that use CalculatedHandlingDiscountType:
Calls that use CalculatedHandlingDiscountType:
Fields
DiscountName ( HandlingNameCodeType ) [0..1]
The type of discount that is detailed in the profile. If the selection is
EachAdditionalAmount
, EachAdditionalAmountOff
or EachAdditionalPercentOff
, the value is set in the child element of same name in CalculatedHandlingDiscount. If the selection is CombinedHandlingFee
, specify the amount in CalculatedHandlingDiscount.OrderHandlingAmount. If the selection is IndividualHandlingFee
, the amount is determined by eBay by adding the fees of the individual items.
See the Field Index to learn which calls use DiscountName.
The packaging/handling cost for each item beyond the first item (where the item with the highest packaging/handling cost is selected by eBay as the first item). Let's say the buyer purchases three items, each assigned a packaging/handling cost of $8, and the seller set EachAdditionalAmount to $6. The packaging/handling cost for three items would normally be $24, but since the seller specified $6, the total packaging/handling cost would be $8 + $6 + $6, or $20. This field is mutually exclusive with the other amount and percentage fields within this type. This field only applies when the DiscountName value is
EachAdditionalAmount
.
See the Field Index to learn which calls use EachAdditionalAmount.
The amount by which to reduce the packaging/handling cost for each item beyond the first item (where the item with the highest packaging/handling cost is selected by eBay as the first item). Let's say the buyer purchases three items, each assigned a packaging/handling cost of $8, and the seller set EachAdditionalAmountOff to $2. The packaging/handling cost for three items would normally be $24, but since the seller specified $2, the total packaging/handling cost would be $24 - (two additional items x $2), or $20. This field is mutually exclusive with the other amount and percentage fields within this type. This field only applies when the DiscountName value is
EachAdditionalOffAmount
.
See the Field Index to learn which calls use EachAdditionalOffAmount.
The percentage by which to reduce the packaging/handling cost for each item beyond the first item (where the item with the highest packaging/handling cost is selected by eBay as the first item). Let's say the buyer purchases three items, each assigned a packaging/handling cost of $8, and the seller set EachAdditionalPercentOff to 0.25. The packaging/handling cost for three items would normally be $24, but since the seller specified 0.25 ($2 out of 8), the total packaging/handling cost would be $24 - (two additional items x $2), or $20. This field is mutually exclusive with the amount fields within this type. This field only applies when the DiscountName value is
EachAdditionalPercentOff
.
See the Field Index to learn which calls use EachAdditionalPercentOff.
If specified, this is the fixed shipping cost to charge for an order, regardless of the number of items in the order. This field is mutually exclusive with the other amount and percentage fields within this type. This field only applies when the specified DiscountName value is
CombinedHandlingFee
.
See the Field Index to learn which calls use OrderHandlingAmount.