cancel
Showing results for 
Search instead for 
Did you mean: 

Product Type is invalid or not supported in row(s)

Product Type is invalid or not supported in row(s)

Hi Experts,

please help me out while i try to import products for pricing then it gives error regarding product type. i followed some solutions from stackoverflow but it did not work. looking forward to your responses.

product_type.jpgRegards,

Zia 

5 REPLIES 5

Re: Product Type is invalid or not supported in row(s)

Hello.

 

 

make sure column name is _type 

 

Hope it will help you.

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Product Type is invalid or not supported in row(s)

Hi @Sunil Patel,

 

Thanks for your reply.

i already applied this solution. i want to just update prices. i added one more column to avoid this issue names as _type but it did not solve the issue.

 

Re: Product Type is invalid or not supported in row(s)

Hello @mzia87

 

maybe some of the products does not exist into the system

 

 

make sure your csv it utf-8 fomatted.

 

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Product Type is invalid or not supported in row(s)

Hi,

The column named '_type' can be used for Magento 1 import. In Magento 2 the format of import file fields have been changed. So you have to make sure that in your CSV there is column named 'product_type' and it is filled with one of those values: simple, grouped, configurable, bundle, virtual or downloadable (important for values to be non-capitalized). You can check if your file has all required fields explained here

Re: Product Type is invalid or not supported in row(s)

Product Type is invalid or not supported in row(s): same issue i face  during image import using csv 

my csv file have these columns 

sku,base_image,base_image_label,small_image,small_image_label,thumbnail_image,thumbnail_image_label

 

but when i check these then i got this error

"Product Type is invalid or not supported in row(s): "  i am using magento 2.1 and using porto theme 3.1.3