--- title: Updated Admin GraphQL/Storefront ExternalVideo URL fields - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/updated-admin-graphql-storefront-externalvideo-url-fields md: https://shopify.dev/changelog/updated-admin-graphql-storefront-externalvideo-url-fields.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 26, 2022 Tags: * API * 2022-04 # Updated Admin GraphQL/Storefront ExternalVideo URL fields As part of the 2022-04 API release, we've updated the Admin GraphQL and Storefront APIs to provide clearer URLs for the `ExternalVideo` type: * The `embeddedUrl` field has been deprecated in favor of `originUrl`. Like `embeddedUrl`, `originUrl` returns the URL to the video on its hosted platform (either Vimeo or YouTube). * A new field called `embedUrl` has been added. It returns the URL required to embed the video inside an iframe. Learn more about the [Admin API `ExternalVideo` type](https://shopify.dev/api/admin-graphql/2022-04/objects/externalvideo) and the [Storefront API `ExternalVideo` type](https://shopify.dev/api/storefront/reference/products/externalvideo?api%5Bversion%5D=2022-04) on Shopify.dev.