Log in
Model

ShipmentValidator

Magento\Sales\Model\Order\Shipment\ShipmentValidator

What it does

This class validates shipment entities in Magento 2 before they are saved or processed.

Developers use it to ensure shipment data meets business rules by running configured validators against a shipment object, helping prevent invalid shipments from being created in the system.

Public Methods

  • validate()