{"section":"known-issues","requestedLocale":"en","requestedSlug":"kit-creation-api-is-not-calculating-component-prices","locale":"en","slug":"kit-creation-api-is-not-calculating-component-prices","path":"docs/en/known-issues/Catalog/kit-creation-api-is-not-calculating-component-prices.md","branch":"main","content":"## Summary\n\n\nCurrently, the insert KIT API payload has a format requesting the components that this kit consists of and its according quantities and prices.\n\nThe expected price of a KIT should be a ponderated sum of its component prices * its needed quantities to compose the kit.\n\nFor instance, if I have a KIT which is:\n\nComponent (A) --> $10, 2 units\nComponent (B) --> $25, 1 unit\n\nThe kit Price should be: 10*2 + 25 === 45.\n\nThis is what happens on the KIT UI SkuKit.aspx.\n\nHowever, the API https://developers.vtex.com/docs/api-reference/catalog-api#post-/api/catalog/pvt/stockkeepingunitkit is not making such price updates for components other than the 1st one added.\n\n\n\n##\n\n## Simulation\n\n\nCreate a kit using the following API with a component with a quantity of 2 or more https://developers.vtex.com/docs/api-reference/catalog-api#post-/api/catalog/pvt/stockkeepingunitkit and then check its price on the pricing module UI.\n\n\n\n\n\n##\n\n## Workaround\n\n\nInsert the final price of the kit directly via pricing API."}