Skip to content

Commit c645a9b

Browse files
update DHL express tracking URL (#117)
1 parent 67e602a commit c645a9b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

data/cleansed/carriers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"id": "dhl",
2424
"name": "DHL Express",
25-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
25+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
2626
},
2727
{
2828
"id": "dhl-ecommerce",

data/final/carrier-services.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"carrier": {
114114
"id": "dhl",
115115
"name": "DHL Express",
116-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
116+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
117117
}
118118
},
119119
{
@@ -122,7 +122,7 @@
122122
"carrier": {
123123
"id": "dhl",
124124
"name": "DHL Express",
125-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
125+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
126126
}
127127
},
128128
{
@@ -131,7 +131,7 @@
131131
"carrier": {
132132
"id": "dhl",
133133
"name": "DHL Express",
134-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
134+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
135135
}
136136
},
137137
{
@@ -140,7 +140,7 @@
140140
"carrier": {
141141
"id": "dhl",
142142
"name": "DHL Express",
143-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
143+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
144144
}
145145
},
146146
{

data/final/carriers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"id": "dhl",
2424
"name": "DHL Express",
25-
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
25+
"tracking_url": "https://mydhl.express.dhl/us/en/tracking.html#/results?id="
2626
},
2727
{
2828
"id": "dhl-ecommerce",

data/original/carriers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asendia,Asendia,https://track.aftership.com/asendia/
33
canada-post,Canada Post,https://track.aftership.com/canada-post/
44
chronopost,Chronopost,https://www.chronopost.fr/en/chrono_suivi_search?listeNumerosLT=
55
deutsche-post,Deutsche Post,https://track.aftership.com/deutsch-post/
6-
dhl,DHL Express,http://www.dhl.com/en/express/tracking.html?AWB=
6+
dhl,DHL Express,https://mydhl.express.dhl/us/en/tracking.html#/results?id=
77
dhl-ecommerce,DHL Ecommerce,https://webtrack.dhlglobalmail.com/?trackingnumber=
88
dhl-global-mail,DHL Global Mail,https://webtrack.dhlglobalmail.com/?trackingnumber=
99
dhl-parcel,DHL Parcel,https://webtrack.dhlglobalmail.com/?trackingnumber=

0 commit comments

Comments
 (0)