Skip to main content

AttributeValueBulkTranslate Object

Creates/updates translations for attribute values.

Requires the MANAGE_TRANSLATIONSpermission.
type AttributeValueBulkTranslate {
count: Int!
results: [AttributeValueBulkTranslateResult!]!
errors: [AttributeValueBulkTranslateError!]!
}

Fields

count ● Int!

Returns how many translations were created/updated.

results ● [AttributeValueBulkTranslateResult!]!

List of the translations.

errors ● [AttributeValueBulkTranslateError!]!

Returned By

attributeValueBulkTranslate mutation