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

productVideoBulkCreate(
input: [ProductVideoBulkCreateInput!]!
product: ID!
): ProductVideoBulkCreate

Arguments

productVideoBulkCreate.input ● [ProductVideoBulkCreateInput!]! non-null input

Fields required to create one or more product videos

productVideoBulkCreate.product ● ID! non-null scalar

ID of a product.

Type

ProductVideoBulkCreate object

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

Was this page helpful?