File tree 1 file changed +3
-1
lines changed
app/code/Magento/Catalog/Api
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,20 @@ public function save(\Magento\Catalog\Api\Data\CategoryProductLinkInterface $pro
32
32
*
33
33
* @throws \Magento\Framework\Exception\CouldNotSaveException
34
34
* @throws \Magento\Framework\Exception\StateException
35
+ * @throws \Magento\Framework\Exception\InputException
35
36
*/
36
37
public function delete (\Magento \Catalog \Api \Data \CategoryProductLinkInterface $ productLink );
37
38
38
39
/**
39
40
* Remove the product assignment from the category by category id and sku
40
41
*
41
- * @param string $sku
42
+ * @param string $categoryId
42
43
* @param string $sku
43
44
* @return bool will returned True if products successfully deleted
44
45
*
45
46
* @throws \Magento\Framework\Exception\CouldNotSaveException
46
47
* @throws \Magento\Framework\Exception\StateException
48
+ * @throws \Magento\Framework\Exception\InputException
47
49
*/
48
50
public function deleteByIds ($ categoryId , $ sku );
49
51
}
You can’t perform that action at this time.
0 commit comments