Adapt composite product salability status after reservation was placed.
Open
Progress: PR created
- Dominant language
- PHP
- Stars
- 357
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.