Interface
SourceItemSearchResultsInterface
Magento\InventoryApi\Api\Data\SourceItemSearchResultsInterface
What it does
This interface defines the contract for search results returned when querying source items in Magento's Multi-Source Inventory (MSI) system.
Developers use this to retrieve collections of source item data with pagination and filtering capabilities, typically from repository getList() operations that return inventory quantities for products across different warehouse locations.
Public Methods
- getItems()
- setItems()