Skip to main content

AttributeBulkTranslate Object

Creates/updates translations for attributes.

Requires the MANAGE_TRANSLATIONSpermission.
type AttributeBulkTranslate {
count: Int!
results: [AttributeBulkTranslateResult!]!
errors: [AttributeBulkTranslateError!]!
}

Fields

count ● Int!

Returns how many translations were created/updated.

results ● [AttributeBulkTranslateResult!]!

List of the translations.

errors ● [AttributeBulkTranslateError!]!

Returned By

attributeBulkTranslate mutation