Allows you to retrieve information about product tier prices.
magento.catalogProductTierPrice.info({
product: val
}, callback);
Allows you to update the product tier prices.
tierPrices
is a catalogProductTierPriceEntity object.
magento.catalogProductTierPrice.update({
product: val,
tierPrices: val
}, callback);