Log in
Interface

ShipmentTrackSearchResultInterface

Magento\Sales\Api\Data\ShipmentTrackSearchResultInterface

What it does

This interface defines the contract for search results containing shipment tracking information in Magento 2.

Developers use this when retrieving multiple shipment track records through repository search operations, such as finding all tracking numbers for specific orders or date ranges.

It extends SearchResultsInterface to provide standardized pagination, filtering, and sorting capabilities for shipment tracking data.

Public Methods

  • getItems()
  • setItems()