# ExternalVideo - storefront - OBJECT
Version: 2025-04

## Description
Represents a video hosted outside of Shopify.

### Access Scopes
`unauthenticated_read_product_listings` access scope.


## Fields
* [alt](/docs/api/storefront/2025-04/scalars/String): String - A word or phrase to share the nature or contents of a media.
* [embedUrl](/docs/api/storefront/2025-04/scalars/URL): URL! - The embed URL of the video for the respective host.
* [embeddedUrl](/docs/api/storefront/2025-04/scalars/URL): URL! - The URL.
* [host](/docs/api/storefront/2025-04/enums/MediaHost): MediaHost! - The host of the external video.
* [id](/docs/api/storefront/2025-04/scalars/ID): ID! - A globally-unique ID.
* [mediaContentType](/docs/api/storefront/2025-04/enums/MediaContentType): MediaContentType! - The media content type.
* [originUrl](/docs/api/storefront/2025-04/scalars/URL): URL! - The origin URL of the video on the respective host.
* [presentation](/docs/api/storefront/2025-04/objects/MediaPresentation): MediaPresentation - The presentation for a media.
* [previewImage](/docs/api/storefront/2025-04/objects/Image): Image - The preview image for the media.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples