ExternalVideo object
Represents a video hosted outside of Shopify.
Required access
read_products
access scope.
On this page
Fields
- alt (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A word or phrase to share the nature or contents of a media. - embeddedUrl (
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
The URL. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - mediaContentType (
[MediaContentType!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediacontenttype)
)
The media content type. - mediaErrors (
[[MediaError!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediaerror)
)
Any errors which have occurred on the media. - preview (
[MediaPreviewImage](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediapreviewimage)
)
The preview image for the media. - status (
[MediaStatus!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediastatus)
)
Current status of the media.
Implements
[Media](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/media)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)