fond-of-oryx/product-list-api

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

3.0.0 2023-02-07 12:50 UTC

This package is auto-updated.

Last update: 2024-03-27 11:40:41 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(),
        ];
    }