fond-of-oryx/product-list-api

ProductListApi 模块提供了一个用于产品列表 CRUD 的 REST API。

3.0.0 2023-02-07 12:50 UTC

This package is auto-updated.

Last update: 2024-09-02 14:51:35 UTC


README

license

ProductListApi 模块提供了一个用于更新产品列表的 REST API。

fond-of-oryx/product-list-api 转移的包

安装

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

ApiDependencyProvider 中注册插件

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