> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/inputs/promotion-update-input

# PromotionUpdateInput Input Type

No description

```graphql
input PromotionUpdateInput {
  description: JSON
  startDate: DateTime
  endDate: DateTime
  name: String
}
```

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

### Fields

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

#### [`description`](#description) ● [`JSON`](/api-reference/miscellaneous/scalars/json.md)

Promotion description.

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

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

The start date of the promotion in ISO 8601 format.

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

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

The end date of the promotion in ISO 8601 format.

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

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

Promotion name.

<a id="member-of"></a>

### Member Of

[`promotionUpdate`](/api-reference/discounts/mutations/promotion-update.md) mutation
