Skip to main content

BatchProductPropertyInput

No description

input BatchProductPropertyInput {
id: Int!
language: String
value: RichHTML!
}

Fields

id ● Int!

language ● String

language code e.g. 'SV', 'EN'. If omitted, property is considered a language neutral property

value ● RichHTML!

Property value. Safe formatting HTML is allowed; script/style and other unsafe markup is stripped

Example

{
"id": 1,
"language": "EN",
"value": "<strong>Cotton</strong>"
}