productVariantBulkTranslate Mutation
Creates/updates translations for products variants.
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 miscellaneous
Policies of error handling. DEFAULT: REJECT_EVERYTHING
productVariantBulkTranslate.translations ● [ProductVariantBulkTranslateInput!]! non-null input products
List of products variants translations.
Type
ProductVariantBulkTranslate object products
Creates/updates translations for products variants.
Triggers the following webhook events:
- TRANSLATION_CREATED (async): A translation was created.
 - TRANSLATION_UPDATED (async): A translation was updated.