Dhl Module
AbstractDhl
This abstract class serves as the base for DHL shipping carrier implementations in Magento 2. Developers extend this class when creating DHL shipping...
Carrier
This class handles all DHL shipping integration functionality in Magento 2, including calculating shipping rates, creating shipping labels, and tracki...
Source\Contenttype
This source model provides content type options for DHL shipments in Magento's admin configuration. Developers use this class to populate dropdown men...
Source\Method\AbstractMethod
This abstract class serves as a base for DHL shipping method source models that populate dropdown options in the Magento admin configuration. Develope...
Source\Method\Doc
This class serves as a source model for DHL shipping methods specifically for document shipments. It extends the abstract DHL method class and sets th...
Source\Method\Freedoc
This class provides a source model for DHL shipping methods specifically for document shipments in Magento's admin configuration. Developers use this...
Source\Method\Freenondoc
This source model provides a list of available DHL shipping methods specifically for non-document shipments. It's used in the Magento admin configurat...
Source\Method\Generic
This class provides a generic base for generating option arrays for DHL shipping method configuration fields in the Magento admin panel. Developers us...
Source\Method\Nondoc
This class serves as a source model for DHL non-document shipping methods in Magento 2. It's used to provide shipping method options specifically for...
Source\Method\Size
This class serves as a source model for DHL shipping package size options in Magento's admin configuration. It extends the Generic DHL method class an...
Source\Method\Unitofmeasure
This class serves as a source model for DHL shipping unit of measurement options in Magento's admin configuration. It extends the Generic source model...
Validator\ResponseErrorProcessor
This class processes and formats error messages returned from DHL's shipping service API responses. Developers use it to extract error codes and data...
Validator\XmlValidator
This validator class ensures XML responses from DHL's shipping web service are secure and error-free. Developers use it when processing DHL API respon...