VideoSource object
Represents a source for a Shopify hosted video.
Required access
read_products
access scope.
On this page
Fields
- format (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The format of the video source. - height (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The height of the video. - mimeType (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The video MIME type. - url (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The URL of the video. - width (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The width of the video.
Types that return VideoSource
[Video.originalSource](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/video#originalsource-2021-01)
[Video.sources](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/video#sources-2021-01)