Model
GetList
Magento\Inventory\Model\Source\Command\GetList
What it does
This class retrieves a filtered list of inventory sources based on search criteria.
Developers use it when they need to fetch multiple source records with filtering, sorting, or pagination capabilities.
It's the standard way to programmatically query source data in Magento's Multi-Source Inventory (MSI) system.
Public Methods
- execute()