Skip to main content
Version: 3.x

PromotionEventInterface

No description

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

Fields

PromotionEventInterface.id ● ID! non-null scalar

PromotionEventInterface.date ● DateTime! non-null scalar

Date when event happened.

PromotionEventInterface.type ● PromotionEventsEnum! non-null enum

Promotion event type.

PromotionEventInterface.createdBy ● UserOrApp union

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


Was this page helpful?