Skip to main content

BatchProductDescriptionExtraInput

No description

input BatchProductDescriptionExtraInput {
type: String!
value: [LocalizedRichHTMLInput!]
}

Fields

type ● String!

Type of the extra text: additional | special

value ● [LocalizedRichHTMLInput!]

Example

{
"type": "additional",
"value": [
{
"language": "EN",
"value": "<p>Care instructions</p>"
}
]
}