macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Delete list of skus #88

Closed raybog closed 3 years ago

raybog commented 3 years ago

Hi Team,

Is there a way in magmi to remove a list of SKUs from M2?

Thanks

kojoman commented 3 years ago

Hey @raybog,

Start by making sure you've added the "Product Deleter" option to to the Magmi profile you're using. Then, add a column, "magmi:delete" whose values should be 1 to delete and 0 to not delete.

You can check the documentation here.

I hope this helps.