Skip to main content

PromotionRuleDeletedEvent

History log of the promotion rule created event.

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

Fields

PromotionRuleDeletedEvent.id ● ID! non-null scalar miscellaneous

PromotionRuleDeletedEvent.date ● DateTime! non-null scalar miscellaneous

Date when event happened.

PromotionRuleDeletedEvent.type ● PromotionEventsEnum! non-null enum discounts

Promotion event type.

PromotionRuleDeletedEvent.createdBy ● UserOrApp union miscellaneous

User or App that created the promotion event.

Requires one of the following permissions: MANAGE_STAFFMANAGE_APPSOWNER

PromotionRuleDeletedEvent.ruleId ● String scalar miscellaneous

The rule ID associated with the promotion event.

Interfaces

Node interface miscellaneous

An object with an ID

PromotionEventInterface interface miscellaneous

PromotionRuleEventInterface interface miscellaneous

History log of the promotion event related to rule.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

Implemented By

PromotionEvent union