Skip to main content
Version: 3.x

ProductTranslate

Creates/updates translations for a product.

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

Fields

ProductTranslate.translationErrors ● [TranslationError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductTranslate.errors ● [TranslationError!]! non-null object

ProductTranslate.product ● Product object

Returned by

productTranslate mutation


Was this page helpful?