Smalot\Magento\Catalog\Category::updateProduct PHP Метод

updateProduct() публичный Метод

Allows you to update the product assigned to a category. The product position is updated.
public updateProduct ( integer $categoryId, string $productId, string $position = null, string $identifierType = null ) : Smalot\Magento\ActionInterface
$categoryId integer
$productId string
$position string
$identifierType string
Результат Smalot\Magento\ActionInterface
    public function updateProduct($categoryId, $productId, $position = null, $identifierType = null)
    {
        return $this->__createAction('catalog_category.updateProduct', func_get_args());
    }