PHPackages                             oxid-academy/graphql-product-extension - 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. oxid-academy/graphql-product-extension

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

oxid-academy/graphql-product-extension
======================================

Description of the package.

v1.0.0(4y ago)072GPL-3.0-or-laterPHPPHP ^7.4

Since Oct 1Pushed 3y ago3 watchersCompare

[ Source](https://github.com/oxid-academy/graphql-product-extension)[ Packagist](https://packagist.org/packages/oxid-academy/graphql-product-extension)[ Docs](https://www.oxid-esales.com)[ RSS](/packages/oxid-academy-graphql-product-extension/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

About
-----

[](#about)

This module is extending the Storefront Product object by adding two new fields: `itemNumber` and `subtitle`.

### itemNumber

[](#itemnumber)

A wrapper for the field `oxarticles__oxartnum` and shows the basic functionality.

### subtitle

[](#subtitle)

Represent a custom field of the table `oxarticles_oxartnum`. To keep things simple an existing field is taken and the value just changed.

Install
-------

[](#install)

```
composer require oxid-academy/graphql-product-extension
vendor/bin/oe-console oe:module:activate oe_graphql_storefront
vendor/bin/oe-console oe:module:activate oxac_graphql_productextension
```

\[ ! \] The module oxid-academy/graphql-product must be deactivated:

```
vendor/bin/oe-console oe:module:deactivate oxac_graphql_product
```

Usage
-----

[](#usage)

You can use your favourite GraphQL client to explore the API, if you do not already have one installed, you may use [Altair GraphQL Client](https://altair.sirmuel.design/).

### Query

[](#query)

URL: `http://localhost/graphql/?shp=1&lang=0`

#### Request

[](#request)

```
query {
  product (productId: "05848170643ab0deb9914566391c0c63") {
    itemNumber,
    subtitle
  }
}

```

#### Response

[](#response)

```
{
  "data": {
    "product": {
      "itemNumber": "1402",
      "subtitle": "sadsadasd  dsadasdas"
    }
  }
}

```

Sources
-------

[](#sources)

- Background knowledge about the architecture of the module and the GraphQL Modules, since it differs to the eShop Framework.

- The GraohQL Module documentation contains a tutorial which describes how to write own queries and mutations. Based of this documentation this example module was written.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

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

Unknown

Total

1

Last Release

1737d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/093771863de624bba0d2ae1bb0b2e834429daf708f6069296e5573e4af8f0e64?d=identicon)[OXID Academy](/maintainers/OXID%20Academy)

---

Top Contributors

[![michaelkeiluweit](https://avatars.githubusercontent.com/u/2961521?v=4)](https://github.com/michaelkeiluweit "michaelkeiluweit (8 commits)")

---

Tags

graphqlOXIDmoduleseshopoxid academy

### Embed Badge

![Health badge](/badges/oxid-academy-graphql-product-extension/health.svg)

```
[![Health](https://phpackages.com/badges/oxid-academy-graphql-product-extension/health.svg)](https://phpackages.com/packages/oxid-academy-graphql-product-extension)
```

###  Alternatives

[oxid-esales/graphql-base

OXID eSales GraphQL base module

24107.6k16](/packages/oxid-esales-graphql-base)[oxid-esales/graphql-storefront

OXID eSales GraphQL storefront module

2055.3k1](/packages/oxid-esales-graphql-storefront)[oxid-esales/oxideshop-ce

This package contains OXID eShop CE source code.

2371.2M263](/packages/oxid-esales-oxideshop-ce)[oxid-esales/graphql-configuration-access

OXID eSales GraphQL configuration access module

141.5k3](/packages/oxid-esales-graphql-configuration-access)[oxid-esales/paypal-module

This is the PayPal module for the OXID eShop.

36520.0k2](/packages/oxid-esales-paypal-module)[ddoe/wysiwyg-editor-module

Summernote WYSIWYG Editor for OXID eShop.

191.0M5](/packages/ddoe-wysiwyg-editor-module)

PHPackages © 2026

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