Log in
Interface

ShipmentItemSearchResultInterface

Magento\Sales\Api\Data\ShipmentItemSearchResultInterface

What it does

This interface defines the contract for search results when querying shipment items in Magento 2.

Developers use this when implementing repository methods that return multiple shipment items with pagination, filtering, and sorting capabilities.

It extends the base SearchResultsInterface to provide type-safe access to collections of ShipmentItemInterface objects.

Public Methods

  • getItems()
  • setItems()