Interface
ShipmentTrackSearchResultInterface
Magento\Sales\Api\Data\ShipmentTrackSearchResultInterface
What it does
This interface defines the contract for search results when querying shipment tracking records in Magento 2.
Developers use this when implementing repository methods that return multiple shipment tracking entities, ensuring a standardized way to handle paginated collections of tracking information with metadata like total count and search criteria.
Public Methods
- getItems()
- setItems()