HTTP requests and postal services: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
Line 11: Line 11:
We’ll configure parcel tracking via the [https://developer.dhl.com/api-reference/shipment-tracking#get-started-section/ DHL API].
We’ll configure parcel tracking via the [https://developer.dhl.com/api-reference/shipment-tracking#get-started-section/ DHL API].
*Firstly we send a GET request containing our tracking number, and the API key of our app.
*Firstly we send a GET request containing our tracking number, and the API key of our app.
https://s.pfx.so/pf/af/GLfta3.jpg
https://s.pfx.so/pf/kv/hlBm20.jpg
*Once we have received the response, we parse the shipping data received from DHL and add it to the appropriate fields.

Revision as of 14:39, 25 August 2025

Using HTTP Requests in Planfix, you can track shipments from transportation companies.

DHL

We’ll configure parcel tracking via the DHL API.

  • Firstly we send a GET request containing our tracking number, and the API key of our app.

hlBm20.jpg

  • Once we have received the response, we parse the shipping data received from DHL and add it to the appropriate fields.