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 or consuming APIs that return multiple shipment items, such as filtering or searching for products within shipments.

It extends SearchResultsInterface to provide standardized pagination and collection handling for shipment item data.

Public Methods

  • getItems()
  • setItems()