{"section":"known-issues","requestedLocale":"en","requestedSlug":"inconsistent-price-when-the-sku-has-unit-multiplier-different-than-1","locale":"en","slug":"inconsistent-price-when-the-sku-has-unit-multiplier-different-than-1","path":"docs/en/known-issues/Store Framework/inconsistent-price-when-the-sku-has-unit-multiplier-different-than-1.md","branch":"main","content":"## Summary\n\n\nWhen 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:\n\ncalculatedSellingPrice / (unitMultiplier * 100)\n\nIt 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.\n\n\n##\n\n## Simulation\n\n\nCheck the simulation called for a product with a unit multiplier\nCheck the Price of the product on a search page or using a product search query from search-graphql\nThe prices can be divergent by cents\n\n\n##\n\n## Workaround\n\n\nN/A"}