PHP Class Smalot\Magento\Catalog\ProductTierPrice

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Show file Open project: smalot/magento-client

Public Methods

Method Description
getInfo ( string $productId, string $identifierType = null ) : Smalot\Magento\ActionInterface Allows you to retrieve information about product tier prices.
update ( string $productId, array $tierPrices, string $identifierType = null ) : Smalot\Magento\ActionInterface Allows you to update the product tier prices.

Method Details

getInfo() public method

Allows you to retrieve information about product tier prices.
public getInfo ( string $productId, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$identifierType string
return Smalot\Magento\ActionInterface

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