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

# CollectionTranslate Object

Creates/updates translations for a collection.

Requires the MANAGE\_TRANSLATIONS permission.

```graphql
type CollectionTranslate {
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
  collection: Collection
}
```

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

### Fields

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

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

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

#### [`collection`](#collection) ● [`Collection`](/api-reference/products/objects/collection.md)

Show deprecatedHide deprecated

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

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

DEPRECATED

Use `errors` field instead.

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

### Returned By

[`collectionTranslate`](/api-reference/products/mutations/collection-translate.md) mutation
