Commit 7c64d8ef authored by 秦俊坤's avatar 秦俊坤

根据平台子产品获取对应的仓库主/子产品

parent 5d81169a
...@@ -107,15 +107,17 @@ interface PlatformProductChildServiceInterface ...@@ -107,15 +107,17 @@ interface PlatformProductChildServiceInterface
* 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU * 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU
* @param array $platformChildSkus * @param array $platformChildSkus
* @param string[] $columns * @param string[] $columns
* @param integer $siteId 网站 ID
* @return array * @return array
*/ */
public function getWarehouseProductByPlatformSku(array $platformChildSkus, $columns = ['*']); public function getWarehouseProductByPlatformSku(array $platformChildSkus, $siteId, $columns = ['*']);
/** /**
* 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU * 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU
* @param array $asins * @param array $asins
* @param integer $siteId 站点 ID
* @param string[] $columns * @param string[] $columns
* @return array * @return array
*/ */
public function getWarehouseProductByAsins(array $asins, $columns = ['*']); public function getWarehouseProductByFnSku(array $fnSku, $siteId, $columns = ['*']);
} }
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