Skip to main content

AttributeBulkTranslateResult Object

No description

type AttributeBulkTranslateResult {
translation: AttributeTranslation
errors: [AttributeBulkTranslateError!]
}

Fields

translation ● AttributeTranslation

Attribute translation data.

errors ● [AttributeBulkTranslateError!]

List of errors occurred on translation attempt.

Member Of

AttributeBulkTranslate object