Description
Using the in-built Product Importer we have been successfully updating our product quantities in bulk within Mangeto 2.0.5.
However since we have upgraded to Magento 2.1.0, and after a Product Import updating qty's, we get an error:
Item (Magento\Catalog\Model\Product\Interceptor) with the same ID "4" already exists.
This error shows in the Admin while trying to view products on "Products -> Catalog"
Steps to reproduce
- Create a csv with two columns "sku" & "qty", with the existing sku's and new product qty's
- Upload csv within "System -> Import" selecting:
- Entity Type: Products
- Import Behavior: Add/Update
- The csv checks fine (no errors) and the import is successful.
- Then in the Admin go to ""Products -> Catalog" get the error "Item (Magento\Catalog\Model\Product\Interceptor) with the same ID "4" already exists. "
Expected result
For the import to be successful.
It updates the product quantities successfully.
You can still view products in the Admin at "Products -> Catalog"
Actual result
While viewing Products in the Admin at "Products -> Catalog" get the error:
Item (Magento\Catalog\Model\Product\Interceptor) with the same ID "4" already exists.
Is this a bug?
Can it be fixed so we can view our products in the Admin?
Thanks.