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>