ProductVariantBulkTranslate Object
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.
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