Skip to main content

attributeValueTranslate

Creates/updates translations for an attribute value.

Requires MANAGE_TRANSLATIONSpermission.
attributeValueTranslate(
id: ID!
input: AttributeValueTranslationInput!
languageCode: LanguageCodeEnum!
): AttributeValueTranslate

Arguments

attributeValueTranslate.id ● ID! non-null scalar miscellaneous

AttributeValue ID or AttributeValueTranslatableContent ID.

attributeValueTranslate.input ● AttributeValueTranslationInput! non-null input miscellaneous

Fields required to update attribute value translations.

attributeValueTranslate.languageCode ● LanguageCodeEnum! non-null enum miscellaneous

Translation language code.

Type

AttributeValueTranslate object attributes

Creates/updates translations for an attribute value.

Requires MANAGE_TRANSLATIONSpermission.