Log in
Model

Grid

Magento\Sales\Model\ResourceModel\Grid

What it does

This class manages the synchronization of sales order data between the main order table and grid tables used for admin listing pages.

Developers would use this when they need to refresh or update the order grid display in the admin panel, either for specific orders or through scheduled batch updates.

It handles the database operations to keep grid tables in sync with the main sales data.

Public Methods

  • refresh()
  • refreshBySchedule()
  • getOrderIdField()