Interface
OrderRegistrarInterface
Magento\Sales\Model\Order\Shipment\OrderRegistrarInterface
What it does
This interface defines a contract for updating order information when a shipment is created.
Developers use this to ensure that order data (like shipped quantities, status, etc.) is properly synchronized when shipment records are registered.
It's commonly used in the shipment creation workflow to maintain data consistency between orders and their shipments.
Public Methods
- register()