Posted on 04/05/2018 08:53:04
Hi Anders,
you can try the existing option "Deactivate missing products" option and set the ProductDefaultShopId as a Primary key column in the data integration job table mappings,
but this is only for the missing products deactivation and if you have the ProductDefaultShopId values in the source.
If that doesn't suit then it is needed to implement some code: create the TableScript class where you can cache products you are importing and then in the JobFinished notificaiton subscriber
execute the sql statement to update products you need.
Regards, Dmitrij