eBay Trading APIVersion 1349
 

PromotionalShippingDiscountDetailsType

Details of a promotional shipping discount.

Types that use PromotionalShippingDiscountDetailsType:

Calls that use PromotionalShippingDiscountDetailsType:

Fields

DiscountName ( DiscountNameCodeType ) [0..1]
The type of promotional shipping discount that is detailed in the profile. If the discount type is MaximumShippingCostPerOrder, see ShippingCost. If the discount type is ShippingCostXForAmountY, see ShippingCost and OrderAmount. If the discount type is ShippingCostXForItemCountN, see ShippingCost and ItemCount.
See the Field Index to learn which calls use DiscountName.

ItemCount ( int ) [0..1]
This is the number of items when DiscountName is set to ShippingCostXForItemsY.
See the Field Index to learn which calls use ItemCount.

OrderAmount ( AmountType (double) ) [0..1]
This is the cost Y of the order (not including shipping cost) when DiscountName is set to ShippingCostXForAmountY.
See the Field Index to learn which calls use OrderAmount.

ShippingCost ( AmountType (double) ) [0..1]
This is shipping cost X when DiscountName is either ShippingCostXForAmountY or ShippingCostXForItemCountN, and is the maximum cost when DiscountName is MaximumShippingCostPerOrder.
See the Field Index to learn which calls use ShippingCost.