Skip to main content
Version: 3.x

productVariantBulkTranslate

Creates/updates translations for products variants.

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): A translation was created.
  • TRANSLATION_UPDATED (async): A translation was updated.
productVariantBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [ProductVariantBulkTranslateInput!]!
): ProductVariantBulkTranslate

Arguments

productVariantBulkTranslate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

productVariantBulkTranslate.translations ● [ProductVariantBulkTranslateInput!]! non-null input

List of products variants translations.

Type

ProductVariantBulkTranslate object

Creates/updates translations for products variants.

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): A translation was created.
  • TRANSLATION_UPDATED (async): A translation was updated.

Was this page helpful?