---
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
metadata:
  effectiveApiVersion: 2022-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-01-26T13:59:41-05:00'
  postedAt: '2022-01-26T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:33-05:00'
  effectiveAt: '2022-01-26T00:00:00-05:00'
---

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.
