inventory icon indicating copy to clipboard operation
inventory copied to clipboard

IsProductSalable/AreProdustsSalable composite products support.

Open novikor opened this issue 4 years ago • 0 comments

Description (*)

Currently, IsProductSalable/AreProdustsSalable services do not support bundle and configurable product types.

The relevant logic should be moved from Magento\InventoryBundleProduct\Plugin\CatalogInventory\Helper\Stock\AdaptAssignStatusToProductPlugin and Magento\InventoryCatalog\Plugin\CatalogInventory\Helper\Stock\AdaptAssignStatusToProductPlugin

Expected behavior (*)

IsProductSalable/AreProdustsSalable services DO support bundle and configurable product types.

Benefits

  • Performance improvements: it makes us able to use indexed salability status instead of calculating it each time after a product is loaded;
  • Service Contracts are working as expected, - and support all the product types.

novikor avatar Jul 19 '20 14:07 novikor