Skip to main content
object

Represents a shop video with related products.

•ID!
non-null

A globally-unique identifier for the video.

•ID

The Shopify Media Image ID in GID format.

•URL!
non-null

The URL of the preview image for the video.

•[RelatedProduct!]!
non-null

List of products and variants related to this video.

•ShopVideoStatus!
non-null

The status of the video (active or inactive).

•ID

The Shopify Video ID in GID format.

•URL!
non-null

The URL of the video.


Was this section helpful?

•query

Retrieve active shop videos for a given entity

Arguments

•ID!
required

The Product or ProductVariant ID in GID format (e.g., gid://shopify/Product/123 or gid://shopify/ProductVariant/456)



Was this section helpful?

•mutation

Create a new shop video with related products.

Arguments

•MediaCreateInput!
required

•mutation

Update an existing shop video.

Arguments

•MediaUpdateInput!
required


Was this section helpful?