PHPackages                             dpdconnect/magento2-shipping-graphql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dpdconnect/magento2-shipping-graphql

ActiveMagento2-module[API Development](/categories/api)

dpdconnect/magento2-shipping-graphql
====================================

DPD Connect - Magento2 Shipping GraphQL

1.0.0(4y ago)011.7k↓25%GPL-3.0-or-laterPHP

Since Jun 15Pushed 4y agoCompare

[ Source](https://github.com/dpdconnect/magento2-shipping-graphql)[ Packagist](https://packagist.org/packages/dpdconnect/magento2-shipping-graphql)[ Docs](https://www.dpd.com/nl/business_customers/hulp_en_tools/e_commerce/magento)[ RSS](/packages/dpdconnect-magento2-shipping-graphql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Installation
============

[](#installation)

```
composer require dpdconnect/magento2-shipping-graphql
```

Description
===========

[](#description)

This extension adds GraphQL support to the [dpdconnect/magento2-shipping](https://github.com/dpdconnect/magento2-shipping) module.

With this extension you can fetch parcelshops and save a selected parcelshop. The following Query types and Mutations are supported:

Query type: **parcelshops**

Allows you to search for parcelshops either by postcode/country or a user-specified text.

Query type: **selectedParcelshop**

Returns the parcelshop saved in a Quote.

Mutation type: **setParcelshop**

Save a selected parcelshop in a Quote.

Example usage with GraphQL queries
----------------------------------

[](#example-usage-with-graphql-queries)

Fetch parcelshops by postcode and country

```
query getDpdParcelshops($postcode: String, $countryId: String) {
  parcelshops(postcode: $postcode, countryId: $countryId) {
    items {
      parcelshop_id
      company
      street
      houseno
      zipcode
      city
      country
      latitude
      longitude
      opening_hours {
        open_morning
        open_afternoon
        close_morning
        close_afternoon
        weekday
        __typename
      }
      __typename
    }
    total_count
    __typename
  }
}
```

Save a selected parcelshop

```
mutation saveParcelshop(
      $parcelshop_d: String!
      $company: String!
      $street: String!
      $houseno: String!
      $zipcode: String!
      $city: String!
      $country: String!
   ){
   setParcelshop(
      parcelshop_id: $parcelshop_id,
      company: $company,
      street: $street,
      houseno: $houseno,
      zipcode: $zipcode,
      city: $city,
      country: $country
   )
}
```

Fetch a parcelshop already saved in a Quote server sided

```
query getSelectedParcelshop(
    $cartId: String!
) {
    selectedParcelshop(
        cart_id: $cartId
    ) {
        parcelshop_id
        company
        street
        zipcode
        city
        country
        __typename
    }
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1798d ago

Major Versions

0.9.0-beta → 1.0.02021-06-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/d94da6db383f60a87fdbdbaabc5ac9a7048cfa5c99827c5b2a7c4fa03b146dae?d=identicon)[dpdplugin](/maintainers/dpdplugin)

---

Top Contributors

[![dpdplugin](https://avatars.githubusercontent.com/u/32730624?v=4)](https://github.com/dpdplugin "dpdplugin (2 commits)")

---

Tags

graphqlmagento2dpddpd parcelservice

### Embed Badge

![Health badge](/badges/dpdconnect-magento2-shipping-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/dpdconnect-magento2-shipping-graphql/health.svg)](https://phpackages.com/packages/dpdconnect-magento2-shipping-graphql)
```

###  Alternatives

[webonyx/graphql-php

A PHP port of GraphQL reference implementation

4.7k77.3M333](/packages/webonyx-graphql-php)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[overblog/graphql-bundle

This bundle provides tools to build a GraphQL server in your Symfony App.

8027.9M28](/packages/overblog-graphql-bundle)[gmostafa/php-graphql-client

GraphQL client and query builder.

3217.6M25](/packages/gmostafa-php-graphql-client)[mll-lab/graphql-php-scalars

A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php

1394.2M28](/packages/mll-lab-graphql-php-scalars)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
