eBay Trading APIVersion 1349
 

SellerDiscountsType

Type defining the SellerDiscounts container, which consists of one or more SellerDiscount nodes, as well as the original purchase price and shipping cost of the order line item.

Type that uses SellerDiscountsType:

Calls that use SellerDiscountsType:

Fields

OriginalItemPrice ( AmountType (double) ) [0..1]
The original purchase price of the order line item (before any seller discounts are applied).
See the Field Index to learn which calls use OriginalItemPrice.

OriginalItemShippingCost ( AmountType (double) ) [0..1]
The original shipping cost for the order line item (before any seller discounts are applied).
See the Field Index to learn which calls use OriginalItemShippingCost.

OriginalShippingService ( token ) [0..1]
The original shipping service offered by the seller to ship an item to a buyer.
See the Field Index to learn which calls use OriginalShippingService.

SellerDiscount ( SellerDiscountType ) [0..*]
A container consisting of name and ID of the seller's discount campaign, as well as the discount amount that is being applied to the order line item.
See the Field Index to learn which calls use SellerDiscount.