Try following code.
I am not getting correct price. Please suggest.
Inspecting the object I have the original price in all of these: $orderItem-> getPriceInclTax(); $orderItem->getBasePriceInclTax(); ...
Found the answer, not sure if it's best practice but it is working to get all simple product prices from an order (including from Fixed Bundles)
magento/magento2/blob/2.1.3/app/code/Magento/Sales/Model/Order/Item.php# L1300-L1308. /**; * Returns price; *; * @return float|null ...
Would be good to get an answer from Magento.
The unique identifier for the order item. product_name, String, The name of the base product. product_sale_price, Money! The sale price of the ...
Order item total value (quantity * price), Total value of an order item at the time of sale after
This section explains the Price adjustment functionality, which allows you to update the price for specific items in your order.
Preconditions Magento 2.3.4 Website 1 has default currency EUR Store