eBay Merchant Data APIVersion 1255
 

PromotionalShippingDiscountDetailsType

Details of a promotional shipping discount.

No calls use PromotionalShippingDiscountDetailsType.

Fields

DiscountName ( DiscountNameCodeType ) [0..1]
Not used by any call.

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]
Not used by any call.

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]
Not used by any call.

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]
Not used by any call.

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.