Smalot\Magento\Catalog\Product::getSpecialPrice PHP Méthode

getSpecialPrice() public méthode

Allows you to get the product special price data.
public getSpecialPrice ( string $productId, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$storeView string
$identifierType string
Résultat Smalot\Magento\ActionInterface
    public function getSpecialPrice($productId, $storeView = null, $identifierType = null)
    {
        return $this->__createAction('catalog_product.getSpecialPrice', func_get_args());
    }