Log in
Repository

OrderStatusHistoryRepositoryInterface

Magento\Sales\Api\OrderStatusHistoryRepositoryInterface

What it does

This interface defines the contract for managing order status history comments in Magento 2.

Developers use this repository to retrieve, save, or delete status history entries that track order changes and admin comments.

It provides standardized CRUD operations for order status history records with support for advanced filtering through search criteria.

Public Methods

  • getList()
  • get()
  • delete()
  • save()