Skip to main content

PromotionEventInterface Interface

No description

interface PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}

Fields

id ● ID!

date ● DateTime!

Date when event happened.

type ● PromotionEventsEnum!

Promotion event type.

createdBy ● UserOrApp

User or App that created the promotion event.

Requires one of the following permissions: MANAGE_STAFFMANAGE_APPSOWNER

Implemented By

PromotionCreatedEvent object ● PromotionEndedEvent object ● PromotionRuleCreatedEvent object ● PromotionRuleDeletedEvent object ● PromotionRuleUpdatedEvent object ● PromotionStartedEvent object ● PromotionUpdatedEvent object