Skip to main content

productVideoCreate

Create a product video. If URL is present, video will be taken from provided URL. If 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

productVideoCreate(
input: ProductVideoCreateInput!
): ProductVideoCreate

Arguments

productVideoCreate.input ● ProductVideoCreateInput! non-null input

Fields required to create a product video.

Type

ProductVideoCreate object

Create a product video. If URL is present, video will be taken from provided URL. If 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?