Log in
Interface

CreditmemoSearchResultInterface

Magento\Sales\Api\Data\CreditmemoSearchResultInterface

What it does

This interface defines the contract for credit memo search result collections returned by repository search operations.

Developers use this when retrieving multiple credit memos through the Sales API, such as filtering credit memos by customer, date range, or status.

It extends SearchResultsInterface to provide standardized pagination and filtering capabilities for credit memo collections.

Public Methods

  • getItems()
  • setItems()