Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 643 Bytes

catalog_product_tier_price.md

File metadata and controls

24 lines (17 loc) · 643 Bytes

Catalog Product Tier Price

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);