# VideoSource - storefront - OBJECT Version: 2024-10 ## Description Represents a source for a Shopify hosted video. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [format](/docs/api/storefront/2024-10/scalars/String): String! - The format of the video source. * [height](/docs/api/storefront/2024-10/scalars/Int): Int! - The height of the video. * [mimeType](/docs/api/storefront/2024-10/scalars/String): String! - The video MIME type. * [url](/docs/api/storefront/2024-10/scalars/String): String! - The URL of the video. * [width](/docs/api/storefront/2024-10/scalars/Int): Int! - The width of the video. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples