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.
type ProductVariantBulkTranslate {
count: Int!
results: [ProductVariantBulkTranslateResult!]!
errors: [ProductVariantBulkTranslateError!]!
}

Fields

ProductVariantBulkTranslate.count ● Int! non-null scalar

Returns how many translations were created/updated.

ProductVariantBulkTranslate.results ● [ProductVariantBulkTranslateResult!]! non-null object

List of the translations.

ProductVariantBulkTranslate.errors ● [ProductVariantBulkTranslateError!]! non-null object

Returned by

productVariantBulkTranslate mutation


Was this page helpful?