Indicates which products matched by a CatalogPricingRule will be excluded if the pricing rule uses an exclude set.
<- Enum
Enum
Indicates which products matched by a CatalogPricingRule will be excluded if the pricing rule uses an exclude set.
Beta
The least expensive matched products are excluded from the pricing. If the pricing rule is set to exclude one product and multiple products in the match set qualify as least expensive, then one will be excluded at random.
Excluding the least expensive product gives the best discount value to the buyer.
Beta
The most expensive matched product is excluded from the pricing rule. If multiple products have the same price and all qualify as least expensive, one will be excluded at random.
This guarantees that the most expensive product is purchased at full price.
Beta
Like MOST_EXPENSIVE, the most expensive matched product is excluded and purchased at full price. However, instead of maximizing the discount value on the remaining products (standard BOGO), the discount is applied to the CHEAPEST remaining eligible product.
Used by the "lowest-value free item" coupon shape where the intent is to make the least expensive item free, not the most valuable one.