Skip to content

Commit 75c2e07

Browse files
author
Paolo Lim
authored
CORE-3396: Add OCS Worldwide carrier and International Standard service (#112)
1 parent 19b65d3 commit 75c2e07

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
@@ -229,6 +229,11 @@
229229
"name": "Global",
230230
"carrier_id": "landmark"
231231
},
232+
{
233+
"id": "ocs-worldwide-international-standard-delivery",
234+
"name": "International Standard Delivery",
235+
"carrier_id": "ocs-worldwide"
236+
},
232237
{
233238
"id": "other-freight",
234239
"name": "Freight",

data/cleansed/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"name": "Landmark",
6565
"tracking_url": "https://track.landmarkglobal.com/?trck="
6666
},
67+
{
68+
"id": "ocs-worldwide",
69+
"name": "OCS Worldwide",
70+
"tracking_url": "https://www.ocsworldwide.co.uk/Tracking.aspx?cwb="
71+
},
6772
{
6873
"id": "other",
6974
"name": "Other",

data/final/carrier-services.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,15 @@
413413
"tracking_url": "https://track.landmarkglobal.com/?trck="
414414
}
415415
},
416+
{
417+
"id": "ocs-worldwide-international-standard-delivery",
418+
"name": "International Standard Delivery",
419+
"carrier": {
420+
"id": "ocs-worldwide",
421+
"name": "OCS Worldwide",
422+
"tracking_url": "https://www.ocsworldwide.co.uk/Tracking.aspx?cwb="
423+
}
424+
},
416425
{
417426
"id": "other-freight",
418427
"name": "Freight",

data/final/carriers.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"name": "Landmark",
6565
"tracking_url": "https://track.landmarkglobal.com/?trck="
6666
},
67+
{
68+
"id": "ocs-worldwide",
69+
"name": "OCS Worldwide",
70+
"tracking_url": "https://www.ocsworldwide.co.uk/Tracking.aspx?cwb="
71+
},
6772
{
6873
"id": "other",
6974
"name": "Other",

data/original/carrier-services.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ilg-express-tracked,Express Tracked,ilg
4545
ilg-global-courier,Global Courier,ilg
4646
ilg-international-courier,International Courier,ilg
4747
ilg-standard-tracked,Standard Tracked,ilg
48+
ocs-worldwide-international-standard-delivery,International Standard Delivery,ocs-worldwide
4849
other-freight,Freight,other
4950
other-ltl,Less Than Truckload,other
5051
other-postal,Postal,other

data/original/carriers.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ sf-express,SF Express,http://www.sf-express.com/us/en/dynamic_function/waybill/#
1818
ups,UPS,https://www.ups.com/track?loc=en_US&tracknum=
1919
usps,USPS,https://track.aftership.com/usps/
2020
wn-direct,WN Direct,http://wndirect.com/tracking.php?type=TR&ref=
21+
ocs-worldwide,OCS Worldwide,https://www.ocsworldwide.co.uk/Tracking.aspx?cwb=

0 commit comments

Comments
 (0)