Skip to main content

ProductVariantTranslate Object

Creates/updates translations for a product variant.

Requires the MANAGE_TRANSLATIONSpermission.
type ProductVariantTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
productVariant: ProductVariant
}

Fields

errors ● [TranslationError!]!

productVariant ● ProductVariant

Show deprecated

Returned By

productVariantTranslate mutation