Get the status of DHL and Hermes Shipments via API using Python

260 Views Asked by At

Our company is doing a shipment of more than 3000 orders per day and now , we need to get the status of individual shipments send by DHL and Hermes carriers.

We have the tracking numbers with us and the order numbers that is send to DHL or Hermes.

Any suggestions on how we can do it via Python? Any leads wil be very helpful.

Thanks

1

There are 1 best solutions below

0
On

The main Python packages for calling APIs are requests and urllib3. I would start with requests as in my experience it is more straight forward to get started with.