Skip to main content

ProductVideoBulkCreate

Create one or more product videos. For each video, if URL is present, video will be taken from provided URL. If any video has no URL provided, then this mutation must be sent as a multipart request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec

type ProductVideoBulkCreate {
product: Product
videos: [ProductVideo!]!
bulkProductVideoErrors: [BulkProductVideoError!]!
}

Fields

ProductVideoBulkCreate.product ● Product object

ProductVideoBulkCreate.videos ● [ProductVideo!]! non-null object

List of the created videos.

ProductVideoBulkCreate.bulkProductVideoErrors ● [BulkProductVideoError!]! non-null object

Returned By

productVideoBulkCreate mutation

Was this page helpful?