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.
type AttributeValueBulkTranslate {
count: Int!
results: [AttributeValueBulkTranslateResult!]!
errors: [AttributeValueBulkTranslateError!]!
}

Fields

AttributeValueBulkTranslate.count ● Int! non-null scalar

Returns how many translations were created/updated.

AttributeValueBulkTranslate.results ● [AttributeValueBulkTranslateResult!]! non-null object

List of the translations.

AttributeValueBulkTranslate.errors ● [AttributeValueBulkTranslateError!]! non-null object

Returned by

attributeValueBulkTranslate mutation


Was this page helpful?