Commit 161aa969 authored by 秦俊坤's avatar 秦俊坤

新增创建草稿状态的产品的特定方法

parent 0d130e47
......@@ -285,4 +285,13 @@ interface ProductServiceInterface
* @return array
*/
public function getChildProductsByProductFilter($filters, $childProductFields = ['*']): array;
/**
* 创建属于草稿状态(不展示出来)的主 SKU
* @return array
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author QJK
*/
public function createDraftProduct(array $params);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment