For Magento 2 How Can I Get Discount Amount From A Given Order Object Programmtically

I would like get discount amount from a given Magento 2 order object

You can use method getDiscountAmount() to get shipping amount

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