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

# PromotionUpdate Object

Updates an existing promotion.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_UPDATED (async): A promotion was updated.
-   PROMOTION\_STARTED (async): Optionally called if promotion was started.
-   PROMOTION\_ENDED (async): Optionally called if promotion was ended.

```graphql
type PromotionUpdate {
  errors: [PromotionUpdateError!]!
  promotion: Promotion
}
```

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

### Fields

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

#### [`errors`](#errors) ● [`[PromotionUpdateError!]!`](/api-reference/miscellaneous/objects/promotion-update-error.md)

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

#### [`promotion`](#promotion) ● [`Promotion`](/api-reference/discounts/objects/promotion.md)

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

### Returned By

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