techdivision / import-product

This library provides the basic function for the Magento 2 product import. This includes the import of simple products, their assignment to web pages and categories as well as the updating of the stock (not MSI) and the dynamic processing of the EAV attributes assigned to the product.
https://pacemaker.techdivision.com
MIT License
6 stars 12 forks source link

Add cleanup functionality on product link to remove product relations #160

Closed Mardl closed 3 years ago

Mardl commented 3 years ago

In operation.json you can define Add-Update parameters 'clean-up-links': true,. The default value is false.

To delete a complete link, enter the value __REMOVE__RELATION__ as SKU in the columns "upsell_skus", "crosssell_skus" or "related_skus".

An empty value ignores the columns.