Log in
Interface

ShipmentCommentSearchResultInterface

Magento\Sales\Api\Data\ShipmentCommentSearchResultInterface

What it does

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

Developers use this when retrieving multiple shipment comments through repository search operations, as it provides standardized methods to get and set collections of ShipmentCommentInterface objects along with search metadata like total count and page size inherited from SearchResultsInterface.

Public Methods

  • getItems()
  • setItems()