eBay Business Policies Management APIVersion 1.0.0
 

ShippingProfileDiscountInfo

Type defining the shippingProfileDiscountInfo container, which consists of details related to flat-rate, calculated, and promotional shipping discounts that are offered to domestic and/or international buyers.

Type that uses ShippingProfileDiscountInfo:

Calls that use ShippingProfileDiscountInfo:

Fields

applyDomesticPromoShippingProfile ( boolean ) [0..1]
If this field is included and set to 'true', a domestic buyer will be the recipient of the seller's promotional shipping discount (if that buyer satisfies the buying requirements). The seller can create a promotional shipping rule on My eBay, or by using the SetShippingDiscountProfiles call of the Trading API.
See the Field Index to learn which calls use applyDomesticPromoShippingProfile.

applyIntlPromoShippingProfile ( boolean ) [0..1]
If this field is included and set to 'true', an international buyer will be the recipient of the seller's promotional shipping discount (if that buyer satisfies the buying requirements). The seller can create a promotional shipping rule on My eBay, or by using the SetShippingDiscountProfiles call of the Trading API.
See the Field Index to learn which calls use applyIntlPromoShippingProfile.

domesticFlatCalcDiscountProfileId ( long ) [0..1]
Unique identifier for a flat-rate or calculated shipping rule defined by the seller. If the seller specifies a valid shipping discount profile ID for either of these shipping rules, a domestic buyer may receive a shipping discount from the seller when purchasing multiple items. The seller can create and manage shipping discount profiles on My eBay, or by using the SetShippingDiscountProfiles and GetShippingDiscountProfiles calls of the Trading API.

The type of shipping discount profile specified in this field (flat-rate or calculated) should correspond to the domesticShippingType ('Flat' or 'Calculated') value in the shipping policy.

Shipping discount profiles are not applicable when Freight shipping is used.
See the Field Index to learn which calls use domesticFlatCalcDiscountProfileId.

intlFlatCalcDiscountProfileId ( long ) [0..1]
Unique identifier for a flat-rate or calculated shipping rule defined by the seller. If the seller specifies a valid shipping discount profile ID for either of these shipping rules, an international buyer may receive a shipping discount from the seller when purchasing multiple items. The seller can create and manage shipping discount profiles on My eBay, or by using the SetShippingDiscountProfiles and GetShippingDiscountProfiles calls of the Trading API.

The type of shipping discount profile specified in this field (flat-rate or calculated) should correspond to the intlShippingType ('Flat' or 'Calculated') value in the shipping policy.

Shipping discount profiles are not applicable when Freight shipping is used.
See the Field Index to learn which calls use intlFlatCalcDiscountProfileId.