ProductVideo
Represents a product video.
type ProductVideo implements Node {
id: ID!
sortOrder: Int
externalId: String
externalSource: String
alt: String!
url: String!
}
Fields
ProductVideo.id ● ID! non-null scalar
The ID of the object
ProductVideo.sortOrder ● Int scalar
ProductVideo.externalId ● String scalar
ProductVideo.externalSource ● String scalar
ProductVideo.alt ● String! non-null scalar
ProductVideo.url ● String! non-null scalar
The URL of the video.
Interfaces
Node interface
An object with an ID
Member Of
Product object ● ProductVariantVideoAssign object ● ProductVariantVideoUnassign object ● ProductVideoBulkCreate object ● ProductVideoCountableEdge object ● ProductVideoCreate object ● ProductVideoDelete object ● ProductVideoReorder object ● ProductVideoUpdate object