Objects
AmazonVideo
Represents a video describing an Amazon product.
Fields
durationSeconds
Int!
requiredThe duration of the video in seconds.
width
Int!
requiredThe width of the video, usually measured in pixels.
height
Int!
requiredThe height of the video, usually measured in pixels.
url
required
A URL to the video itself.
thumbnailURL
required
A URL to the thumbnail image for the video, which is typically a still image representing the video content.
title
String!
requiredThe title of the video, which can provide context or information about the video content.
Related types
Was this page helpful?