Magento 2 – How to Import Cross Sell Products with CSV

cross-sellsimport-productsmagento2

I have many products in my Magento2 store. I want to assign one product as cross sell product of all products.
Is there any way to assign cross sell product with CSV product import ?

Best Answer

You can use crosssell_skus column in your CSV file. You need to provide list of SKUs separated by comma for that column.

Related Topic