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 interface when retrieving filtered or paginated collections of shipment comments through repository methods, ensuring the results include standard search metadata like total count and current page along with the comment items themselves.

Public Methods

  • getItems()
  • setItems()