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 building repositories or services that need to return multiple order items from a search operation, such as filtering orders by product, date range, or customer.
It extends SearchResultsInterface to provide pagination and collection functionality specifically for OrderItem entities.
Public Methods
- getItems()
- setItems()