{"section":"known-issues","requestedLocale":"en","requestedSlug":"wrong-spotprice-for-items-with-unitmultiplier-greater-than-1-in-intelligent-search-apis","locale":"en","slug":"wrong-spotprice-for-items-with-unitmultiplier-greater-than-1-in-intelligent-search-apis","path":"docs/en/known-issues/Intelligent Search/wrong-spotprice-for-items-with-unitmultiplier-greater-than-1-in-intelligent-search-apis.md","branch":"main","content":"## Summary\n\n\nIn the Intelligent Search APIs (GraphQL or REST), the `spotPrice` property from the object `items.sellers.commertialOffer` is wrong for items where the `unitMultiplier` is greater than `1`.\n\nThe `spotPrice` should represent the cheapest payment method in its single installment option in order to show the \"cash price\", with a discount (if any), but in this case, it ends up returning the regular price for the item.\n\nIt does not happen for items where the multiplier is lower than `1` (fracioned items).\n\n\n##\n\n## Simulation\n\n\nAt the Intelligent Search's REST API or GraphQL, check the property for items in this specific scenario.\n\n\n##\n\n## Workaround\n\n\nThe right value for `spotPrice` can be retrieved from the `Installments` array inside the same `commertialOffer` object."}