Shipping Module
Model\CarrierFactoryInterface
This interface defines a factory for creating and retrieving shipping carrier instances in Magento 2. Developers use this to get carrier objects by th...
Model\Carrier\AbstractCarrierInterface
This interface defines the contract for all shipping carrier implementations in Magento 2. Developers use this when creating custom shipping methods o...
Model\Carrier\CarrierInterface
This interface defines the contract that all shipping carrier implementations must follow in Magento 2. Developers implement this interface when creat...
Model\Carrier\Source\GenericInterface
This interface serves as a marker interface for shipping carrier configuration source models in Magento 2. Developers implement this interface when cr...
Model\ShipmentProviderInterface
This interface defines a contract for classes that provide shipment data in Magento 2. Developers implement this interface when creating custom shipme...