PHP 클래스 Smalot\Magento\Catalog\ProductTierPrice

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
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