productBulkTranslate
Creates/updates translations for products.
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): 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 miscellaneous
Policies of error handling. DEFAULT: REJECT_EVERYTHING
productBulkTranslate.translations
● [ProductBulkTranslateInput!]!
non-null input products
List of product translations.
Type
ProductBulkTranslate
object products
Creates/updates translations for products.
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): Called when a translation was created.
- TRANSLATION_UPDATED (async): Called when a translation was updated.