magento / magento/inventory

Adapt composite product salability status after reservation was placed.

Open
#3,054 1 comment 0 reactions 2 assignees Claimed by @novikor View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.