How to Get Module’s view directory image or js full path using Magento 2?

You can retrieve the full path of the Module’s static asset like Images, Javascript, or CSS file path using Magento 2.

If you want to get the full path of the view directory for the frontend or backend area, You need to use Magento\Framework\View\Asset\Repository class to achieve the task.

How to get shipping description from the order by order id magento 2?

Get a Shipping description message from the Order using Order id in Magento 2 used to verify the shipping method title.

The shipping Description field contains the Shipping method title, setting from the Shipping method section of the Stores -> Configuration.

How to get shipping amount value from the order id Magento 2?

The shipping amount is the value of the total charge taken to deliver your item to your shipping address location in Magento 2.

Magento 2 total shipping amount value for the order is the total charge taken by the shipping service provider and the value of shipping amount will be saved into the sales_order table with shipping_amount and base_shipping_amount field.