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
Requires
- php: >=8.0
- spryker/api: ^0.4.0
- spryker/api-extension: ^0.1.0
- spryker/api-query-builder: ^0.1.0
- spryker/product-list: ^1.0.0
Requires (Dev)
README
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(),
];
}