Interface
OrderItemSearchResultInterface
Magento\Sales\Api\Data\OrderItemSearchResultInterface
What it does
This interface defines the contract for search results when querying order items in Magento 2.
Developers use this when implementing repositories or services that need to return collections of order items with pagination and filtering capabilities, extending Magento's standard search results functionality.
Public Methods
- getItems()
- setItems()