Skip to main content
Version: 3.x

attributeValueBulkTranslate

Creates/updates translations for attributes values.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_TRANSLATIONSpermission.
attributeValueBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [AttributeValueBulkTranslateInput!]!
): AttributeValueBulkTranslate

Arguments

attributeValueBulkTranslate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

attributeValueBulkTranslate.translations ● [AttributeValueBulkTranslateInput!]! non-null input

List of attribute values translations.

Type

AttributeValueBulkTranslate object

Creates/updates translations for attributes values.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_TRANSLATIONSpermission.

Was this page helpful?