Skip to content

Commit 92b99a3

Browse files
author
Paolo Lim
authored
Add RR Donnelley carriers and services (#83)
1 parent 4c4788d commit 92b99a3

6 files changed

Lines changed: 41 additions & 0 deletions

File tree

data/cleansed/carrier-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@
114114
"name": "Postal",
115115
"carrier_id": "other"
116116
},
117+
{
118+
"id": "rrdonnelley-international-ipa",
119+
"name": "International IPA",
120+
"carrier_id": "rrdonnelley"
121+
},
122+
{
123+
"id": "rrdonnelley-international-ppdc",
124+
"name": "International PPDC",
125+
"carrier_id": "rrdonnelley"
126+
},
117127
{
118128
"id": "sf-express-economy-express-parcel",
119129
"name": "Economy Express Parcel",

data/cleansed/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
"name": "Other",
5555
"tracking_url": "https://track.flow.io/"
5656
},
57+
{
58+
"id": "rrdonnelley",
59+
"name": "RR Donnelley",
60+
"tracking_url": "https://track.aftership.com/rrdonnelley/"
61+
},
5762
{
5863
"id": "sf-express",
5964
"name": "SF Express",

data/final/carrier-services.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,24 @@
206206
"tracking_url": "https://track.flow.io/"
207207
}
208208
},
209+
{
210+
"id": "rrdonnelley-international-ipa",
211+
"name": "International IPA",
212+
"carrier": {
213+
"id": "rrdonnelley",
214+
"name": "RR Donnelley",
215+
"tracking_url": "https://track.aftership.com/rrdonnelley/"
216+
}
217+
},
218+
{
219+
"id": "rrdonnelley-international-ppdc",
220+
"name": "International PPDC",
221+
"carrier": {
222+
"id": "rrdonnelley",
223+
"name": "RR Donnelley",
224+
"tracking_url": "https://track.aftership.com/rrdonnelley/"
225+
}
226+
},
209227
{
210228
"id": "sf-express-economy-express-parcel",
211229
"name": "Economy Express Parcel",

data/final/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
"name": "Other",
5555
"tracking_url": "https://track.flow.io/"
5656
},
57+
{
58+
"id": "rrdonnelley",
59+
"name": "RR Donnelley",
60+
"tracking_url": "https://track.aftership.com/rrdonnelley/"
61+
},
5762
{
5863
"id": "sf-express",
5964
"name": "SF Express",

data/original/carrier-services.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ilg-international-courier,International Courier,ilg
2222
other-freight,Freight,other
2323
other-ltl,Less Than Truckload,other
2424
other-postal,Postal,other
25+
rrdonnelley-international-ipa,International IPA,rrdonnelley
26+
rrdonnelley-international-ppdc,International PPDC,rrdonnelley
2527
sf-express-economy-express-parcel,Economy Express Parcel,sf-express
2628
ups-ground,Ground,ups
2729
ups-international-import,International Import,ups

data/original/carriers.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fedex,FedEx,https://www.fedex.com/apps/fedextrack/?tracknumbers=
1010
ilg,ILG,https://www.ilguk.com/track-trace/
1111
landmark,Landmark,https://track.landmarkglobal.com/?trck=
1212
la-poste,La Poste,https://www.laposte.fr/particulier/outils/en/track-a-parcel?code=
13+
rrdonnelley,RR Donnelley,https://track.aftership.com/rrdonnelley/
1314
sf-express,SF Express,http://www.sf-express.com/us/en/dynamic_function/waybill/#search/bill-number/
1415
ups,UPS,https://track.aftership.com/ups/
1516
usps,USPS,https://track.aftership.com/usps/

0 commit comments

Comments
 (0)