Skip to main content
Version: 3.x

PromotionUpdatedEvent

History log of the promotion updated event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
type PromotionUpdatedEvent implements Node, PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}

Fields

PromotionUpdatedEvent.id ● ID! non-null scalar

PromotionUpdatedEvent.date ● DateTime! non-null scalar

Date when event happened.

PromotionUpdatedEvent.type ● PromotionEventsEnum! non-null enum

Promotion event type.

PromotionUpdatedEvent.createdBy ● UserOrApp union

User or App that created the promotion event.

Requires one of the following permissions: MANAGE_STAFFMANAGE_APPSOWNER

Interfaces

Node interface

An object with an ID

PromotionEventInterface interface

Implemented by

PromotionEvent union


Was this page helpful?