ProductVideoCreateInput
No description
input ProductVideoCreateInput {
alt: String
video: Upload
url: String
product: ID!
transferVideoOwnership: Boolean
externalId: String
externalSource: String
}
Fields
ProductVideoCreateInput.alt ● String scalar
Alt text for a video.
ProductVideoCreateInput.video ● Upload scalar
Represents a video file in a multipart request. Either a video or a url must be provided.
ProductVideoCreateInput.url ● String scalar
URL of video to upload. Either a video or a url must be provided.
ProductVideoCreateInput.product ● ID! non-null scalar
ID of a product.
ProductVideoCreateInput.transferVideoOwnership ● Boolean scalar
Only for use by Marketplace Operator, if true then the video ownership will transfer to the seller that owns the product it is being assigned to, if false or not provided then video ownership will not transfer.
ProductVideoCreateInput.externalId ● String scalar
External ID of the product video if originating from outside the system.
ProductVideoCreateInput.externalSource ● String scalar
External source of the product video if originating from outside the system.
Member Of
productVideoCreate mutation