Hi,
I’m trying to upload a video for a product in Shopify by following the below order,
- stagedUploadsCreate mutation → Creating a URL for the video with required filesize,
- It works
- Uploading the asset
- With postman (tool) -
- a multipart form works with the video file selected.
- With the form-data library in the node (programmatically) -
- It’s not working with the file and its location
- With postman (tool) -
- Linking the asset with the respective product.
- It works
Please help us in solving the above issue. Thanks in advance.