inventory
inventory copied to clipboard
Adapt composite product salability status after reservation was placed.
Connected to the https://github.com/magento/inventory/issues/3013
Currently, the index table does not contain actual information about composite product salability.
We decided to post an async message to the queue and recalculate status in the background process.
We need to add additional behavior to handle composite products during reservation processing:
- Get simple product SKU and find all composite products that contain it.
- Call IsProductSalable service for each of them.
- Update status according to the IsProductSalable service results.
Hi @sidolov. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.