How could I get Magento Discount Amount Programmtically

How can I get Magento discount amount from a given order object programmtically

You can use getShippingAmount method to get shipping amount

$order->getShippingAmount();
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments