Hello, I need to insert a lot of Products using IMPORT of Magento 2 Panel.
But when i make the first IMPORT using QTY and Price as example below:
NAME | PRICE | QTY |
PRODUCT 1 | 1000 | 500 |
Everything sounds good. but when im trying export these products, something like this happens
NAME | PRICE | QTY |
PRODUCT 1 | 10000000 | 5000000 |
In Magento panel everything OK, the price and QTY still 1000 and 500, then if i try to upload them again an ERROR is displayed in these fields.
There is a way to fix this issue??