--- title: VideoSource - Customer API description: Represents a source for a Shopify hosted video. api_version: unstable api_name: customer source_url: html: https://shopify.dev/docs/api/customer/unstable/objects/videosource md: https://shopify.dev/docs/api/customer/unstable/objects/videosource.md --- # Video​Source object Represents a source for a Shopify hosted video. ## Fields * format [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The format of the video source. * height [Int!](https://shopify.dev/docs/api/customer/unstable/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The height of the video. * mime​Type [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The video MIME type. * url [String!](https://shopify.dev/docs/api/customer/unstable/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The URL of the video. * width [Int!](https://shopify.dev/docs/api/customer/unstable/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The width of the video. *** ## Map ### Fields with this object * [Video.sources](https://shopify.dev/docs/api/customer/unstable/objects/Video#field-Video.fields.sources)