PHPackages                             shoparize/magento-partner - 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. shoparize/magento-partner

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

shoparize/magento-partner
=========================

Shoparize Partner Magento integration module

1.0.6(1y ago)0224GPL-3.0PHPPHP ~7.4.0||~8.1.0||~8.2.0||~8.3.0

Since Aug 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/shoparize/magento-partner)[ Packagist](https://packagist.org/packages/shoparize/magento-partner)[ RSS](/packages/shoparize-magento-partner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Shoparize Partner Magento Extension
-----------------------------------

[](#shoparize-partner-magento-extension)

### for install need to execute:

[](#for-install-need-to-execute)

```
cd /to/magento/shop/;

# install repositories(need to get access)
composer config repositories.shoparize_product_api composer https://github.com/shoparize/partner-plugin-product-api.git;
composer config repositories.shoparize_magento composer https://github.com/shoparize/magento-partner.git;

# install magento extension
composer require shoparize/magento-partner:"^1.0";

bin/magento module:enable Shparize_Partner;
bin/magento setup:upgrade;
bin/magento setup:di:compile;
bin/magento cache:flush;
```

after installing config page will be available

[![img.png](./images/img.png)](./images/img.png)

Field of Color Attribute, Size Attribute need to set up using current color, size attributes. If the color, size attributes does not exist at a shop they will be installed in time installing the module.

[![img.png](./images/img_1.png)](./images/img_1.png)

### Send request to product api

[](#send-request-to-product-api)

example of request:

```
GET http://localhost/shoparize-partner/products?page=1&limit=3&updated_after=2023-08-13T16:05:53+03:00
Shoparize-Partner-Key: 999999
```

response:

```
{
  "items": [
    {
      "id": "1",
      "title": "Joust Duffle Bag",
      "description": "The sporty Joust Duffle Bag can't be beat - not in the gym, not on the luggage carousel, not anywhere. Big enough to haul a basketball or soccer ball and some sneakers with plenty of room to spare, it's ideal for athletes with places to go.\r\n\r\nDual top handles.\r\nAdjustable shoulder strap.\r\nFull-length zipper.\r\nL 29\" x W 13\" x H 11\".\r\n",
      "link": "http:\/\/localhost\/joust-duffle-bag.html",
      "images": [
        "http:\/\/localhost\/media\/catalog\/product\/m\/b\/mb01-blue-0.jpg"
      ],
      "mobile_link": "http:\/\/localhost\/joust-duffle-bag.html",
      "availability": "out_of_stock",
      "price": "34.00",
      "brand": null,
      "gtin": null,
      "condition": "new",
      "currency_code": "USD",
      "shipping_length": null,
      "shipping_width": null,
      "shipping_height": null,
      "shipping_weight": "11.000000",
      "size_unit": null,
      "sale_price": "34.00",
      "colors": [
        "Black"
      ],
      "sizes": null,
      "shipping": {
        "country": "US",
        "service": "Best Way",
        "price": "0.00"
      },
      "weight_unit": "lbs"
    },
    {
      "id": "2",
      "title": "Strive Shoulder Pack",
      "description": "&lt;p&gt;Convenience is next to nothing when your day is crammed with action. So whether you're heading to class, gym, or the unbeaten path, make sure you've got your Strive Shoulder Pack stuffed with all your essentials, and extras as well.&lt;\/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Zippered main compartment.&lt;\/li&gt;\r\n&lt;li&gt;Front zippered pocket.&lt;\/li&gt;\r\n&lt;li&gt;Side mesh pocket.&lt;\/li&gt;\r\n&lt;li&gt;Cell phone pocket on strap.&lt;\/li&gt;\r\n&lt;li&gt;Adjustable shoulder strap and top carry handle.&lt;\/li&gt;\r\n&lt;\/ul&gt;",
      "link": "http:\/\/localhost\/strive-shoulder-pack.html",
      "images": [
        "http:\/\/localhost\/media\/catalog\/product\/m\/b\/mb04-black-0.jpg",
        "http:\/\/localhost\/media\/catalog\/product\/m\/b\/mb04-black-0_alt1.jpg"
      ],
      "mobile_link": "http:\/\/localhost\/strive-shoulder-pack.html",
      "availability": "in_stock",
      "price": "35.00",
      "brand": "Brand Name",
      "gtin": "123123123",
      "condition": "new",
      "currency_code": "USD",
      "shipping_length": null,
      "shipping_width": null,
      "shipping_height": null,
      "shipping_weight": "5.000000",
      "size_unit": "111111",
      "sale_price": "35.00",
      "colors": [
        "Black",
        "Gray",
        "Multi",
        "Red"
      ],
      "sizes": [
        false
      ],
      "shipping": {
        "country": "US",
        "service": "Best Way",
        "price": "0.00"
      },
      "weight_unit": "lbs"
    }
  ]
}
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 86.4% 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 ~69 days

Recently: every ~78 days

Total

11

Last Release

695d ago

Major Versions

0.0.6 → 1.0.02022-08-04

PHP version history (2 changes)1.0.2PHP ~7.4.0||~8.2.0

1.0.5PHP ~7.4.0||~8.1.0||~8.2.0||~8.3.0

### Community

Maintainers

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

---

Top Contributors

[![aradhell](https://avatars.githubusercontent.com/u/6387515?v=4)](https://github.com/aradhell "aradhell (19 commits)")[![umuralpay](https://avatars.githubusercontent.com/u/747647?v=4)](https://github.com/umuralpay "umuralpay (3 commits)")

### Embed Badge

![Health badge](/badges/shoparize-magento-partner/health.svg)

```
[![Health](https://phpackages.com/badges/shoparize-magento-partner/health.svg)](https://phpackages.com/packages/shoparize-magento-partner)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[graycore/magento2-cors

A Magento 2 module that enables CORS on the GraphQL and REST Apis

99516.1k](/packages/graycore-magento2-cors)[elgentos/module-prismicio

Magento 2 - Prismic.io integration

39112.0k3](/packages/elgentos-module-prismicio)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)

PHPackages © 2026

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