Skip to content

LocalizationMedia

Localization object, see Entity Localization for further information. We support type image, video, or pdf. In case of type video, we currently support vimeo and youtube urls

Type: object

{
"en-us": [
{
"code": "gdt5-c",
"url": "https://myAwesomeShop.com/image01.jpg",
"type": "image",
"altText": "a translated string",
"title": "a translated string",
"sequenceId": 1
}
]
}