ProductTranslate
Creates/updates translations for a product.
type ProductTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
product: Product
}
Fields
ProductTranslate.translationErrors ● [TranslationError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductTranslate.errors ● [TranslationError!]! non-null object
ProductTranslate.product ● Product object
Returned by
productTranslate mutation
Was this page helpful?