Skip to main content
Version: 3.x

attributeTranslate

Creates/updates translations for an attribute.

Requires MANAGE_TRANSLATIONSpermission.
attributeTranslate(
id: ID!
input: NameTranslationInput!
languageCode: LanguageCodeEnum!
): AttributeTranslate

Arguments

attributeTranslate.id ● ID! non-null scalar

Attribute ID or AttributeTranslatableContent ID.

attributeTranslate.input ● NameTranslationInput! non-null input

Fields required to update attribute translations.

attributeTranslate.languageCode ● LanguageCodeEnum! non-null enum

Translation language code.

Type

AttributeTranslate object

Creates/updates translations for an attribute.

Requires MANAGE_TRANSLATIONSpermission.

Was this page helpful?