Skip to main content

ProductTranslate Object

Creates/updates translations for a product.

Requires the MANAGE_TRANSLATIONSpermission.
type ProductTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
product: Product
}

Fields

errors ● [TranslationError!]!

product ● Product

Show deprecated

Returned By

productTranslate mutation