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 collections of shipment records through repository search methods, allowing them to get or set arrays of ShipmentInterface objects as search results.
It extends SearchResultsInterface to provide standard pagination and filtering capabilities for shipment collections.
Public Methods
- getItems()
- setItems()