fond-of-oryx/customer-product-list-api
Composer 安装命令:
composer require fond-of-oryx/customer-product-list-api
包简介
The CusomerProductListAPI module provides a REST API for customer product list relation CRUD.
README 文档
README
The CustomerProductListApi module provides a REST API for customer product list create/updates.
Installation
composer require fond-of-oryx/customer-product-list-api
Register Plugins in ApiDependencyProvider
/**
* @return \Spryker\Zed\Api\Dependency\Plugin\ApiResourcePluginInterface[]
*/
protected function getApiResourcePluginCollection(): array
{
return [
...
new CustomerProductListApiResourcePlugin(),
];
}
POST /api/rest/customer-product-lists
Example
curl -X POST "http://zed.yourdomain.com/api/rest/customer-product-lists/" \ -H 'Content-Type: application/json' \ -d $'{ "data": { "fk_customer": "1", "product_list_ids": "[1]", } }'
统计信息
- 总下载量: 1.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-14