HomeVendure CoreMoreMorePromotionsPromotionOptionsOn this pagePromotionOptions@vendure/coreSource Signatureinterface PromotionOptions { promotionConditions?: Array<PromotionCondition<any>>; promotionActions?: Array<PromotionAction<any>>;} promotionConditionspropertyArray<PromotionCondition<any>>An array of conditions which can be used to construct PromotionspromotionActionspropertyArray<PromotionAction<any>>An array of actions which can be used to construct PromotionsWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousPromotion ConditionNextRequestEdited Jun 30, 2026ยทEdit this page