PHP Класс Smalot\Magento\Catalog\ProductTierPrice

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getInfo() публичный Метод

Allows you to retrieve information about product tier prices.
public getInfo ( string $productId, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$identifierType string
Результат Smalot\Magento\ActionInterface

update() публичный Метод

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
Результат Smalot\Magento\ActionInterface