PropertyContent
Represents a product property content
type PropertyContent {
value: String!
language: String!
name: String
unit: String
image: PropertyImage
}
Fields
value ● String!
The value of the content
language ● String!
Which language is the content in
name ● String
The name of the content
unit ● String
Which unit is the content in
image ● PropertyImage
The image of the property
Example
{
"image": {
"small": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}
}