Skip to main content

ProductVideoBulkCreateInput

No description

input ProductVideoBulkCreateInput {
video: Upload
url: String
alt: String
externalId: String
externalSource: String
transferVideoOwnership: Boolean
}

Fields

ProductVideoBulkCreateInput.video ● Upload scalar

Video file in a multipart request. Either video or url must be provided.

ProductVideoBulkCreateInput.url ● String scalar

URL of video to upload. Either video or url must be provided.

ProductVideoBulkCreateInput.alt ● String scalar

Alt text for the video.

ProductVideoBulkCreateInput.externalId ● String scalar

External ID for the video from a foreign system.

ProductVideoBulkCreateInput.externalSource ● String scalar

External source identifier for the video.

ProductVideoBulkCreateInput.transferVideoOwnership ● Boolean scalar

Whether to transfer ownership of the video to the product.

Member Of

productVideoBulkCreate mutation

Was this page helpful?