Skip to main content

ProductVariantBulkTranslate Object

Creates/updates translations for product variants.

Requires the 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

count ● Int!

Returns how many translations were created/updated.

results ● [ProductVariantBulkTranslateResult!]!

List of the translations.

errors ● [ProductVariantBulkTranslateError!]!

Returned By

productVariantBulkTranslate mutation