productVariantBulkTranslate Mutation
Creates/updates translations for product 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
Show return type
Arguments
errorPolicy ● ErrorPolicyEnum
Policies of error handling. DEFAULT: REJECT_EVERYTHING
translations ● [ProductVariantBulkTranslateInput!]!
List of product variant translations.
Type
ProductVariantBulkTranslate
Creates/updates translations for product variants.
Triggers the following webhook events:
- TRANSLATION_CREATED (async): A translation was created.
- TRANSLATION_UPDATED (async): A translation was updated.