cancel
Showing results for 
Search instead for 
Did you mean: 

skipping over unavailable skus on product upload

SOLVED

skipping over unavailable skus on product upload

Hi, I hope this makes sense. Basically I have 16,000 products on my website. I have been sent a new csv with 20,000 products. Many are the same products but with updated prices, others a brand new products not on our website.

I wish to update all existing products with their new prices. The new sheet is not broken into new and existing products so when I do a simple csv with SKU, price and special price I get the following error "Product Type is invalid or not supported in rows:" I understand it's because I have new sku's on there that aren't currently in my magento product database.

Is it possible to upload this file, skip over the new sku's and just update the prices for existing products?

 

Many thanks,

 

M&S

1 ACCEPTED SOLUTION

Accepted Solutions

Re: skipping over unavailable skus on product upload

Hello.

 

As you may know, new products you have in your file should have all the required by Magento details (columns and info in them indicated). Otherwise, import will return you error. 

 

Default Magento Import/Export has only the following options: append complex data, replace existing complex data and delete entities. I'm afraid there is no functionality to just modify existing products and do not add new from the file.

 

So you either need to sort goods in your file manually or consider alternative solution that supports the mentioned functionality, like import via Store Manage for Magento application. Running import there is the option "Modify only" that only updates existing products and do not add new from the file.

 

magento import options.png

 

There is 14-day fully-functional version that you can download and use to cope with the task without any fees.

Store Manager for Magento 1.x and 2.x - inventory management tool to automatically update products, customers, orders, and other data across multiple sales channels and suppliers.

View solution in original post

1 REPLY 1

Re: skipping over unavailable skus on product upload

Hello.

 

As you may know, new products you have in your file should have all the required by Magento details (columns and info in them indicated). Otherwise, import will return you error. 

 

Default Magento Import/Export has only the following options: append complex data, replace existing complex data and delete entities. I'm afraid there is no functionality to just modify existing products and do not add new from the file.

 

So you either need to sort goods in your file manually or consider alternative solution that supports the mentioned functionality, like import via Store Manage for Magento application. Running import there is the option "Modify only" that only updates existing products and do not add new from the file.

 

magento import options.png

 

There is 14-day fully-functional version that you can download and use to cope with the task without any fees.

Store Manager for Magento 1.x and 2.x - inventory management tool to automatically update products, customers, orders, and other data across multiple sales channels and suppliers.