cancel
Showing results for 
Search instead for 
Did you mean: 

No option to upload video in product import process

No option to upload video in product import process

Hi mates,
Anybody please tell me, is there any option to include video/video_id at the time of product import process from the Magento backend. I exported a csv file of the product which have a video url, but in that csv they are not mentioning anything about product video.

2 REPLIES 2

Re: No option to upload video in product import process

Hi,

Can anyone reply to this post please?

I'm looking at option to upload in M2.

 

Thanks

Re: No option to upload video in product import process

Hi,

 

It seems isn't possible yet OOTB: https://github.com/magento/magento2/issues/5019

 

Maybe you can work on a woraround since videos are rows into this table:

 

catalog_product_entity_media_gallery_value_video

Maybe you can use a script after the process adds a product to copy the values into that table having the product ID.