You have loaded an instance of Magento\Catalog\Model\Product in the $product variable. You know that the loaded product has the type configurable with four variations. These variations have the prices: $10, $12, $12, $15.

89.You have loaded an instance of Magento\Catalog\Model\Product in the $product variable. You
know that the loaded product has the type configurable with four variations. These variations have the
prices: $10, $12, $12, $15.
What will be the result of the $product->getFinalPrice() call?


A. [10, 12, 15]
B. 10
C. [10, 12, 12, 15]
D. 15

Correct Answer: B

No comments