PHPackages                             deckcommerce/integration-module - 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. deckcommerce/integration-module

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

deckcommerce/integration-module
===============================

A Magento 2 Deck Commerce integration module

2024.3.0(1y ago)0957proprietaryPHPPHP ~8.0.0||~8.1.0||~8.2.0||~8.3.0

Since Jul 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/DeckCommerce/magento)[ Packagist](https://packagist.org/packages/deckcommerce/integration-module)[ RSS](/packages/deckcommerce-integration-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (17)Used By (0)

DeckCommerce\_Integration Module
================================

[](#deckcommerce_integration-module)

Extension extends the functionality of Magento to work with Deck Commerce OMS ().

It has the following features:

- Allows to import inventory from the Deck Commerce side to Magento (full and delta inventory import)
- Check inventory on-the-fly on the product, cart and checkout pages
- Support of the Multiple Sources Inventory
- Export Magento order to the Deck Commerce
- Support of Kount fraud protection extension: kount/magento2-kount
- Show the Deck Commerce orders, shipments and returns information in the Magento customer’s account in real time.
- Show the Deck Commerce orders information for guest customer in real time.
- Create and cancel RMA on Deck Commerce (only in Magento Enterprise Edition)
- Possibility to use Colorado "Retail Delivery Fee" Tax
- Possibility to map any config value or payment token or order and payment data based on column names in the corresponding tables. Available mapping sources:

    - "order:\[any sales\_order table column\]" Example: "**order.increment\_id**"
    - "payment:\[any sales\_order\_payment column\]" Example: "**payment.base\_amount\_paid**"
    - "payment:additional\_info:\[any field from sales\_order\_payment.additional\_information column\]" Example: **sales\_order\_payment.additional\_information.method\_title**
    - "config:\[any system config path\]" Example: **config:general/store\_information/name**
    - "**@payment\_token**" - variable for payment token value

    Full "Payment Methods Mapping JSON" configuration example:

    ```
        "cybersource": {
            "PaymentProcessorSubTypeName": "CreditCard",
            "Generic1": "CreditCard",
            "Generic2": "@payment_token",
            "Generic4": "config:general/store_information/name"
        },
        "amazonpay": {
            "PaymentProcessorSubTypeName": "AmazonPay",
            "Generic1": "Amazon Pay",
            "Generic2": "payment:additional_info:charge_permission_id",
            "CapturedAmount": "order:total_paid"
        }
    }

    ```

Requirements
------------

[](#requirements)

- Magento Enterprise (or Cloud) Edition 2.4.4-2.4.7

Configuration in Admin Panel
----------------------------

[](#configuration-in-admin-panel)

In the left menu: Deck Commerce

- Manage Shipping Methods - Allows to create Shipping methods used on Deck Commerce side and use them for mapping with Magento shipping methods
- Map Shipping Methods - Allows to create mapping between Magento and Deck Commerce shipping methods
- Inventory Import - Shows the history of Full and Delta inventory imports
- Configurations - Link to system configuration of extension

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

[](#installation)

### Install or Update Via Composer

[](#install-or-update-via-composer)

To install Deck Commerce Integration via Composer, run the following command in Magento 2 root folder:

```
composer require deckcommerce/integration-module

```

You may install a specific version of the module with this command:

```
composer require deckcommerce/integration-module:2023.1.0

```

To update extension to the latest version, the following command should be used:

```
composer update deckcommerce/integration-module

```

### Manual Installation

[](#manual-installation)

To install Deck Commerce Integration, create a new directory app/code/DeckCommerce/Integration/ and copy there the contents of the unzipped DeckCommerce\_Integration/ folder. Finally the folders structure must be the following: app/code/DeckCommerce/Integration/\[registration.php and other module files\].

Extension Activation
--------------------

[](#extension-activation)

In your Command Line Interface run the following command:

```
bin/magento setup:upgrade --keep-generated

```

If you are using a production mode, also run commands:

```
bin/magento setup:static-content:deploy
bin/magento setup:di:compile

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.6% 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 ~28 days

Recently: every ~49 days

Total

16

Last Release

623d ago

Major Versions

2021.2.1 → 2022.1.02023-07-06

2022.1.0 → 2023.1.02023-07-06

2023.2.0 → 2024.1.02024-02-16

PHP version history (5 changes)2021.1.0PHP ~7.3.0||~7.4.0

2021.2.1PHP ~7.3.0||~7.4.0||~8.0.0||~8.1.0

2023.1.0PHP ~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0

2023.2.0PHP ~8.0.0||~8.1.0||~8.2.0

2024.3.0PHP ~8.0.0||~8.1.0||~8.2.0||~8.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/95dd8784d2c2d5bba872e845757b95d04cbf5a73169cb2d164b3345e1b356f1b?d=identicon)[deckcommerce](/maintainers/deckcommerce)

---

Top Contributors

[![vkosenok](https://avatars.githubusercontent.com/u/1202300?v=4)](https://github.com/vkosenok "vkosenok (25 commits)")[![JeffTuckerDeckIS](https://avatars.githubusercontent.com/u/5346434?v=4)](https://github.com/JeffTuckerDeckIS "JeffTuckerDeckIS (2 commits)")

### Embed Badge

![Health badge](/badges/deckcommerce-integration-module/health.svg)

```
[![Health](https://phpackages.com/badges/deckcommerce-integration-module/health.svg)](https://phpackages.com/packages/deckcommerce-integration-module)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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