Summary
When some SKU contains a unit multiplier different than 1 (it can be int as 10 or 100, or float as 0.8, for example), in some situations, the price returned in store-graphql may have inconsistencies based on the division of the price returned from the simulation API:
calculatedSellingPrice / (unitMultiplier * 100)
It can apply to all price values that use the unit multiplier such as in installments (that do not consider unit multiplier value and the simulation call sends the value with the unit multiplier being considered), PDP price, PLP price, or cart.
Simulation
Check the simulation called for a product with a unit multiplier Check the Price of the product on a search page or using a product search query from search-graphql The prices can be divergent by cents
Workaround
N/A