Skip to main content

PromotionEndedEvent Object

History log of the promotion ended event.

type PromotionEndedEvent implements Node, PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}

Fields

PromotionEndedEvent.id ● ID! non-null scalar miscellaneous

PromotionEndedEvent.date ● DateTime! non-null scalar miscellaneous

Date when event happened.

PromotionEndedEvent.type ● PromotionEventsEnum! non-null enum discounts

Promotion event type.

PromotionEndedEvent.createdBy ● UserOrApp union miscellaneous

User or App that created the promotion event.

Requires one of the following permissions: MANAGE_STAFFMANAGE_APPSOWNER

Interfaces

Node interface miscellaneous

An object with an ID

PromotionEventInterface interface miscellaneous

Implemented By

PromotionEvent union