Currently, we have a Source toggling. To support Disabling the whole source (thus, all the SourceItems allocated in this Source became available for Stock aggregation and should not be taken into account for all Inventory calculations).
Need to add Disable/Enable Button on the Source edit page in admin panel.
Click on that button leads to Enabling/Disabling Source
For now, we have SourceRepositoryInterface which could be used for these purposes (save method updates ENABLE attribute of Source entity).
But we would like to introduce new service for these purposes (SourceDisabling).
*In case of any questions - send an email to engcom@magento.com, or ask a question in #MSI Slack channel
Currently, we have a Source toggling. To support Disabling the whole source (thus, all the SourceItems allocated in this Source became available for Stock aggregation and should not be taken into account for all Inventory calculations).
Need to add Disable/Enable Button on the Source edit page in admin panel.
Click on that button leads to Enabling/Disabling Source
For now, we have SourceRepositoryInterface which could be used for these purposes (save method updates ENABLE attribute of Source entity).
But we would like to introduce new service for these purposes (SourceDisabling).
*In case of any questions - send an email to engcom@magento.com, or ask a question in #MSI Slack channel