Salesforce B2C Commerce 23.5 > Merchandising Your Site > Campaigns and Promotions > Promotions for Developers

Bonus Discount Promotions

Bonus products are a special, more complex discount than typical monetary or percentage discounts.

Bonus discounts describe the actual bonus products granted by the promotion rule. The current XML schema supports the definition of SKU lists of bonus products.

<xsd:complexType name="Bonus">
 <xsd:choice>
  <xsd:element name="bonus-products" type="BonusProductList" />
 </xsd:choice>
</xsd:complexType>
<xsd:complexType name="BonusProductList">
 <xsd:sequence>
  <xsd:element name="product-id" type="Generic.NonEmptyString.256" minOccurs="1" maxOccurs="unbounded" />
 </xsd:sequence>
</xsd:complexType>
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.