Skip to main content
Version: 3.x

ProductBulkTranslate

Creates/updates translations for products.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_TRANSLATIONSpermission.

Triggers the following webhook events:

  • TRANSLATION_CREATED (async): Called when a translation was created.
  • TRANSLATION_UPDATED (async): Called when a translation was updated.
type ProductBulkTranslate {
count: Int!
results: [ProductBulkTranslateResult!]!
errors: [ProductBulkTranslateError!]!
}

Fields

ProductBulkTranslate.count ● Int! non-null scalar

Returns how many translations were created/updated.

ProductBulkTranslate.results ● [ProductBulkTranslateResult!]! non-null object

List of the translations.

ProductBulkTranslate.errors ● [ProductBulkTranslateError!]! non-null object

Returned by

productBulkTranslate mutation


Was this page helpful?