ProductTranslate Object
Creates/updates translations for a product.
type ProductTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
product: Product
}
Fields
errors ● [TranslationError!]!
product ● Product
Show deprecated
Returned By
productTranslate mutation