Table of Contents

Class FreeShippingPromotionCandidate

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Represents a promotion candidate that can be used for free shipping.

public class FreeShippingPromotionCandidate : IPromotionCandidate
Inheritance
object
FreeShippingPromotionCandidate
Implements
Extension Methods

Constructors

FreeShippingPromotionCandidate()

public FreeShippingPromotionCandidate()

Properties

TriggerProductIdentifiers

Products that qualified the customer for the promotion.

public IReadOnlyList<ProductIdentifier> TriggerProductIdentifiers { get; init; }

Property Value

IReadOnlyList<ProductIdentifier>

Remarks

Keep the collection empty for a promotion without a product trigger, for example an order purchase amount threshold. The collection does not reserve the products. Another promotion can use the same products.