Commit e6d1fe2d authored by 姜克保's avatar 姜克保

添加获取magento产品信息rpc

parent 4d18a50c
<?php
/**
* Created by PhpStorm.
* User: Zero
* Date: 2020/10/12
* Time: 9:39
*/
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface MagentoProductServiceInterface
{
/**
* 通过magento子产品的属性获取仓库产品信息
* @param string $platformProductSku magento 平台主sku
* @param string $color 颜色
* @param string $size 尺码
* @return array
*/
public function getChildrenByAttributes(string $platformProductSku, string $color, string $size): array;
}
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