productVariantBulkTranslate
Creates/updates translations for products variants.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
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.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
Triggers the following webhook events:
- TRANSLATION_CREATED (async): A translation was created.
- TRANSLATION_UPDATED (async): A translation was updated.