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.
productBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [ProductBulkTranslateInput!]!
): ProductBulkTranslate

Arguments

productBulkTranslate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

productBulkTranslate.translations ● [ProductBulkTranslateInput!]! non-null input

List of product translations.

Type

ProductBulkTranslate object

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.

Was this page helpful?