Video object

Represents a Shopify hosted video.

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.
  • filename ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The filename of the video.
  • 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.
  • originalSource ([VideoSource](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/videosource))
    The original source for a video.
  • preview ([MediaPreviewImage](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediapreviewimage))
    The preview image for the media.
  • sources ([[VideoSource!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/videosource))
    The sources for a video.
  • 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)