--- title: Video - Customer API description: Represents a Shopify hosted video. api_version: 2026-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/Video' md: 'https://shopify.dev/docs/api/customer/latest/objects/Video.md' --- # Video object Represents a Shopify hosted video. ## Fields * alt [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A word or phrase to share the nature or contents of a media. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * media​Content​Type [Media​Content​Type!](https://shopify.dev/docs/api/customer/latest/enums/MediaContentType) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The media content type. * preview​Image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The preview image for the media. * sources [\[Video​Source!\]!](https://shopify.dev/docs/api/customer/latest/objects/VideoSource) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The sources for a video. *** ## Map ### Possible type in * [Metafield​Reference](https://shopify.dev/docs/api/customer/latest/unions/MetafieldReference) *** ## Interfaces * [Media](https://shopify.dev/docs/api/customer/latest/interfaces/Media) interface *** ## Video Implements ### Implements * [Media](https://shopify.dev/docs/api/customer/latest/interfaces/Media)