inventory icon indicating copy to clipboard operation
inventory copied to clipboard

Adapt composite product salability status after reservation was placed.

Open sidolov opened this issue 4 years ago • 1 comments

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.

sidolov avatar May 26 '20 16:05 sidolov

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


m2-assistant[bot] avatar May 26 '20 16:05 m2-assistant[bot]