# Video - admin-graphql - OBJECT Version: 2025-01 ## Description Represents a Shopify hosted video. ### Access Scopes `read_products` access scope, `read_files` access scope, `read_themes` access scope, `read_orders` access scope, `read_draft_orders` access scope or `read_images` access scope. ## Fields * [alt](/docs/api/admin-graphql/2025-01/scalars/String): String - A word or phrase to share the nature or contents of a media. * [createdAt](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was created. * [duration](/docs/api/admin-graphql/2025-01/scalars/Int): Int - The video's duration in milliseconds. This value is `null` unless the video's status field is [READY](https://shopify.dev/api/admin-graphql/latest/enums/MediaStatus#value-ready). * [fileErrors](/docs/api/admin-graphql/2025-01/objects/FileError): FileError! - Any errors that have occurred on the file. * [fileStatus](/docs/api/admin-graphql/2025-01/enums/FileStatus): FileStatus! - The status of the file. * [filename](/docs/api/admin-graphql/2025-01/scalars/String): String! - The video's filename. * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID. * [mediaContentType](/docs/api/admin-graphql/2025-01/enums/MediaContentType): MediaContentType! - The media content type. * [mediaErrors](/docs/api/admin-graphql/2025-01/objects/MediaError): MediaError! - Any errors which have occurred on the media. * [mediaWarnings](/docs/api/admin-graphql/2025-01/objects/MediaWarning): MediaWarning! - The warnings attached to the media. * [originalSource](/docs/api/admin-graphql/2025-01/objects/VideoSource): VideoSource - The video's original source. This value is `null` unless the video's status field is [READY](https://shopify.dev/api/admin-graphql/latest/enums/MediaStatus#value-ready). * [preview](/docs/api/admin-graphql/2025-01/objects/MediaPreviewImage): MediaPreviewImage - The preview image for the media. * [sources](/docs/api/admin-graphql/2025-01/objects/VideoSource): VideoSource! - The video's sources. This value is empty unless the video's status field is [READY](https://shopify.dev/api/admin-graphql/latest/enums/MediaStatus#value-ready). * [status](/docs/api/admin-graphql/2025-01/enums/MediaStatus): MediaStatus! - Current status of the media. * [updatedAt](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was last updated. ## Connections ## Related queries ## Related mutations ## Related Unions * [MetafieldReference](/docs/api/admin-graphql/2025-01/unions/MetafieldReference) The resource referenced by the metafield value. ## Examples