PHPackages                             kingfisherdirect/magento2-order-orig-product-sku - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kingfisherdirect/magento2-order-orig-product-sku

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

kingfisherdirect/magento2-order-orig-product-sku
================================================

Saves original product SKU (without option suffix) in cart items and order items.

v1.1.0(5y ago)013MITPHP

Since Mar 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kingfisherdirect/magento2-order-orig-product-sku)[ Packagist](https://packagist.org/packages/kingfisherdirect/magento2-order-orig-product-sku)[ RSS](/packages/kingfisherdirect-magento2-order-orig-product-sku/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Kingfisher Direct - Order Orig Product SKU
==========================================

[](#kingfisher-direct---order-orig-product-sku)

This module adds product\_sku property to order items (Quote item and Sales Order Item).

By default magento saves product sku with all options.

This is a module with similar functionality to [magento/magento2#30667](https://github.com/magento/magento2/pull/30667) , which as of today seems to be targeted for Magento 2.5

Installation
------------

[](#installation)

`composer require kingfisherdirect/magento2-order-orig-product-sku`

Usage
-----

[](#usage)

The original product SKU can be accessed through API. The value will be within extension\_attributes, under product\_sku key.

```
{
    ...
    ...
    "created_at": "2021-03-03 10:54:26",
    "item_id": 24817,
    "name": "Some Product Name",
    "order_id": 2282,
    "original_price": 0,
    "parent_item_id": 4816,
    "price": 621.42,
    "product_id": 572,
    "product_type": "simple",
    "quote_item_id": 45011,
    "sku": "PRODUCTSKU-WITH-OPTION",
    "extension_attributes": {
        "product_sku": "PRODUCTSKU"
    }
    ...
}

```

Tests
-----

[](#tests)

At the moment this software was manually tested on Magento 2.3.5.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

4

Last Release

1895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13ef32eef650c9bddea30c304036ba5bf091f051be75c05e0abb3aad6628a7e1?d=identicon)[lumnn](/maintainers/lumnn)

---

Top Contributors

[![lumnn](https://avatars.githubusercontent.com/u/2505114?v=4)](https://github.com/lumnn "lumnn (6 commits)")

### Embed Badge

![Health badge](/badges/kingfisherdirect-magento2-order-orig-product-sku/health.svg)

```
[![Health](https://phpackages.com/badges/kingfisherdirect-magento2-order-orig-product-sku/health.svg)](https://phpackages.com/packages/kingfisherdirect-magento2-order-orig-product-sku)
```

###  Alternatives

[putyourlightson/craft-element-status-events

Element status events extension for Craft CMS.

121.0k](/packages/putyourlightson-craft-element-status-events)

PHPackages © 2026

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