o3-shop/o3-dhl

Maintainers

Package info

github.com/o3-shop/o3-dhl

Type:oxideshop-module

pkg:composer/o3-shop/o3-dhl

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2026-06-02 10:28 UTC

This package is auto-updated.

Last update: 2026-06-02 10:29:33 UTC


README

Über die Deutsche Post & DHL Integration in Oxid können Versandscheine manuell oder automatisch aus dem Oxid Backend erzeugt werden. Im Checkout Ihres Onlineshops können Ihre Kunden mehrere Empfängerservices auswählen und so ganz flexibel ihren Versand steuern.

Links

Generate Parcel Shipping API (Module developers only)

We use Jane to generate the Parcel Shipping API. In particular, we use the package jane-php/open-api-3.

  1. Download OpenAPI specification from https://developer.dhl.com/api-reference/parcel-de-shipping-post-parcel-germany-v2#downloads-section
  2. Ensure appropriate environment for running Jane: docker run -ti -v $PWD:/var/www/html --rm --entrypoint=bash <php-image> or similar.
  3. Generate API: src/modules/mo/mo_dhl/vendor/bin/jane-openapi generate -c jane.php