Get Sandbox and Gateway URL of DHL Shipping Programmatically Magento 2.

Magento comes with Out of the box DHL shipping Method to use the shipping provider as the DHL method.

While you are developing features related to the DHL shipment and you need sandbox URL for the test shipping method or real gateway URL you can achieve this using a programmatic way.

DHL has already sandbox and gateway URL available, You can retrieve both of the URL by simple Code snippet, Continue reading “Get Sandbox and Gateway URL of DHL Shipping Programmatically Magento 2.”

How to get Shipment comments by comment id Magento 2?

You can check the shipment comments by Magento 2 using Shipment Comment Repository Interface with shipment id. Continue reading “How to get Shipment comments by comment id Magento 2?”

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. Continue reading “How to get shipping description from the order by order id magento 2?”