CreditmemoItemSearchResultInterface
Magento\Sales\Api\Data\CreditmemoItemSearchResultInterface
What it does
This interface defines the contract for search results when querying credit memo items through Magento's API.
Developers use this when retrieving collections of credit memo line items (individual products being refunded) with search criteria, such as filtering credit memo items by order ID or product SKU.
It extends SearchResultsInterface to provide standard pagination and filtering capabilities while ensuring the returned items are CreditmemoItemInterface objects.
Public Methods
- getItems()
- setItems()