ProductTranslate Object
Creates/updates translations for a product.
type ProductTranslate {
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
  product: Product
}
Fields
ProductTranslate.translationErrors ● [TranslationError!]! deprecated non-null object miscellaneous
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
ProductTranslate.errors ● [TranslationError!]! non-null object miscellaneous
ProductTranslate.product ● Product object products
Returned By
productTranslate mutation