Skip to main content

ProductVideo

Represents a product video.

type ProductVideo implements Node {
id: ID!
alt: String
sortOrder: Int
externalId: String
externalSource: String
url: String!
}

Fields

ProductVideo.id ● ID! non-null scalar

The Globally Unique ID of this object

ProductVideo.alt ● String scalar

Alt text for the video

ProductVideo.sortOrder ● Int scalar

Sort order of the video

ProductVideo.externalId ● String scalar

External system identifier

ProductVideo.externalSource ● String scalar

External system source

ProductVideo.url ● String! non-null scalar

The URL of the video

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Product object ● ProductVariantVideoAssign object ● ProductVariantVideoUnassign object ● ProductVideoBulkCreate object ● ProductVideoCountableEdge object ● ProductVideoCreate object ● ProductVideoDelete object ● ProductVideoReorder object ● ProductVideoUpdate object

Was this page helpful?