Try our conversational search powered by Generative AI!

Enum ExclusionLevel

Specifies whether promotion excludes from being applied per order or per unit.

Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public enum ExclusionLevel

Fields

Name Description
Order

Promotions are excluded from being applied to an order, when excluded by other promotions.

Unit

Promotions can partly be prevented from being applied on one or more individual item when excluded by other promotions. Order level and shipping level promotions are still excluded in full.

Extension Methods