VariantInformation
Represent variant information
type VariantInformation {
value: String
image: Media
description: String
subGroupId: Int
}
Fields
value ● String
The value of the information
image ● Media
The image of the information
description ● String
The description of the information
subGroupId ● Int
The sub group id
Example
{
"image": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}