ExternalVideo - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents a video hosted outside of Shopify.
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:
String -
A word or phrase to describe the contents or the function of a file.
-
createdAt:
DateTime! -
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was created.
-
embedUrl:
URL! -
The embed URL of the video for the respective host.
-
embeddedUrl:
URL! -
The URL.
-
fileErrors:
FileError! -
Any errors that have occurred on the file.
-
fileStatus:
FileStatus! -
The status of the file.
-
host:
MediaHost! -
The host of the external video.
-
id:
ID! -
A globally-unique ID.
-
mediaContentType:
MediaContentType! -
The media content type.
-
mediaErrors:
MediaError! -
Any errors which have occurred on the media.
-
mediaWarnings:
MediaWarning! -
The warnings attached to the media.
-
originUrl:
URL! -
The origin URL of the video on the respective host.
-
preview:
MediaPreviewImage -
The preview image for the media.
-
status:
MediaStatus! -
Current status of the media.
-
updatedAt:
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
Examples