ProductMedia
Represents the media of a product
type ProductMedia {
categoryImage: Media
productImage: Media
images: [Media]
videos: [Media]
documents: [Media]
html: [LocalizedString]
}
Fields
categoryImage ● Media
The category images from a product perspective
productImage ● Media
The product images
images ● [Media]
The generic images of a product
videos ● [Media]
The generic videos of a product
documents ● [Media]
The generic documents of a product
html ● [LocalizedString]
Generic html snippet of a product
Example
{
"categoryImage": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}