> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/objects/promotion-started-event

# PromotionStartedEvent Object

History log of the promotion started event.

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

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

### Fields

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

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

<a id="date"></a>

#### [`date`](#date) ● [`DateTime!`](/api-reference/miscellaneous/scalars/date-time.md)

Date when event happened.

<a id="type"></a>

#### [`type`](#type) ● [`PromotionEventsEnum!`](/api-reference/discounts/enums/promotion-events-enum.md)

Promotion event type.

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

#### [`createdBy`](#created-by) ● [`UserOrApp`](/api-reference/miscellaneous/unions/user-or-app.md)

User or App that created the promotion event.

Requires one of the following permissions: MANAGE\_STAFF MANAGE\_APPS OWNER

<a id="interfaces"></a>

### Interfaces

<a id="node"></a>

#### [`Node`](/api-reference/miscellaneous/interfaces/node.md)

An object with an ID

<a id="promotioneventinterface"></a>

#### [`PromotionEventInterface`](/api-reference/miscellaneous/interfaces/promotion-event-interface.md)

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

### Implemented By

[`PromotionEvent`](/api-reference/miscellaneous/unions/promotion-event.md) union
