PHPackages                             combipower/tess-ai - 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. combipower/tess-ai

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

combipower/tess-ai
==================

Base Magento 2 REST APIs for the Combipower TESS AI integration.

1.1.5(1mo ago)021—0%proprietaryPHP

Since May 10Pushed 1mo agoCompare

[ Source](https://github.com/combipower/tess-ai)[ Packagist](https://packagist.org/packages/combipower/tess-ai)[ RSS](/packages/combipower-tess-ai/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (16)Used By (0)

Combipower\_TessAI
==================

[](#combipower_tessai)

Base Magento 2 module for the Combipower TESS AI REST integration.

Exposed endpoints
-----------------

[](#exposed-endpoints)

- `GET /rest//V1/tessAi/categories`
- `GET /rest//V1/tessAi/filters`
- `GET /rest//V1/tessAi/products`
- `GET /rest//V1/tessAi/products/{sku}`
- `POST /rest//V1/tessAi/prices` — bulk update prices by SKU (sets `has_tess_price`)

Authentication
--------------

[](#authentication)

The API routes are protected by custom ACL resources:

- `Combipower_TessAI::read` — all `GET` endpoints
- `Combipower_TessAI::write` — the `POST /V1/tessAi/prices` bulk price update

The admin configuration section uses:

- `Combipower_TessAI::config`

Use an integration token or admin token with the required permission.

Attribute Mapping Configuration
-------------------------------

[](#attribute-mapping-configuration)

Product attribute codes used by the API are configurable in Admin:

- `Stores > Configuration > Combipower > TESS AI > Attribute Mapping`

The module reads attribute codes from this configuration per store scope instead of hardcoded codes.

Shipping Cost Configuration
---------------------------

[](#shipping-cost-configuration)

The API field `shipping_cost` is calculated by creating a temporary quote with the product quantity and collecting Magento shipping rates for the configured destination.

Configure the destination in Admin:

- `Stores > Configuration > Combipower > TESS AI > Shipping Estimate`

Defaults are set to Netherlands:

- Country: `NL`
- Postcode: `1011AC`
- City: `Amsterdam`
- Street: `Dam 1`

If `Shipping Method Code` is empty, the API uses the cheapest available shipping rate. To force one method, enter its Magento rate code, for example `flatrate_flatrate`.

### Shipping Quote Attributes

[](#shipping-quote-attributes)

`shipping_cost` is estimated by building a temporary quote. Carrier table rates and shipping restriction rules often depend on product **dimensions/weight** (e.g. `length`, `width`, `height`, `weight`). If those attributes are not loaded onto the quote product, the estimate evaluates the rules against empty values and may return a cheaper method than the real checkout.

Pick the attributes to load in Admin:

- `Stores > Configuration > Combipower > TESS AI > Shipping Estimate > Shipping Quote Attributes`

Default: `weight`, `length`, `width`, `height`. Add any extra attribute your shipping rules depend on. Non-existing codes are ignored.

Activation
----------

[](#activation)

Install module via Composer:

```
composer config repositories.combipower/tess-ai vcs git@github.com:combipower/tess-ai.git
composer require combipower/tess-ai:dev-main
```

Then enable the module and register it with Magento:

```
php bin/magento module:enable Combipower_TessAI
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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 ~4 days

Total

15

Last Release

33d ago

### Community

Maintainers

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

---

Top Contributors

[![thuong-nm](https://avatars.githubusercontent.com/u/66962638?v=4)](https://github.com/thuong-nm "thuong-nm (16 commits)")

### Embed Badge

![Health badge](/badges/combipower-tess-ai/health.svg)

```
[![Health](https://phpackages.com/badges/combipower-tess-ai/health.svg)](https://phpackages.com/packages/combipower-tess-ai)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)

PHPackages © 2026

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