-1

I need to change my products sku, actually, my site consists 20k products, how can I bulk change my SKU's by CSV format. Is it possible by CSV format?

Gem
  • 126
  • 1
  • 2
  • 18
  • 1
    yes, you can do that by CSV. change in CSV and import products method of magento – urfusion Feb 10 '17 at 12:58
  • may i know csv header column which is useful for me. – Gem Feb 11 '17 at 05:11
  • I'm voting to close this question as off-topic because Stack Overflow is a [programming-related](http://stackoverflow.com/help/on-topic) Q&A site. Your question is not about programming. Perhaps you should post it on http://magento.stackexchange.com instead? – Enigmativity Feb 13 '17 at 03:59
  • @urfusion : May i know the columns in csv – Gem Feb 13 '17 at 04:18
  • 1
    https://trellis.co/blog/uploading-products-magento-product-excel/ – urfusion Feb 13 '17 at 05:35
  • 1
    http://blog.maximusbusiness.com/2012/11/magento-raw-product-import-csv-creation/ – urfusion Feb 13 '17 at 05:35
  • @urfusion: Already my products inside the site with the wrong SKU, so I need to replaced by original sku, how can I replaced by CSV. May i know the required columns name of csv. – Gem Feb 13 '17 at 06:03
  • https://www.templatemonster.com/help/how-edit-product-prices-through-the-external-csv-file.html#gref – urfusion Feb 13 '17 at 06:32

1 Answers1

0

There are many way to bulk update products.

  1. Export CSV with the required fields which you needs to update and change data and import that.

  2. There is a tool "MAGMI Importer" for magento bulk update.

urfusion
  • 5,528
  • 5
  • 50
  • 87
  • I tried multiple combinations, but not working. If you know pls share CSV demo file for bulk change sku by original sku. – Gem Feb 13 '17 at 06:41