ProductTranslation
No description
type ProductTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
name: String
description: JSONString
descriptionJson: JSONString @deprecated
}
Fields
ProductTranslation.id ● ID! non-null scalar
ProductTranslation.language ● LanguageDisplay! non-null object
Translation language.
ProductTranslation.seoTitle ● String scalar
ProductTranslation.seoDescription ● String scalar
ProductTranslation.name ● String scalar
ProductTranslation.description ● JSONString scalar
Translated description of the product.
Rich text format. For reference see https://editorjs.io/
ProductTranslation.descriptionJson ● JSONString deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
descriptionfield instead.Translated description of the product.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node interface
An object with an ID
Member of
Product object
Was this page helpful?