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.
type AttributeBulkTranslate {
count: Int!
results: [AttributeBulkTranslateResult!]!
errors: [AttributeBulkTranslateError!]!
}

Fields

AttributeBulkTranslate.count ● Int! non-null scalar

Returns how many translations were created/updated.

AttributeBulkTranslate.results ● [AttributeBulkTranslateResult!]! non-null object

List of the translations.

AttributeBulkTranslate.errors ● [AttributeBulkTranslateError!]! non-null object

Returned by

attributeBulkTranslate mutation


Was this page helpful?