PHPackages                             landofcoder/module-seller-product-list - 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. landofcoder/module-seller-product-list

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

landofcoder/module-seller-product-list
======================================

Landofcoder Magento 2 Seller Product List supports you to create a wanted list of products based on attribute, types, conditions of items.

1.0.2(4y ago)010OSL-3.0PHP

Since Feb 24Pushed 4y agoCompare

[ Source](https://github.com/landofcoder/module-seller-product-list)[ Packagist](https://packagist.org/packages/landofcoder/module-seller-product-list)[ RSS](/packages/landofcoder-module-seller-product-list/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Landofcoder Magento 2 Seller Product List
=========================================

[](#landofcoder-magento-2-seller-product-list)

Support filter products list of seller

Core Features
-------------

[](#core-features)

- Module supports you to create a wanted list of products based on attribute, types, conditions of items. To create a rule list is very simple. Also, this module is easy to configure too.
- The module just support REST API features.
- Support GraphQl [Seller Product List Graph Ql Module](https://github.com/landofcoder/module-seller-product-list-graph-ql)

Install Extension
-----------------

[](#install-extension)

- Require Setup [Magento 2 Multi-Vendor Module](https://landofcoder.com/magento-2-marketplace-extension.html/)
- Run command setup module via composer:

```
composer require landofcoder/module-seller-product-list
php bin/magento module:enable Lofmp_Productlist
php bin/magento setup:upgrade

```

API docs
--------

[](#api-docs)

Response Data Success:

```
{
    "items": [
        {
            "id": 0,
            "sku": "string",
            "name": "string",
            "attribute_set_id": 0,
            "price": 0,
            "status": 0,
            "visibility": 0
            ...
        }
    ],
    "search_criteria": {
        "filter_groups": [
        {
            "filters": [
            {
                "field": "string",
                "value": "string",
                "condition_type": "string"
            }
            ]
        }
        ],
        "sort_orders": [
        {
            "field": "string",
            "direction": "string"
        }
        ],
        "page_size": 0,
        "current_page": 0
    },
    "total_count": 0
}

```

Error data response:

```
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 0,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}

```

### API Endpoints

[](#api-endpoints)

{sellerUrl} - is public seller url key. Example: seller-a

1. New Arrival Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/newarrival`

2. Latest Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/latest`

3. Best Seller Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/bestseller`

4. Random Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/random`

5. Top Rated Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/toprated`

6. Specials Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/specials`

Note: Require use current store code for endpoint. Example: `http://[your_domain]/rest/default/V1/seller-productlist/{sellerUrl}/specials`

default - is default store view code

7. Most Viewed Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/mostviewed`

8. Featured Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/featured`

9. Deals Products

`[Your Domain]/V1/seller-productlist/{sellerUrl}/deals`

Note: Require use current store code for endpoint. Example: `http://[your_domain]/rest/default/V1/seller-productlist/{sellerUrl}/deals`default - is default store view code

Donation
--------

[](#donation)

If this project help you reduce time to develop, you can give me a cup of coffee :)

[![paypal](https://camo.githubusercontent.com/e1ff554a09e8e92bef25abc553ff05b88f45afd695877cf12f3a46558ef65b2e/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/paypalme/allorderdesk)

**Our Magento 2 Extensions List**

- [Megamenu for Magento 2](https://landofcoder.com/magento-2-mega-menu-pro.html/)
- [Page Builder for Magento 2](https://landofcoder.com/magento-2-page-builder.html/)
- [Magento 2 Marketplace - Multi Vendor Extension](https://landofcoder.com/magento-2-marketplace-extension.html/)
- [Magento 2 Multi Vendor Mobile App Builder](https://landofcoder.com/magento-2-multi-vendor-mobile-app.html/)
- [Magento 2 Form Builder](https://landofcoder.com/magento-2-form-builder.html/)
- [Magento 2 Reward Points](https://landofcoder.com/magento-2-reward-points.html/)
- [Magento 2 Flash Sales - Private Sales](https://landofcoder.com/magento-2-flash-sale.html)
- [Magento 2 B2B Packages](https://landofcoder.com/magento-2-b2b-extension-package.html)

**Featured Magento Services**

- [Hire Magento 2 Development Team](https://landofcoder.com/magento-2-create-online-store/)
- [Dedicated Magento 2 Developer](https://landofcoder.com/magento-support-ticket.html/)
- [Magento 2 Multi Vendor Development](https://landofcoder.com/magento-2-create-marketplace/)
- [Magento Website Maintenance Service](https://landofcoder.com/magento-2-customization-service/)
- [Magento Professional Installation Service](https://landofcoder.com/magento-2-installation-service.html)
- [Customization Service](https://landofcoder.com/magento-customization-service.html)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

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

Every ~17 days

Total

3

Last Release

1558d ago

### Community

Maintainers

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

---

Top Contributors

[![landofcoder](https://avatars.githubusercontent.com/u/194975?v=4)](https://github.com/landofcoder "landofcoder (14 commits)")

---

Tags

magento2magento2-modulemagento2-multi-vendormagento2-products-sliderseller-product-apimarketplacelandofcoderproduct list magento 2landofcoder seller product listmagento 2 seller product listsellerproduct list magento 2seller product list for magento 2multi-vendor magento 2

### Embed Badge

![Health badge](/badges/landofcoder-module-seller-product-list/health.svg)

```
[![Health](https://phpackages.com/badges/landofcoder-module-seller-product-list/health.svg)](https://phpackages.com/packages/landofcoder-module-seller-product-list)
```

###  Alternatives

[odiseoteam/sylius-vendor-plugin

Vendor plugin for Sylius. Add Vendor (Brand) to your products

6068.4k1](/packages/odiseoteam-sylius-vendor-plugin)[swissup/module-marketplace

One-Click modules and themes downloader/installer

18409.5k3](/packages/swissup-module-marketplace)

PHPackages © 2026

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