eBay Merchant Data APIVersion 1255
 

SellerDiscountType

Type that defines the SellerDiscount container, which contains the ID, name, and amount of the seller discount.

Type that uses SellerDiscountType:

Call that uses SellerDiscountType:

Fields

CampaignDisplayName ( string ) [0..1]
The name of the seller discount campaign. This field will only be returned with the SellerDiscount container if defined for the seller discount campaign.
See the Field Index to learn which calls use CampaignDisplayName.

CampaignID ( long ) [0..1]
Unique identifier for a seller discount campaign. This ID is automatically created when the seller creates the discount campaign. This field is always returned with the SellerDiscount container.
See the Field Index to learn which calls use CampaignID.

ItemDiscountAmount ( AmountType (double) ) [0..1]
The dollar amount of the order line item discount. The original purchase price (denoted in OriginalItemPrice) will be reduced by this value. The amount of the item discount will depend on the rules defined in the the seller discount campaign.

Note: Prior to Version 895, this field worked a little differently. Instead of this field showing the amount of the discount, it was actually showing the final item price after the discount was applied. So, if an item price is 10.0 dollars and the discount is 2.0 dollars, someone using Version 895 (and going forward) will see a value of '2.0' (amount of the discount) in this field, but anyone using Version 893 or lower will see a value of '8.0' (item price after discount) in this field.
See the Field Index to learn which calls use ItemDiscountAmount.

ShippingDiscountAmount ( AmountType (double) ) [0..1]
The dollar amount of the shipping discount applied to the order line item.
See the Field Index to learn which calls use ShippingDiscountAmount.