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.
In operation.json you can define Add-Update parameters
'clean-up-links': true,
. The default value isfalse
.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.