|
...
|
...
|
@@ -261,4 +261,12 @@ class Product extends Passage implements ProductInterface |
|
|
|
{
|
|
|
|
$this->builder->method('POST')->service('brand.convert')->params($params);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @inheritDoc
|
|
|
|
*/
|
|
|
|
public function distributionLiveProductList(array $params)
|
|
|
|
{
|
|
|
|
$this->builder->method('POST')->service('buyin.distributionLiveProductList')->params($params);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|