Skip to main content

attributeValueBulkTranslate Mutation

Creates/updates translations for attribute values.

Requires the MANAGE_TRANSLATIONSpermission.
attributeValueBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [AttributeValueBulkTranslateInput!]!
): AttributeValueBulkTranslate
Show return type

Arguments

errorPolicy ● ErrorPolicyEnum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

translations ● [AttributeValueBulkTranslateInput!]!

List of attribute values translations.

Type

AttributeValueBulkTranslate

Creates/updates translations for attribute values.

Requires the MANAGE_TRANSLATIONSpermission.