PHP Class Smalot\Magento\Catalog\ProductTierPrice

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Afficher le fichier Open project: smalot/magento-client

Méthodes publiques

Méthode 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 méthode

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

update() public méthode

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
Résultat Smalot\Magento\ActionInterface