Interface
ShipmentSearchResultInterface
Magento\Sales\Api\Data\ShipmentSearchResultInterface
What it does
This interface defines the contract for search results when querying shipments in Magento 2.
Developers use this when retrieving multiple shipment records through repository search methods, as it provides typed access to an array of ShipmentInterface objects along with pagination and filtering metadata inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()