fond-of-oryx/product-list-api

The ProductListApi module provides a REST API for product list CRUD.

Installs: 1 375

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/fond-of-oryx/product-list-api

3.0.0 2023-02-07 12:50 UTC

This package is auto-updated.

Last update: 2025-10-15 10:56:06 UTC


README

license

The ProductListApi module provides a REST API for product list updates.

Package ported from fond-of-oryx/product-list-api

Installation

composer require fond-of-oryx/product-list-api

Register Plugins in ApiDependencyProvider

    /**
     * @return \Spryker\Zed\Api\Dependency\Plugin\ApiResourcePluginInterface[]
     */
    protected function getApiResourcePluginCollection(): array
    {
        return [
            ...
            new ProductListApiResourcePlugin(),
        ];
    }