Tags:
- API
Vimeo embedded videos and ExternalVideo type changes
Shopify now supports adding embedded Vimeo videos to products, leveraging the object.
Many API implementations assume that all external video objects represent YouTube videos. To help determine where the video is hosted, we're introducing the new field host to that will return a enum value (currently VIMEO or YOUTUBE).
Additionally, we're introducing two new values EXTERNAL_VIDEO_EMBED_NOT_FOUND_OR_TRANSCODING and EXTERNAL_VIDEO_EMBED_DISABLED for Vimeo error handling.
Was this section helpful?