# ExternalVideo - storefront - OBJECT Version: 2024-10 ## Description Represents a video hosted outside of Shopify. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [alt](/docs/api/storefront/2024-10/scalars/String): String - A word or phrase to share the nature or contents of a media. * [embedUrl](/docs/api/storefront/2024-10/scalars/URL): URL! - The embed URL of the video for the respective host. * [embeddedUrl](/docs/api/storefront/2024-10/scalars/URL): URL! - The URL. * [host](/docs/api/storefront/2024-10/enums/MediaHost): MediaHost! - The host of the external video. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [mediaContentType](/docs/api/storefront/2024-10/enums/MediaContentType): MediaContentType! - The media content type. * [originUrl](/docs/api/storefront/2024-10/scalars/URL): URL! - The origin URL of the video on the respective host. * [presentation](/docs/api/storefront/2024-10/objects/MediaPresentation): MediaPresentation - The presentation for a media. * [previewImage](/docs/api/storefront/2024-10/objects/Image): Image - The preview image for the media. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples