ProductDescriptionField
Represents an extended product description field
type ProductDescriptionField {
type: String
text: LocalizedString
}
Fields
type ● String
The type of the description
text ● LocalizedString
The text of the description
Example
{
"text": {
"language": "EN",
"value": "String"
}
}