Skip to main content

ProductBulkTranslate Object

Creates/updates translations for products.

Requires the 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

count ● Int!

Returns how many translations were created/updated.

results ● [ProductBulkTranslateResult!]!

List of the translations.

errors ● [ProductBulkTranslateError!]!

Returned By

productBulkTranslate mutation