Summary
In some cases, the total value of the order differs from the sum of the products values (adding also the value of shipping and possible discounts, if there's any). The known cause is related to the existence of products with a multiplier unit other than 1
in the order.
The order is closed and normally transacted at VTEX. But, depending on the external integration flows, problems can happen due to the created divergence.
Simulation
Example of occurrence:

In this case, the total value of the order charged to the customer was R$ 7.98
. However, when adding the sales figures recorded in each product, the total would be R$ 7.95
.
Workaround
If there are problems outside VTEX, it's necessary to bypass them directly through the integration. The recommended suggestion is to manually prorate the remainder between some of the order items directly into the target system (ERP, NFe issuer, etc.)