Skip to main content

ProductVideoCreateInput

Input for creating product video

input ProductVideoCreateInput {
alt: String
video: Upload
url: String
product: ID!
externalId: String
externalSource: String
transferVideoOwnership: Boolean
}

Fields

ProductVideoCreateInput.alt ● String scalar

Alt text for the video.

ProductVideoCreateInput.video ● Upload scalar

Video file to upload.

ProductVideoCreateInput.url ● String scalar

URL of external video.

ProductVideoCreateInput.product ● ID! non-null scalar

Product ID to associate video with.

ProductVideoCreateInput.externalId ● String scalar

External ID for the video.

ProductVideoCreateInput.externalSource ● String scalar

External source of the video.

ProductVideoCreateInput.transferVideoOwnership ● Boolean scalar

Transfer ownership of video.

Member Of

productVideoCreate mutation

Was this page helpful?