Skip to main content

ProductVideoBulkCreate

Result of product video bulk create mutation.

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

Fields

ProductVideoBulkCreate.product ● Product object

The product with the new videos.

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

The created product videos.

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

List of errors that occurred executing the mutation.

Returned By

productVideoBulkCreate mutation

Was this page helpful?