Skip to content

Commit fc09c4a

Browse files
author
Paolo Lim
authored
New carrier and service level for Chronopost (#85)
1 parent 05a8a0e commit fc09c4a

6 files changed

Lines changed: 26 additions & 0 deletions

File tree

data/cleansed/carrier-services.json

Lines changed: 5 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-express",
34+
"name": "Express",
35+
"carrier_id": "chronopost"
36+
},
3237
{
3338
"id": "dhl-ecommerce-standard",
3439
"name": "Standard",

data/cleansed/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"name": "Canada Post",
1010
"tracking_url": "https://track.aftership.com/canada-post/"
1111
},
12+
{
13+
"id": "chronopost",
14+
"name": "Chronopost",
15+
"tracking_url": "https://www.chronopost.fr/en/chrono_suivi_search?listeNumerosLT="
16+
},
1217
{
1318
"id": "dhl",
1419
"name": "DHL Express",

data/final/carrier-services.json

Lines changed: 9 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-express",
58+
"name": "Express",
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": "dhl-ecommerce-standard",
5867
"name": "Standard",

data/final/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"name": "Canada Post",
1010
"tracking_url": "https://track.aftership.com/canada-post/"
1111
},
12+
{
13+
"id": "chronopost",
14+
"name": "Chronopost",
15+
"tracking_url": "https://www.chronopost.fr/en/chrono_suivi_search?listeNumerosLT="
16+
},
1217
{
1318
"id": "dhl",
1419
"name": "DHL Express",

data/original/carrier-services.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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-express,Express,chronopost
89
dhl-ecommerce-standard,Standard,dhl-ecommerce
910
dhl-economy-select,Economy Select,dhl
1011
dhl-express-worldwide,Express Worldwide,dhl

data/original/carriers.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
id,name,tracking_url
22
asendia,Asendia,https://track.aftership.com/asendia/
33
canada-post,Canada Post,https://track.aftership.com/canada-post/
4+
chronopost,Chronopost,https://www.chronopost.fr/en/chrono_suivi_search?listeNumerosLT=
45
dhl,DHL Express,http://www.dhl.com/en/express/tracking.html?AWB=
56
dhl-ecommerce,DHL Ecommerce,https://webtrack.dhlglobalmail.com/?trackingnumber=
67
dhl-global-mail,DHL Global Mail,https://webtrack.dhlglobalmail.com/?trackingnumber=

0 commit comments

Comments
 (0)