Log in
Interface

OrderStatusHistoryResourceInterface

Magento\Sales\Model\Spi\OrderStatusHistoryResourceInterface

What it does

This interface defines the contract for managing order status history records in the database.

Developers use this interface when they need to save, load, or delete order status history entries, which track comments and status changes throughout an order's lifecycle.

It provides a standardized way to interact with the order status history resource layer.

Public Methods

  • save()
  • load()
  • delete()