feat(core-flows): manage inventory reservation of claims and exchanges (#8448)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-07 07:49:58 -03:00
committed by GitHub
parent 3ac235e098
commit 1fb679e785
22 changed files with 255 additions and 151 deletions
@@ -278,6 +278,7 @@ export default class InventoryModuleService
},
context
)
const created = await this.reservationItemService_.create(input, context)
const adjustments: Map<string, Map<string, number>> = input.reduce(