Skip to main content

ProductVideoBulkCreateInput

No description

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

Fields

ProductVideoBulkCreateInput.alt ● String scalar

Alt text for a video.

ProductVideoBulkCreateInput.video ● Upload scalar

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

ProductVideoBulkCreateInput.url ● String scalar

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

ProductVideoBulkCreateInput.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.

ProductVideoBulkCreateInput.externalId ● String scalar

External ID of the product video if originating from outside the system.

ProductVideoBulkCreateInput.externalSource ● String scalar

External source of the product video if originating from outside the system.

Member Of

productVideoBulkCreate mutation

Was this page helpful?