Smalot\Magento\Catalog\ProductTierPrice::update PHP Method

update() public method

Allows you to update the product tier prices.
public update ( string $productId, array $tierPrices, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$tierPrices array
$identifierType string
return Smalot\Magento\ActionInterface
    public function update($productId, $tierPrices, $identifierType = null)
    {
        return $this->__createAction('catalog_product_attribute_tier_price.update', func_get_args());
    }
ProductTierPrice