Skip to content

Commit 25e29ff

Browse files
author
Paolo Lim
authored
CORE-89 + CORE-94: Add DHL Express Export Economy and Chronopost Classic (#90)
1 parent f165605 commit 25e29ff

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

data/cleansed/carrier-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"name": "Xpresspost",
3030
"carrier_id": "canada-post"
3131
},
32+
{
33+
"id": "chronopost-chrono-classic",
34+
"name": "Classic",
35+
"carrier_id": "chronopost"
36+
},
3237
{
3338
"id": "chronopost-chrono-express",
3439
"name": "Express",
@@ -44,6 +49,11 @@
4449
"name": "Economy Select",
4550
"carrier_id": "dhl"
4651
},
52+
{
53+
"id": "dhl-express-export-economy",
54+
"name": "Express Export Economy",
55+
"carrier_id": "dhl"
56+
},
4757
{
4858
"id": "dhl-express-worldwide",
4959
"name": "Express Worldwide",

data/final/carrier-services.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
"tracking_url": "https://track.aftership.com/canada-post/"
5454
}
5555
},
56+
{
57+
"id": "chronopost-chrono-classic",
58+
"name": "Classic",
59+
"carrier": {
60+
"id": "chronopost",
61+
"name": "Chronopost",
62+
"tracking_url": "https://www.chronopost.fr/en/chrono_suivi_search?listeNumerosLT="
63+
}
64+
},
5665
{
5766
"id": "chronopost-chrono-express",
5867
"name": "Express",
@@ -80,6 +89,15 @@
8089
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
8190
}
8291
},
92+
{
93+
"id": "dhl-express-export-economy",
94+
"name": "Express Export Economy",
95+
"carrier": {
96+
"id": "dhl",
97+
"name": "DHL Express",
98+
"tracking_url": "http://www.dhl.com/en/express/tracking.html?AWB="
99+
}
100+
},
83101
{
84102
"id": "dhl-express-worldwide",
85103
"name": "Express Worldwide",

data/original/carrier-services.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ canada-post-expedited-parcel,Expedited Parcel,canada-post
55
canada-post-priority,Priority,canada-post
66
canada-post-regular-parcel,Regular Parcel,canada-post
77
canada-post-xpresspost,Xpresspost,canada-post
8+
chronopost-chrono-classic,Classic,chronopost
89
chronopost-chrono-express,Express,chronopost
910
dhl-ecommerce-standard,Standard,dhl-ecommerce
1011
dhl-economy-select,Economy Select,dhl
12+
dhl-express-export-economy,Express Export Economy,dhl
1113
dhl-express-worldwide,Express Worldwide,dhl
1214
dhl-global-mail-packet-plus,Packet Plus,dhl-global-mail
1315
dhl-parcel-international-direct,International Direct,dhl-parcel

0 commit comments

Comments
 (0)