Netresearch Blog

Blog

Our blog contains all news and insights. We make our knowledge available, give tips, and inform you about everything that happens inside and outside our company.

DHL Shipping & Magento - Composition of Packages | PART 4

Composition of Packages

While we experimented with multi-module extensions already on the Magento 1 platform, evolution of technology granted us two significant changes which allowed to thoroughly utilize a modular architecture. First of all, the Composer dependency manager was introduced to the PHP world. Composer does not only allow to define the package requirements of a project, but also makes it possible to separate a package into smaller modules, using the metapackage package type. Secondly, the Magento 2 platform architecture puts strong emphasis on a clearly defined module API. That is, how individual modules are supposed to interact with each other. Based on these factors, the architectural vision was to create a central, abstract DHL shipping framework that on the one hand connects to the Magento core’s shipping module and on the other hand comes with the ability to plug in carrier modules (representing DHL business units) one after the other. Any other common (carrier-agnostic) functionality not offered by Magento core would be provided by further, independent modules.

 

Another step towards a modular extension architecture was to extract any web service communication into plain standalone PHP SDK libraries. One advantage is that possible use of the SDKs is not limited to the Magento platform. Another one is that web services can easily be exchanged without modifying the consuming application: The Location Finder API, used to fetch parcel pickup locations in checkout, was already replaced in the second release (v1.1.0) of the metapackage with no issues.

The modular approach paid off soon when DHL Express requested a Magento 2 extension for offering their shipping methods in checkout, paired with the ability to fulfill shipping in external software. The DHL Express Rates at Checkout module can be considered as a lightweight composition from the pool of available DHL packages.


Leaving technical aspects behind, the upcoming posts will focus on features and usability improvements. The next part highlights how merchants are guided through the label creation process by the new DHL packaging popup.

Extensions for Magento built by Netresearch

for Magento 1

  • DHL Shipping available on GitHub
  • DHL Online Returns available on GitHub
  • DHL Location Finder available on GitHub

for Magento 2

  • DHL Shipping (new official)
    available on Marketplace and GitHub
    features Returns and Location Finder already included
Share article:

New Blogposts

Continous Testing: Molecule und Vagrant

By Sebastian Mendel genannt Mendelsohn

How Ansible, Molecule and Vagrant are revolutionizing testing

Make Ansible automations testable and detect deployment errors earlier? Discover how to automate…

Read more
Netresearch: TYPO3 Developer Days Karlsruhe 2022
By Tobias Hein
August 4-7, 2022: TYPO3 Developer Days in Karlsruhe

Netresearch war dieses Jahr mit zwei Pro-Sessions bei den TYPO3 Developer Days in Karlsruhe…

Read more
20 years of AIDA customer relationship
By Caroline Kindervater
We celebrate 20 years cooperation with AIDA

Communication, expertise and trust play a major role in the successful implementation of customer…

Read more
Livegang SSO-Anbindung with Keycloak for Lehrerwelt
By Thomas Schöne
SSO connection with Keycloak for TYPO3 and Magento

For our customer AAP Lehrerwelt GmbH, which is part of the Klett Group, we implemented a…

Read more