Problem Statement
A customer may do a bulk import to change quantity with values with more than 6 decimal places. However, precision is lost and data is no longer accurate.
Issue
The system will reply with a success message but will not store values with higher than 6 decimal places of accuracy. Data is lost.
Workaround
Ensure that quantity is a positive number and not more than 6 decimal places in precision.