Commit a7e5c7b5 authored by 秦俊坤's avatar 秦俊坤

根据平台子产品/asin 获取仓库主/子产品信息

parent 573e6ea6
......@@ -103,4 +103,19 @@ interface PlatformProductChildServiceInterface
*/
public function getPackListByColorSizeIds($productId, $siteId, $colorIds, $sizeId);
/**
* 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU
* @param array $platformChildSkus
* @param string[] $columns
* @return array
*/
public function getWarehouseProductByPlatformSku(array $platformChildSkus, $columns = ['*']);
/**
* 根据平台子 SKU 获取对应的平台主 SKU 以及仓库主/子 SKU
* @param array $asins
* @param string[] $columns
* @return array
*/
public function getWarehouseProductByAsins(array $asins, $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