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

# PromotionTranslate Object

Creates/updates translations for a promotion.

Requires the MANAGE\_TRANSLATIONS permission.

```graphql
type PromotionTranslate {
  errors: [TranslationError!]!
  promotion: Promotion
}
```

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

### Fields

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

#### [`errors`](#errors) ● [`[TranslationError!]!`](/api-reference/miscellaneous/objects/translation-error.md)

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

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

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

### Returned By

[`promotionTranslate`](/api-reference/discounts/mutations/promotion-translate.md) mutation
