cancel
Showing results for 
Search instead for 
Did you mean: 

2.3 MSI - Why aren't reservations extensible?

2.3 MSI - Why aren't reservations extensible?

Hello,

 

In Magento 2.3, I need to be able to make reservations by source id in addition to stock id. I am not able to do this through extending the ReservationInterface, as it is not extensible. Why isn't it? And how can I make reservations through source id without an extensible Reservation class? Would I create a separate module for a custom Reservation class and create preferences for my Reservation class?

 

Thanks