Try our conversational search powered by Generative AI!

Enum FulfillmentStatus

The fulfillment level of a promotion. Only promotions with the status Fulfilled will have their rewards applied.

Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
[Flags]
public enum FulfillmentStatus

Fields

Name Description
CouponCodeRequired

The promotion required a coupon code to be applied. Modifier, use in conjunction with NotFulfilled etc.

Excluded

The promotion was excluded by another promotion with higher priority. Modifier, use in conjunction with NotFulfilled.

Fulfilled

The promotion is fulfilled and the reward should be applied.

Ineffective

Combines the flags NotFulfilled and NoMoneySaved.

InvalidCombination

Combines the flags NotFulfilled and Excluded.

InvalidCoupon

Combines the flags NotFulfilled and CouponCodeRequired.

MissingVisitorGroup

Combines the flags NotFulfilled and VisitorGroupRequired.

NoMoneySaved

The promotion didn't save any money.

NoRedemptionRemaining

Combines the flags NotFulfilled and RedemptionLimitReached.

NotFulfilled

The promotion's conditions is not fulfilled at all.

PartiallyFulfilled

Some, but not all, of the promotion's condititions are fulfilled.

RedemptionLimitReached

The redemption limit for this promotion has been reached, so it can not be fulfilled.

VisitorGroupRequired

The promotion required the user to be part of a visitor group to be applied. Modifier, use in conjunction with NotFulfilled etc.

Extension Methods