Skip to main content
Version: 3.x

attributeBulkTranslate

Creates/updates translations for attributes.

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

Arguments

attributeBulkTranslate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

attributeBulkTranslate.translations ● [AttributeBulkTranslateInput!]! non-null input

List of attributes translations.

Type

AttributeBulkTranslate object

Creates/updates translations for attributes.

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?