Magento 1.8 Tier Price – Bulk Delete Tier Price and Customer Group

magento-1.8magmipricetierprice

How do you bulk delete tier price and tier price customer group?

Is it possible to do it by Magento Import or Magmi?

Best Answer

If it's just an occasional operation and you don't need to automate it just do:

DELETE FROM `catalog_product_entity_tier_price`;

And do full reindex afterwards.