> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/interfaces/promotion-rule-event-interface

# PromotionRuleEventInterface Interface

History log of the promotion event related to rule.

```graphql
interface PromotionRuleEventInterface {
  ruleId: String
}
```

<a id="fields"></a>

### Fields

<a id="rule-id"></a>

#### [`ruleId`](#rule-id) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The rule ID associated with the promotion event.

<a id="implemented-by"></a>

### Implemented By

[`PromotionRuleCreatedEvent`](/api-reference/discounts/objects/promotion-rule-created-event.md) object  ● [`PromotionRuleDeletedEvent`](/api-reference/discounts/objects/promotion-rule-deleted-event.md) object  ● [`PromotionRuleUpdatedEvent`](/api-reference/discounts/objects/promotion-rule-updated-event.md) object
