AfterShip – WooCommerce Tracking - Version 1.3.1

Version Description

  • Support 231 couriers, please check out supported couriers in https://www.aftership.com/courier
Download this release

Release Info

Developer aftership
Plugin Icon 128x128 AfterShip – WooCommerce Tracking
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

Files changed (3) hide show
  1. aftership.php +2 -2
  2. assets/js/couriers.js +1875 -1823
  3. readme.txt +4 -1
aftership.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
- Version: 1.3.0
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
@@ -56,7 +56,7 @@ if (is_woocommerce_active()) {
56
 
57
  $this->api = new AfterShip_API();
58
 
59
- $options = get_option('aftership_option_name');
60
  if ($options) {
61
 
62
  if (isset($options['plugin'])) {
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
+ Version: 1.3.1
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
56
 
57
  $this->api = new AfterShip_API();
58
 
59
+ $options = get_option('aftership_option_name');
60
  if ($options) {
61
 
62
  if (isset($options['plugin'])) {
assets/js/couriers.js CHANGED
@@ -1,1826 +1,1878 @@
1
  function get_couriers() {
2
- var data = [
3
- {
4
- "slug": "korea-post",
5
- "name": "Korea Post",
6
- "phone": "+82 2 2195 1114",
7
- "other_name": "우정사업본부",
8
- "web_url": "http://www.koreapost.go.kr",
9
- "required_fields": []
10
- },
11
- {
12
- "slug": "russian-post",
13
- "name": "Russian Post",
14
- "phone": "+7 (495) 956-20-67",
15
- "other_name": "Почта России, EMS Post RU",
16
- "web_url": "http://www.russianpost.ru/",
17
- "required_fields": []
18
- },
19
- {
20
- "slug": "envialia",
21
- "name": "Envialia",
22
- "phone": "+34 902400909",
23
- "other_name": "Envialia Spain",
24
- "web_url": "http://www.envialia.com/",
25
- "required_fields": []
26
- },
27
- {
28
- "slug": "brazil-correios",
29
- "name": "Brazil Correios",
30
- "phone": "+55 61 3003 0100",
31
- "other_name": "Brazilian Post",
32
- "web_url": "http://correios.com.br/",
33
- "required_fields": []
34
- },
35
- {
36
- "slug": "canada-post",
37
- "name": "Canada Post",
38
- "phone": "+1 866 607 6301",
39
- "other_name": "Postes Canada",
40
- "web_url": "https://www.canadapost.ca/",
41
- "required_fields": []
42
- },
43
- {
44
- "slug": "china-ems",
45
- "name": "China EMS",
46
- "phone": "+86 20 11183",
47
- "other_name": "中国邮政速递物流",
48
- "web_url": "http://www.11183.com.cn/english.html",
49
- "required_fields": []
50
- },
51
- {
52
- "slug": "dhl",
53
- "name": "DHL",
54
- "phone": "+1 800 225 5345",
55
- "other_name": "DHL Express",
56
- "web_url": "http://www.dhl.com/",
57
- "required_fields": []
58
- },
59
- {
60
- "slug": "dhl-germany",
61
- "name": "Deutsche Post DHL",
62
- "phone": "+49 228 28609898",
63
- "other_name": "DHL Germany",
64
- "web_url": "http://www.dhl.de/",
65
- "required_fields": []
66
- },
67
- {
68
- "slug": "fedex",
69
- "name": "FedEx",
70
- "phone": "+1 800 247 4747",
71
- "other_name": "Federal Express",
72
- "web_url": "http://www.fedex.com/",
73
- "required_fields": []
74
- },
75
- {
76
- "slug": "hong-kong-post",
77
- "name": "Hong Kong Post",
78
- "phone": "+852 2921 2222",
79
- "other_name": "香港郵政",
80
- "web_url": "http://hongkongpost.com",
81
- "required_fields": []
82
- },
83
- {
84
- "slug": "india-post-int",
85
- "name": "India Post International",
86
- "phone": "+91 1800 11 2011",
87
- "other_name": "भारतीय डाक, Speed Post & eMO, EMS, IPS Web",
88
- "web_url": "http://www.indiapost.gov.in/",
89
- "required_fields": []
90
- },
91
- {
92
- "slug": "israel-post",
93
- "name": "Israel Post",
94
- "phone": "+972 2 629 0691",
95
- "other_name": "חברת דואר ישראל",
96
- "web_url": "http://www.israelpost.co.il",
97
- "required_fields": []
98
- },
99
- {
100
- "slug": "ontrac",
101
- "name": "OnTrac",
102
- "phone": "+1 800 334 5000",
103
- "other_name": "OnTrac Shipping",
104
- "web_url": "https://www.ontrac.com",
105
- "required_fields": []
106
- },
107
- {
108
- "slug": "singapore-post",
109
- "name": "Singapore Post",
110
- "phone": "+65 6841 2000",
111
- "other_name": "SingPost",
112
- "web_url": "http://www.singpost.com",
113
- "required_fields": []
114
- },
115
- {
116
- "slug": "fedex-uk",
117
- "name": "FedEx UK",
118
- "phone": "+ 44 2476 706 660",
119
- "other_name": "FedEx United Kingdom",
120
- "web_url": "http://www.fedex.com/ukservices",
121
- "required_fields": []
122
- },
123
- {
124
- "slug": "specialisedfreight-za",
125
- "name": "Specialised Freight",
126
- "phone": "+27 21 528 1000",
127
- "other_name": "SFS",
128
- "web_url": "http://www.specialisedfreight.co.za/",
129
- "required_fields": []
130
- },
131
- {
132
- "slug": "singapore-speedpost",
133
- "name": "Singapore Speedpost",
134
- "phone": "+65 6222 5777",
135
- "other_name": "Singapore EMS",
136
- "web_url": "http://www.speedpost.com.sg/",
137
- "required_fields": []
138
- },
139
- {
140
- "slug": "swiss-post",
141
- "name": "Swiss Post",
142
- "phone": "+41 848 888 888",
143
- "other_name": "La Poste Suisse, Die Schweizerische Post, Die Post",
144
- "web_url": "https://www.post.ch/",
145
- "required_fields": []
146
- },
147
- {
148
- "slug": "tnt",
149
- "name": "TNT",
150
- "phone": "+1 800 558 5555",
151
- "other_name": "TNT Express",
152
- "web_url": "http://www.tnt.com/",
153
- "required_fields": []
154
- },
155
- {
156
- "slug": "ups",
157
- "name": "UPS",
158
- "phone": "+1 800 742 5877",
159
- "other_name": "United Parcel Service",
160
- "web_url": "http://www.ups.com",
161
- "required_fields": []
162
- },
163
- {
164
- "slug": "usps",
165
- "name": "USPS",
166
- "phone": "+1 800-275-8777",
167
- "other_name": "United States Postal Service",
168
- "web_url": "https://www.usps.com",
169
- "required_fields": []
170
- },
171
- {
172
- "slug": "sf-express",
173
- "name": "S.F. Express",
174
- "phone": "+852 273 00 273 / +86 4008-111-111",
175
- "other_name": "順豊快遞",
176
- "web_url": "http://www.sf-express.com",
177
- "required_fields": []
178
- },
179
- {
180
- "slug": "spain-correos-es",
181
- "name": "Correos de España",
182
- "phone": "+34 902197197",
183
- "other_name": "Spain Post, ChronoExpress",
184
- "web_url": "http://www.correos.es",
185
- "required_fields": []
186
- },
187
- {
188
- "slug": "flash-courier",
189
- "name": "Flash Courier",
190
- "phone": "+55 011 5033 3260",
191
- "other_name": "Flash Courier Brazil",
192
- "web_url": "http://www.jall.com.br/",
193
- "required_fields": []
194
- },
195
- {
196
- "slug": "royal-mail",
197
- "name": "Royal Mail",
198
- "phone": "+44 1752387112",
199
- "other_name": "Royal Mail United Kingdom",
200
- "web_url": "http://www.royalmail.com/",
201
- "required_fields": []
202
- },
203
- {
204
- "slug": "australia-post",
205
- "name": "Australia Post",
206
- "phone": "+61 3 8847 9980",
207
- "other_name": "AusPost",
208
- "web_url": "http://auspost.com.au/",
209
- "required_fields": []
210
- },
211
- {
212
- "slug": "portugal-ctt",
213
- "name": "Portugal CTT",
214
- "phone": "+351 707 26 26 26",
215
- "other_name": "Correios de Portugal",
216
- "web_url": "http://www.ctt.pt/",
217
- "required_fields": []
218
- },
219
- {
220
- "slug": "dhl-global-mail",
221
- "name": "DHL Global Mail",
222
- "phone": "+1 800 225 5345",
223
- "other_name": "DHL GM",
224
- "web_url": "http://us.dhlglobalmail.com/",
225
- "required_fields": []
226
- },
227
- {
228
- "slug": "danmark-post",
229
- "name": "Post Danmark",
230
- "phone": "+45 80 20 70 30",
231
- "other_name": "Danske Post",
232
- "web_url": "http://www.postdanmark.dk/",
233
- "required_fields": []
234
- },
235
- {
236
- "slug": "dpd",
237
- "name": "DPD",
238
- "phone": "+31 20 480 2900",
239
- "other_name": "Dynamic Parcel Distribution",
240
- "web_url": "http://www.dpd.com/",
241
- "required_fields": []
242
- },
243
- {
244
- "slug": "malaysia-post",
245
- "name": "Malaysia Post EMS / Poslaju",
246
- "phone": "+603 27279100",
247
- "other_name": "Pos Ekspres, Pos Malaysia Express",
248
- "web_url": "http://www.pos.com.my",
249
- "required_fields": []
250
- },
251
- {
252
- "slug": "thailand-post",
253
- "name": "Thailand Thai Post",
254
- "phone": "+66 (0) 2831 3131",
255
- "other_name": "ไปรษณีย์ไทย",
256
- "web_url": "http://www.thailandpost.co.th/home.php",
257
- "required_fields": []
258
- },
259
- {
260
- "slug": "oca-ar",
261
- "name": "OCA Argentina",
262
- "phone": "+34 800-999-7700",
263
- "other_name": "OCA e-Pak",
264
- "web_url": "http://www.oca.com.ar/",
265
- "required_fields": []
266
- },
267
- {
268
- "slug": "parcel-force",
269
- "name": "Parcel Force",
270
- "phone": "+44 844 800 44 66",
271
- "other_name": "Parcelforce UK",
272
- "web_url": "http://www.parcelforce.com",
273
- "required_fields": []
274
- },
275
- {
276
- "slug": "aramex",
277
- "name": "Aramex",
278
- "phone": "+1 (718) 5538740",
279
- "other_name": "ارامكس",
280
- "web_url": "http://www.aramex.com/",
281
- "required_fields": []
282
- },
283
- {
284
- "slug": "star-track",
285
- "name": "StarTrack",
286
- "phone": "+61 13 2345",
287
- "other_name": "Star Track",
288
- "web_url": "http://startrack.com.au/",
289
- "required_fields": []
290
- },
291
- {
292
- "slug": "taqbin-sg",
293
- "name": "TAQBIN Singapore",
294
- "phone": "+65 6595 4640",
295
- "other_name": "Yamato Singapore",
296
- "web_url": "http://sg.ta-q-bin.com/",
297
- "required_fields": []
298
- },
299
- {
300
- "slug": "spanish-seur",
301
- "name": "Spanish Seur",
302
- "phone": "+34 902101010",
303
- "other_name": "SEUR",
304
- "web_url": "http://www.seur.com/",
305
- "required_fields": []
306
- },
307
- {
308
- "slug": "portugal-seur",
309
- "name": "Portugal Seur",
310
- "phone": "+351 707 50 10 10",
311
- "other_name": "SEUR",
312
- "web_url": "http://www.seur.com/",
313
- "required_fields": []
314
- },
315
- {
316
- "slug": "international-seur",
317
- "name": "International Seur",
318
- "phone": "+34 902101010",
319
- "other_name": "SEUR Internacional",
320
- "web_url": "http://www.seur.com/",
321
- "required_fields": []
322
- },
323
- {
324
- "slug": "purolator",
325
- "name": "Purolator",
326
- "phone": "+1-888-744-7123",
327
- "other_name": "Purolator Freight",
328
- "web_url": "http://www.purolator.com/",
329
- "required_fields": []
330
- },
331
- {
332
- "slug": "dhl-nl",
333
- "name": "DHL Netherlands",
334
- "phone": "+31 26-324 6700",
335
- "other_name": "DHL Nederlands",
336
- "web_url": "http://www.dhl.nl/",
337
- "required_fields": []
338
- },
339
- {
340
- "slug": "taqbin-hk",
341
- "name": "TAQBIN Hong Kong",
342
- "phone": "+852 2829 2222",
343
- "other_name": "Yamato Hong Kong",
344
- "web_url": "http://hk.ta-q-bin.com/",
345
- "required_fields": []
346
- },
347
- {
348
- "slug": "la-poste-colissimo",
349
- "name": "La Poste Colissimo",
350
- "phone": "+33 3631",
351
- "other_name": "Coliposte",
352
- "web_url": "http://www.csuivi.courrier.laposte.fr",
353
- "required_fields": []
354
- },
355
- {
356
- "slug": "saudi-post",
357
- "name": "Saudi Post",
358
- "phone": "+966 9200 05700",
359
- "other_name": "البريد السعودي",
360
- "web_url": "http://www.sp.com.sa/",
361
- "required_fields": []
362
- },
363
- {
364
- "slug": "dhl-poland",
365
- "name": "DHL Poland",
366
- "phone": "+48 42 6 345 345",
367
- "other_name": "DHL Polska",
368
- "web_url": "http://www.dhl.com.pl/",
369
- "required_fields": []
370
- },
371
- {
372
- "slug": "siodemka",
373
- "name": "Siodemka",
374
- "phone": "+48 22 777 77 77 ext. 3",
375
- "other_name": "Siodemka Kurier",
376
- "web_url": "http://www.siodemka.com/",
377
- "required_fields": []
378
- },
379
- {
380
- "slug": "opek",
381
- "name": "OPEK",
382
- "phone": "+48 22 732 79 99",
383
- "other_name": "OPEK Sp. z oo",
384
- "web_url": "http://www.opek.com.pl/",
385
- "required_fields": []
386
- },
387
- {
388
- "slug": "chronopost-portugal",
389
- "name": "Chronopost Portugal",
390
- "phone": "+351 707 20 28 28",
391
- "other_name": "Chronopost pt",
392
- "web_url": "http://chronopost.pt/",
393
- "required_fields": []
394
- },
395
- {
396
- "slug": "mexico-senda-express",
397
- "name": "Mexico Senda Express",
398
- "phone": "+52 1800 833 93 00",
399
- "other_name": "Mexico Senda Express",
400
- "web_url": "http://www.sendaexpress.com.mx/",
401
- "required_fields": []
402
- },
403
- {
404
- "slug": "mexico-redpack",
405
- "name": "Mexico Redpack",
406
- "phone": "+52 1800-013-3333",
407
- "other_name": "TNT Mexico",
408
- "web_url": "http://www.redpack.com.mx/",
409
- "required_fields": []
410
- },
411
- {
412
- "slug": "toll-global-express",
413
- "name": "Toll Global Express",
414
- "phone": "+61 13 15 31",
415
- "other_name": "DPEX",
416
- "web_url": "http://www.dpex.com/",
417
- "required_fields": []
418
- },
419
- {
420
- "slug": "gls",
421
- "name": "GLS",
422
- "phone": "+44 247 621 3455",
423
- "other_name": "General Logistics Systems",
424
- "web_url": "https://gls-group.eu/EU/en/home",
425
- "required_fields": []
426
- },
427
- {
428
- "slug": "dpd-uk",
429
- "name": "DPD UK",
430
- "phone": "+44 845 9 300 350",
431
- "other_name": "Dynamic Parcel Distribution UK",
432
- "web_url": "http://www.dpd.co.uk/",
433
- "required_fields": []
434
- },
435
- {
436
- "slug": "interlink-express",
437
- "name": "Interlink Express",
438
- "phone": "+44 8702 200 300",
439
- "other_name": "Interlink UK",
440
- "web_url": "http://www.interlinkexpress.com/",
441
- "required_fields": []
442
- },
443
- {
444
- "slug": "city-link",
445
- "name": "City Link",
446
- "phone": "+44 8444 930 914",
447
- "other_name": "City Link UK",
448
- "web_url": "http://www.city-link.co.uk/",
449
- "required_fields": []
450
- },
451
- {
452
- "slug": "sweden-posten",
453
- "name": "Sweden Posten",
454
- "phone": "+46 8 23 22 20",
455
- "other_name": "Sweden Post",
456
- "web_url": "http://www.posten.se/",
457
- "required_fields": []
458
- },
459
- {
460
- "slug": "nacex-spain",
461
- "name": "NACEX Spain",
462
- "phone": "+34 900 100 000",
463
- "other_name": "NACEX Logista",
464
- "web_url": "http://nacex.es/",
465
- "required_fields": [
466
- "tracking_postal_code"
467
- ]
468
- },
469
- {
470
- "slug": "yodel",
471
- "name": "YODEL",
472
- "phone": "+44 0844 453 7443",
473
- "other_name": "Home Delivery Network Limited (HDNL)",
474
- "web_url": "http://www.yodel.co.uk/",
475
- "required_fields": []
476
- },
477
- {
478
- "slug": "hermes",
479
- "name": "myHermes UK",
480
- "phone": "+44 844 543 7000",
481
- "other_name": "Hermes UK",
482
- "web_url": "https://www.myhermes.co.uk",
483
- "required_fields": []
484
- },
485
- {
486
- "slug": "yrc",
487
- "name": "YRC",
488
- "phone": "+1 800-468-5739",
489
- "other_name": "YRC Freight",
490
- "web_url": "http://www.yrc.com/",
491
- "required_fields": []
492
- },
493
- {
494
- "slug": "skynet",
495
- "name": "SkyNet Malaysia",
496
- "phone": "+60 3- 56239090",
497
- "other_name": "SkyNet MY",
498
- "web_url": "http://www.skynet.com.my/",
499
- "required_fields": []
500
- },
501
- {
502
- "slug": "china-post",
503
- "name": "China Post",
504
- "phone": "+86 20 11185",
505
- "other_name": "中国邮政, ePacket, e-Packet",
506
- "web_url": "http://www.chinapost.com.cn/",
507
- "required_fields": []
508
- },
509
- {
510
- "slug": "postnl",
511
- "name": "PostNL Domestic",
512
- "phone": "+31 (0)900 0990",
513
- "other_name": "PostNL Pakketten, TNT Post Netherlands",
514
- "web_url": "http://www.postnl.nl/voorthuis/",
515
- "required_fields": [
516
- "tracking_postal_code"
517
- ]
518
- },
519
- {
520
- "slug": "deutsch-post",
521
- "name": "Deutsche Post Mail",
522
- "phone": "+49 (0) 180 2 000221",
523
- "other_name": "dpdhl",
524
- "web_url": "http://www.deutschepost.de/",
525
- "required_fields": [
526
- "tracking_ship_date"
527
- ]
528
- },
529
- {
530
- "slug": "taiwan-post",
531
- "name": "Taiwan Post",
532
- "phone": "+886 (02)2703-7527",
533
- "other_name": "Chunghwa Post, 台灣中華郵政",
534
- "web_url": "http://www.post.gov.tw/",
535
- "required_fields": []
536
- },
537
- {
538
- "slug": "bpost",
539
- "name": "Belgium Post",
540
- "phone": "+32 2 276 22 74",
541
- "other_name": "bpost, Belgian Post",
542
- "web_url": "http://www.bpost.be/",
543
- "required_fields": []
544
- },
545
- {
546
- "slug": "ukrposhta",
547
- "name": "UkrPoshta",
548
- "phone": "+380 (0) 800-500-440",
549
- "other_name": "Укрпошта",
550
- "web_url": "http://www.ukrposhta.com/",
551
- "required_fields": []
552
- },
553
- {
554
- "slug": "uk-mail",
555
- "name": "UK Mail",
556
- "phone": "+44 8451 554 455",
557
- "other_name": "Business Post Group",
558
- "web_url": "https://www.ukmail.com",
559
- "required_fields": []
560
- },
561
- {
562
- "slug": "aeroflash",
563
- "name": "Mexico AeroFlash",
564
- "phone": "+52 55 5445 2100",
565
- "other_name": "AeroFlash",
566
- "web_url": "http://www.aeroflash.com.mx/",
567
- "required_fields": []
568
- },
569
- {
570
- "slug": "italy-sda",
571
- "name": "Italy SDA",
572
- "phone": "+39 199 113366",
573
- "other_name": "SDA Express Courier",
574
- "web_url": "http://www.sda.it/",
575
- "required_fields": []
576
- },
577
- {
578
- "slug": "new-zealand-post",
579
- "name": "New Zealand Post",
580
- "phone": "+64 9 367 9710",
581
- "other_name": "NZ Post",
582
- "web_url": "http://www.nzpost.co.nz/",
583
- "required_fields": []
584
- },
585
- {
586
- "slug": "chronopost-france",
587
- "name": "Chronopost France",
588
- "phone": "+33 (0) 969 391 391",
589
- "other_name": "La Poste EMS",
590
- "web_url": "http://www.chronopost.fr/",
591
- "required_fields": []
592
- },
593
- {
594
- "slug": "nipost",
595
- "name": "NiPost",
596
- "phone": "+234 09-3149531",
597
- "other_name": "Nigerian Postal Service",
598
- "web_url": "http://www.emsng.com/",
599
- "required_fields": []
600
- },
601
- {
602
- "slug": "bluedart",
603
- "name": "Bluedart",
604
- "phone": "+91 (0) 40-64564307",
605
- "other_name": "Blue Dart Express",
606
- "web_url": "http://www.bluedart.com/",
607
- "required_fields": []
608
- },
609
- {
610
- "slug": "nova-poshta",
611
- "name": "Nova Poshta",
612
- "phone": "+7 (0) 800 500 609",
613
- "other_name": "Новая Почта",
614
- "web_url": "http://novaposhta.ua/",
615
- "required_fields": []
616
- },
617
- {
618
- "slug": "4px",
619
- "name": "4PX",
620
- "phone": "+86 755-33936349",
621
- "other_name": "递四方",
622
- "web_url": "http://express.4px.com/",
623
- "required_fields": []
624
- },
625
- {
626
- "slug": "lasership",
627
- "name": "LaserShip",
628
- "phone": "+1 (800) 527-3764",
629
- "other_name": "LaserShip",
630
- "web_url": "http://www.lasership.com/",
631
- "required_fields": []
632
- },
633
- {
634
- "slug": "ptt-posta",
635
- "name": "PTT Posta",
636
- "phone": "+90 444 1 788",
637
- "other_name": "Turkish Post",
638
- "web_url": "http://www.ptt.gov.tr/",
639
- "required_fields": []
640
- },
641
- {
642
- "slug": "dpd-poland",
643
- "name": "DPD Poland",
644
- "phone": "+48 801 400 373",
645
- "other_name": "Dynamic Parcel Distribution Poland",
646
- "web_url": "http://www.dpd.com.pl/",
647
- "required_fields": []
648
- },
649
- {
650
- "slug": "mrw-spain",
651
- "name": "MRW",
652
- "phone": "+34 902 300 402",
653
- "other_name": "MRW Spain",
654
- "web_url": "http://www.mrw.es/",
655
- "required_fields": []
656
- },
657
- {
658
- "slug": "malaysia-post-posdaftar",
659
- "name": "Malaysia Post - Registered",
660
- "phone": "+603 27279100",
661
- "other_name": "PosDaftar",
662
- "web_url": "http://www.pos.com.my",
663
- "required_fields": []
664
- },
665
- {
666
- "slug": "rl-carriers",
667
- "name": "RL Carriers",
668
- "phone": "+1 800-543-5589",
669
- "other_name": "R+L Carriers",
670
- "web_url": "http://www.rlcarriers.com/",
671
- "required_fields": []
672
- },
673
- {
674
- "slug": "abf",
675
- "name": "ABF",
676
- "phone": null,
677
- "other_name": "ABF Freight",
678
- "web_url": "http://www.abfs.com/",
679
- "required_fields": []
680
- },
681
- {
682
- "slug": "poczta-polska",
683
- "name": "Poczta Polska",
684
- "phone": "+48 43-842-06-00",
685
- "other_name": "Poland Post",
686
- "web_url": "http://www.poczta-polska.pl/",
687
- "required_fields": []
688
- },
689
- {
690
- "slug": "ups-mi",
691
- "name": "UPS Mail Innovations",
692
- "phone": "+1 800-500-2224",
693
- "other_name": "UPS MI",
694
- "web_url": "http://www.upsmailinnovations.com/",
695
- "required_fields": []
696
- },
697
- {
698
- "slug": "india-post",
699
- "name": "India Post Domestic",
700
- "phone": "+91 1800 11 2011",
701
- "other_name": "भारतीय डाक",
702
- "web_url": "http://www.indiapost.gov.in/",
703
- "required_fields": []
704
- },
705
- {
706
- "slug": "ups-freight",
707
- "name": "UPS Freight",
708
- "phone": "+1 800-333-7400",
709
- "other_name": "UPS LTL and Truckload",
710
- "web_url": "http://ltl.upsfreight.com/",
711
- "required_fields": []
712
- },
713
- {
714
- "slug": "red-express",
715
- "name": "Red Express",
716
- "phone": "+91 1800-123-2400",
717
- "other_name": "Red Express",
718
- "web_url": "https://www.getsetred.net",
719
- "required_fields": []
720
- },
721
- {
722
- "slug": "sapo",
723
- "name": "South African Post Office",
724
- "phone": "+27 0860 111 502",
725
- "other_name": "South African Post Office",
726
- "web_url": "http://www.postoffice.co.za/",
727
- "required_fields": []
728
- },
729
- {
730
- "slug": "estes",
731
- "name": "Estes",
732
- "phone": null,
733
- "other_name": "Estes",
734
- "web_url": "http://www.estes-express.com",
735
- "required_fields": []
736
- },
737
- {
738
- "slug": "correos-de-mexico",
739
- "name": "Correos de Mexico",
740
- "phone": "+52 01 800 701 7000",
741
- "other_name": "Mexico Post",
742
- "web_url": "http://www.sepomex.gob.mx/Paginas/Home.aspx",
743
- "required_fields": []
744
- },
745
- {
746
- "slug": "estafeta",
747
- "name": "Estafeta",
748
- "phone": "+52 1-800-378-2338",
749
- "other_name": "Estafeta",
750
- "web_url": "http://www.estafeta.com/default.aspx",
751
- "required_fields": []
752
- },
753
- {
754
- "slug": "dhl-benelux",
755
- "name": "DHL Benelux",
756
- "phone": "+31 26-324 6700",
757
- "other_name": "DHL Benelux",
758
- "web_url": "http://www.dhl.nl/",
759
- "required_fields": []
760
- },
761
- {
762
- "slug": "hermes-de",
763
- "name": "Hermes Germany",
764
- "phone": "+49 1806-311211",
765
- "other_name": "myhermes.de, Hermes Logistik Gruppe Deutschland",
766
- "web_url": "https://www.myhermes.de/wps/portal/paket/Home/privatkunden/home",
767
- "required_fields": []
768
- },
769
- {
770
- "slug": "poste-italiane-paccocelere",
771
- "name": "Poste Italiane Paccocelere",
772
- "phone": "+39 803 160",
773
- "other_name": "Italian Post EMS / Express",
774
- "web_url": "http://www.poste.it/",
775
- "required_fields": []
776
- },
777
- {
778
- "slug": "poste-italiane",
779
- "name": "Poste Italiane",
780
- "phone": "+39 803 160",
781
- "other_name": "Italian Post",
782
- "web_url": "http://www.poste.it/",
783
- "required_fields": []
784
- },
785
- {
786
- "slug": "correo-argentino",
787
- "name": "Correo Argentino",
788
- "phone": "+54 11 4891-9191",
789
- "other_name": "Argentina Post",
790
- "web_url": "http://www.correoargentino.com.ar",
791
- "required_fields": []
792
- },
793
- {
794
- "slug": "ceska-posta",
795
- "name": "Česká Pošta",
796
- "phone": "+420 840 111 244",
797
- "other_name": "Czech Post",
798
- "web_url": "http://www.ceskaposta.cz/",
799
- "required_fields": []
800
- },
801
- {
802
- "slug": "austrian-post",
803
- "name": "Austrian Post (Express)",
804
- "phone": "+43 810 010 100",
805
- "other_name": "Österreichische Post AG",
806
- "web_url": "http://www.post.at",
807
- "required_fields": []
808
- },
809
- {
810
- "slug": "correos-chile",
811
- "name": "Correos Chile",
812
- "phone": "+562 600 950 2020",
813
- "other_name": "Chile Post",
814
- "web_url": "http://www.correos.cl",
815
- "required_fields": []
816
- },
817
- {
818
- "slug": "cambodia-post",
819
- "name": "Cambodia Post",
820
- "phone": "+855 23 723 51",
821
- "other_name": "Cambodia Post",
822
- "web_url": "http://www.ems.com.kh/",
823
- "required_fields": []
824
- },
825
- {
826
- "slug": "elta-courier",
827
- "name": "ELTA Hellenic Post",
828
- "phone": "+30 801 11 83000",
829
- "other_name": "Greece Post, Ελληνικά Ταχυδρομεία, ELTA Courier, Ταχυμεταφορές ΕΛΤΑ",
830
- "web_url": "http://www.elta-courier.gr/",
831
- "required_fields": []
832
- },
833
- {
834
- "slug": "kn",
835
- "name": "Kuehne + Nagel",
836
- "phone": "+41-44-7869511",
837
- "other_name": "KN",
838
- "web_url": "http://www.kn-portal.com/",
839
- "required_fields": []
840
- },
841
- {
842
- "slug": "japan-post",
843
- "name": "Japan Post",
844
- "phone": "+81 0570-046111",
845
- "other_name": "日本郵便",
846
- "web_url": "http://www.post.japanpost.jp/top.html",
847
- "required_fields": []
848
- },
849
- {
850
- "slug": "cyprus-post",
851
- "name": "Cyprus Post",
852
- "phone": "+357 22805802",
853
- "other_name": "ΚΥΠΡΙΑΚΑ ΤΑΧΥΔΡΟΜΕΙΑ",
854
- "web_url": "http://www.mcw.gov.cy/mcw/postal/dps.nsf/index_en/index_en",
855
- "required_fields": []
856
- },
857
- {
858
- "slug": "toll-priority",
859
- "name": "Toll Priority",
860
- "phone": "+61 13 15 31",
861
- "other_name": "Toll Group, Toll Priority",
862
- "web_url": "https://www.tollpriority.com.au/portal/page/portal/TOLL_PRIORITY/Home",
863
- "required_fields": []
864
- },
865
- {
866
- "slug": "evergreen",
867
- "name": "Evergreen",
868
- "phone": "+1 201-7613000",
869
- "other_name": "Evergreen Marine Corp",
870
- "web_url": "http://www.evergreen-marine.com/",
871
- "required_fields": []
872
- },
873
- {
874
- "slug": "fastway-ireland",
875
- "name": "Fastway Ireland",
876
- "phone": "+353 1 4242 900",
877
- "other_name": "Fastway Couriers",
878
- "web_url": "http://www.fastway.ie/",
879
- "required_fields": []
880
- },
881
- {
882
- "slug": "gati-kwe",
883
- "name": "Gati-KWE",
884
- "phone": "+91 1800-180-4284",
885
- "other_name": "Gati-Kintetsu Express",
886
- "web_url": "http://www.gatikwe.com/",
887
- "required_fields": []
888
- },
889
- {
890
- "slug": "sagawa",
891
- "name": "Sagawa",
892
- "phone": "+81 0120-18-9595",
893
- "other_name": "佐川急便",
894
- "web_url": "http://www.sagawa-exp.co.jp/",
895
- "required_fields": []
896
- },
897
- {
898
- "slug": "fastway-za",
899
- "name": "Fastway South Africa",
900
- "phone": "+27 0861 222 882",
901
- "other_name": "Fastway Couriers",
902
- "web_url": "http://www.fastway.co.za/",
903
- "required_fields": []
904
- },
905
- {
906
- "slug": "dhl-global-mail-asia",
907
- "name": "DHL Global Mail Asia",
908
- "phone": "+65 6883 0771",
909
- "other_name": "DGM Asia",
910
- "web_url": "http://www.dhlglobalmail.com/",
911
- "required_fields": []
912
- },
913
- {
914
- "slug": "tnt-au",
915
- "name": "TNT Australia",
916
- "phone": "+61 13 11 50",
917
- "other_name": "TNT AU",
918
- "web_url": "http://www.tntexpress.com.au/",
919
- "required_fields": []
920
- },
921
- {
922
- "slug": "tnt-uk",
923
- "name": "TNT UK",
924
- "phone": "+44 0800 100 600",
925
- "other_name": "TNT United Kingdom",
926
- "web_url": "http://www.tnt.com/",
927
- "required_fields": []
928
- },
929
- {
930
- "slug": "tnt-it",
931
- "name": "TNT Italy",
932
- "phone": "+39 199 803 868",
933
- "other_name": "TNT Express IT",
934
- "web_url": "http://www.tnt.it/",
935
- "required_fields": []
936
- },
937
- {
938
- "slug": "posten-norge",
939
- "name": "Posten Norge",
940
- "phone": "+47 21316260",
941
- "other_name": "Norway Post, Norska Posten, Bring",
942
- "web_url": "http://www.posten.no/en/",
943
- "required_fields": []
944
- },
945
- {
946
- "slug": "safexpress",
947
- "name": "Safexpress",
948
- "phone": "+91 11 26783281",
949
- "other_name": "Safexpress",
950
- "web_url": "http://www.safexpress.com/",
951
- "required_fields": []
952
- },
953
- {
954
- "slug": "asendia-usa",
955
- "name": "Asendia USA",
956
- "phone": "+1 610 461 3661",
957
- "other_name": "Brokers Worldwide",
958
- "web_url": "http://www.brokersworldwide.com/",
959
- "required_fields": []
960
- },
961
- {
962
- "slug": "an-post",
963
- "name": "An Post",
964
- "phone": "+353 1850 57 58 59",
965
- "other_name": "Ireland Post",
966
- "web_url": "http://www.anpost.ie/AnPost/",
967
- "required_fields": []
968
- },
969
- {
970
- "slug": "posti",
971
- "name": "Itella Posti",
972
- "phone": "+358 200 71000",
973
- "other_name": "Finland Post",
974
- "web_url": "http://www.posti.fi/",
975
- "required_fields": []
976
- },
977
- {
978
- "slug": "directlink",
979
- "name": "Direct Link",
980
- "phone": "+852 28504183",
981
- "other_name": "Direct Link",
982
- "web_url": "http://www.directlink.com/",
983
- "required_fields": []
984
- },
985
- {
986
- "slug": "dpd-de",
987
- "name": "DPD Germany",
988
- "phone": "+49 01806 373 200",
989
- "other_name": "DPD Germany",
990
- "web_url": "https://www.dpd.com/",
991
- "required_fields": []
992
- },
993
- {
994
- "slug": "first-flight",
995
- "name": "First Flight Couriers",
996
- "phone": "+91 022-39576666",
997
- "other_name": "FirstFlight India",
998
- "web_url": "http://www.firstflight.net/",
999
- "required_fields": []
1000
- },
1001
- {
1002
- "slug": "tgx",
1003
- "name": "TGX",
1004
- "phone": "+852 3513 0888",
1005
- "other_name": "Top Gun Express, 精英速運",
1006
- "web_url": "http://www.tgxpress.com/",
1007
- "required_fields": []
1008
- },
1009
- {
1010
- "slug": "israel-post-domestic",
1011
- "name": "Israel Post Domestic",
1012
- "phone": "+972 2 629 0691",
1013
- "other_name": "חברת דואר ישראל מקומית",
1014
- "web_url": "http://www.israelpost.co.il/",
1015
- "required_fields": []
1016
- },
1017
- {
1018
- "slug": "deltec-courier",
1019
- "name": "Deltec Courier",
1020
- "phone": "+44 (0) 20 8569 6767",
1021
- "other_name": "Deltec Interntional Courier",
1022
- "web_url": "https://www.deltec-courier.com/",
1023
- "required_fields": []
1024
- },
1025
- {
1026
- "slug": "bpost-international",
1027
- "name": "bpost international",
1028
- "phone": "+32 (0)2 278 50 90",
1029
- "other_name": "Belgium Post International",
1030
- "web_url": "http://www.bpostinternational.com/",
1031
- "required_fields": []
1032
- },
1033
- {
1034
- "slug": "skynetworldwide",
1035
- "name": "SkyNet Worldwide Express",
1036
- "phone": "+44 (0) 20 8538 1988",
1037
- "other_name": "SkyNet",
1038
- "web_url": "https://www.skynetworldwide.com/",
1039
- "required_fields": []
1040
- },
1041
- {
1042
- "slug": "i-parcel",
1043
- "name": "i-parcel",
1044
- "phone": "+44 (0) 1342 315 455",
1045
- "other_name": "iparcel",
1046
- "web_url": "https://www.i-parcel.com/contact.aspx",
1047
- "required_fields": []
1048
- },
1049
- {
1050
- "slug": "hrvatska-posta",
1051
- "name": "Hrvatska Pošta",
1052
- "phone": "+385 0800 303 304",
1053
- "other_name": "Croatia Post",
1054
- "web_url": "http://www.posta.hr/",
1055
- "required_fields": []
1056
- },
1057
- {
1058
- "slug": "bgpost",
1059
- "name": "Bulgarian Posts",
1060
- "phone": "+3592/949 3280",
1061
- "other_name": "Български пощи",
1062
- "web_url": "http://www.bgpost.bg/",
1063
- "required_fields": []
1064
- },
1065
- {
1066
- "slug": "posta-romana",
1067
- "name": "Poșta Română",
1068
- "phone": "+40 021 9393 111",
1069
- "other_name": "Romania Post",
1070
- "web_url": "http://www.posta-romana.ro/",
1071
- "required_fields": []
1072
- },
1073
- {
1074
- "slug": "apc",
1075
- "name": "APC Postal Logistics",
1076
- "phone": "+1 (888) 413-7300",
1077
- "other_name": "APC-PLI",
1078
- "web_url": "http://www.apc-pli.com/",
1079
- "required_fields": []
1080
- },
1081
- {
1082
- "slug": "yanwen",
1083
- "name": "Yanwen",
1084
- "phone": "+86 10-64621881/64669779",
1085
- "other_name": "燕文物流",
1086
- "web_url": "http://www.yw56.com.cn/",
1087
- "required_fields": []
1088
- },
1089
- {
1090
- "slug": "taqbin-jp",
1091
- "name": "Yamato Japan",
1092
- "phone": "+81 0120-17-9625",
1093
- "other_name": "TAQBIN Japan",
1094
- "web_url": "http://www.kuronekoyamato.co.jp/en/",
1095
- "required_fields": []
1096
- },
1097
- {
1098
- "slug": "taqbin-my",
1099
- "name": "TAQBIN Malaysia",
1100
- "phone": "+60 1800-8-827246",
1101
- "other_name": "TAQBIN Malaysia",
1102
- "web_url": "http://my.ta-q-bin.com/",
1103
- "required_fields": []
1104
- },
1105
- {
1106
- "slug": "postnl-international",
1107
- "name": "PostNL International",
1108
- "phone": "+31 (0)900 0990",
1109
- "other_name": "Netherlands Post, Spring Global Mail",
1110
- "web_url": "http://www.postnl.nl/voorthuis/",
1111
- "required_fields": []
1112
- },
1113
- {
1114
- "slug": "red-express-wb",
1115
- "name": "Red Express Waybill",
1116
- "phone": "+91 1800-123-2400",
1117
- "other_name": "Red Express WayBill",
1118
- "web_url": "https://www.getsetred.net",
1119
- "required_fields": []
1120
- },
1121
- {
1122
- "slug": "courierpost",
1123
- "name": "CourierPost",
1124
- "phone": "+64 0800 268 743",
1125
- "other_name": "Express Couriers",
1126
- "web_url": "http://www.courierpost.co.nz/",
1127
- "required_fields": []
1128
- },
1129
- {
1130
- "slug": "ec-firstclass",
1131
- "name": "EC-Firstclass",
1132
- "phone": "+86 4006 988 223",
1133
- "other_name": "ChuKou1, CK1",
1134
- "web_url": "http://www.ec-firstclass.org/",
1135
- "required_fields": []
1136
- },
1137
- {
1138
- "slug": "fastway-au",
1139
- "name": "Fastway Australia",
1140
- "phone": "+61 (0) 2 9737 8288",
1141
- "other_name": "Fastway Couriers",
1142
- "web_url": "http://www.fastway.com.au/",
1143
- "required_fields": []
1144
- },
1145
- {
1146
- "slug": "kerry-logistics",
1147
- "name": "Kerry Express Thailand",
1148
- "phone": "+66 02-6868999",
1149
- "other_name": "嘉里物流, Kerry Logistics",
1150
- "web_url": "http://www.kerrylogistics.com/",
1151
- "required_fields": []
1152
- },
1153
- {
1154
- "slug": "cj-gls",
1155
- "name": "CJ GLS",
1156
- "phone": "+63-567-1320",
1157
- "other_name": "CJ Korea Express, 씨제이지엘에스주식회사",
1158
- "web_url": "http://www.cjgls.com/eng/",
1159
- "required_fields": []
1160
- },
1161
- {
1162
- "slug": "gojavas",
1163
- "name": "GoJaVAS",
1164
- "phone": "+91 0124-4405730",
1165
- "other_name": "JaVAS",
1166
- "web_url": "http://gojavas.com/",
1167
- "required_fields": []
1168
- },
1169
- {
1170
- "slug": "professional-couriers",
1171
- "name": "Professional Couriers",
1172
- "phone": "+91 0124-4405730",
1173
- "other_name": "TPC India",
1174
- "web_url": "http://www.tpcindia.com/",
1175
- "required_fields": []
1176
- },
1177
- {
1178
- "slug": "dtdc",
1179
- "name": "DTDC India",
1180
- "phone": "+91 33004444",
1181
- "other_name": "DTDC Courier & Cargo",
1182
- "web_url": "http://dtdc.com/",
1183
- "required_fields": []
1184
- },
1185
- {
1186
- "slug": "gdex",
1187
- "name": "GDEX",
1188
- "phone": "+60 03-77872222",
1189
- "other_name": "GD Express",
1190
- "web_url": "http://www.gdexpress.com",
1191
- "required_fields": []
1192
- },
1193
- {
1194
- "slug": "star-track-express",
1195
- "name": "Star Track Express",
1196
- "phone": "+61 13 2345",
1197
- "other_name": "AaE Australian air Express",
1198
- "web_url": "http://www.star-track.com.au/",
1199
- "required_fields": []
1200
- },
1201
- {
1202
- "slug": "rpx",
1203
- "name": "RPX Indonesia",
1204
- "phone": "+62 0-800-1-888-900",
1205
- "other_name": "Repex Perdana International",
1206
- "web_url": "http://www.rpxholding.com/",
1207
- "required_fields": []
1208
- },
1209
- {
1210
- "slug": "jne",
1211
- "name": "JNE",
1212
- "phone": "+62 021-29278888",
1213
- "other_name": "Express Across Nation, Tiki Jalur Nugraha Ekakurir",
1214
- "web_url": "http://www.jne.co.id/",
1215
- "required_fields": []
1216
- },
1217
- {
1218
- "slug": "dpd-ireland",
1219
- "name": "DPD Ireland",
1220
- "phone": "+353 (0)90 64 20500",
1221
- "other_name": "DPD ie",
1222
- "web_url": "http://www.dpd.ie/",
1223
- "required_fields": []
1224
- },
1225
- {
1226
- "slug": "first-logistics",
1227
- "name": "First Logistics",
1228
- "phone": "+62 021 - 73880707",
1229
- "other_name": "PT Synergy First Logistics",
1230
- "web_url": "http://www.jne.co.id/",
1231
- "required_fields": []
1232
- },
1233
- {
1234
- "slug": "brt-it",
1235
- "name": "BRT Bartolini",
1236
- "phone": "+39 011 397 411 1",
1237
- "other_name": "BRT Corriere Espresso, DPD Italy",
1238
- "web_url": "http://www.brt.it/",
1239
- "required_fields": []
1240
- },
1241
- {
1242
- "slug": "postnord",
1243
- "name": "PostNord Logistics",
1244
- "phone": "+46 771 33 33 10",
1245
- "other_name": "Posten Norden",
1246
- "web_url": "http://www.postnordlogistics.com/",
1247
- "required_fields": []
1248
- },
1249
- {
1250
- "slug": "belpost",
1251
- "name": "Belpost",
1252
- "phone": "+375 17 293 59 10",
1253
- "other_name": "Belposhta, Белпочта",
1254
- "web_url": "http://www.belpost.by",
1255
- "required_fields": []
1256
- },
1257
- {
1258
- "slug": "gls-italy",
1259
- "name": "GLS Italy",
1260
- "phone": "+39 199 151188",
1261
- "other_name": "GLS Corriere Espresso",
1262
- "web_url": "http://www.gls-italy.com/index_noreg.asp",
1263
- "required_fields": []
1264
- },
1265
- {
1266
- "slug": "xend",
1267
- "name": "Xend",
1268
- "phone": "+63 2 806 9363",
1269
- "other_name": "Xend Business Solutions",
1270
- "web_url": "http://xendexpress.com/",
1271
- "required_fields": []
1272
- },
1273
- {
1274
- "slug": "2go",
1275
- "name": "2GO",
1276
- "phone": "+63 2 77-99-222",
1277
- "other_name": "Negros Navigation",
1278
- "web_url": "http://supplychain.2go.com.ph/",
1279
- "required_fields": []
1280
- },
1281
- {
1282
- "slug": "air21",
1283
- "name": "AIR21",
1284
- "phone": "+63 (02) 854-2100",
1285
- "other_name": "AIR 21 PH",
1286
- "web_url": "http://www.air21.com.ph",
1287
- "required_fields": []
1288
- },
1289
- {
1290
- "slug": "lbcexpress",
1291
- "name": "LBC Express",
1292
- "phone": "+63 800-10-8585999",
1293
- "other_name": "LBC Express",
1294
- "web_url": "http://www.lbcexpress.com/",
1295
- "required_fields": []
1296
- },
1297
- {
1298
- "slug": "acscourier",
1299
- "name": "ACS Courier",
1300
- "phone": "+30 210 81 90 000",
1301
- "other_name": "Αναζήτηση Καταστημάτων",
1302
- "web_url": "https://www.acscourier.net/",
1303
- "required_fields": []
1304
- },
1305
- {
1306
- "slug": "arrowxl",
1307
- "name": "Arrow XL",
1308
- "phone": "+44 0800 015 1509",
1309
- "other_name": "Yodel XL",
1310
- "web_url": "http://www.arrowxl.co.uk/",
1311
- "required_fields": [
1312
- "tracking_postal_code"
1313
- ]
1314
- },
1315
- {
1316
- "slug": "vnpost",
1317
- "name": "Vietnam Post",
1318
- "phone": "+84 1900 54 54 81",
1319
- "other_name": "VNPost",
1320
- "web_url": "http://www.vnpost.vn/",
1321
- "required_fields": []
1322
- },
1323
- {
1324
- "slug": "vnpost-ems",
1325
- "name": "Vietnam Post EMS",
1326
- "phone": "+84 1900 54 54 81",
1327
- "other_name": "VNPost EMS",
1328
- "web_url": "http://www.vnpost.vn/",
1329
- "required_fields": []
1330
- },
1331
- {
1332
- "slug": "viettelpost",
1333
- "name": "ViettelPost",
1334
- "phone": "+84-4 6266 2200",
1335
- "other_name": "Bưu chính Viettel",
1336
- "web_url": "http://www.viettelpost.com.vn/",
1337
- "required_fields": []
1338
- },
1339
- {
1340
- "slug": "ppbyb",
1341
- "name": "PayPal Package",
1342
- "phone": "+86 20 11185",
1343
- "other_name": "贝邮宝",
1344
- "web_url": "http://www.ppbyb.com/",
1345
- "required_fields": []
1346
- },
1347
- {
1348
- "slug": "lietuvos-pastas",
1349
- "name": "Lietuvos paštas",
1350
- "phone": "+370 8 700 55 400",
1351
- "other_name": "Lithuania Post, LP Express",
1352
- "web_url": "http://www.post.lt/",
1353
- "required_fields": []
1354
- },
1355
- {
1356
- "slug": "couriers-please",
1357
- "name": "Couriers Please",
1358
- "phone": "+61 1300 361 000",
1359
- "other_name": "CouriersPlease",
1360
- "web_url": "http://www.couriersplease.com.au/",
1361
- "required_fields": []
1362
- },
1363
- {
1364
- "slug": "colis-prive",
1365
- "name": "Colis Privé",
1366
- "phone": "+33 0826 82 83 84",
1367
- "other_name": "ColisPrivé",
1368
- "web_url": "https://www.colisprive.com/moncolis/",
1369
- "required_fields": []
1370
- },
1371
- {
1372
- "slug": "postnl-3s",
1373
- "name": "PostNL International 3S",
1374
- "phone": "+31 (0)900 0990",
1375
- "other_name": "TNT Post parcel service United Kingdom",
1376
- "web_url": "http://www.postnl.nl/voorthuis/",
1377
- "required_fields": []
1378
- },
1379
- {
1380
- "slug": "asm",
1381
- "name": "ASM",
1382
- "phone": "+34 902 11 33 00",
1383
- "other_name": "Asm-Red",
1384
- "web_url": "http://www.asmred.com/en/",
1385
- "required_fields": [
1386
- "tracking_postal_code"
1387
- ]
1388
- },
1389
- {
1390
- "slug": "austrian-post-registered",
1391
- "name": "Austrian Post (Registered)",
1392
- "phone": "+43 810 010 100",
1393
- "other_name": "Österreichische Post AG",
1394
- "web_url": "http://www.post.at",
1395
- "required_fields": []
1396
- },
1397
- {
1398
- "slug": "aupost-china",
1399
- "name": "AuPost China",
1400
- "phone": "+86 4007005618",
1401
- "other_name": "澳邮宝",
1402
- "web_url": "http://www.aupost.org/",
1403
- "required_fields": []
1404
- },
1405
- {
1406
- "slug": "tntpost-it",
1407
- "name": "Nexive (TNT Post Italy)",
1408
- "phone": "+39 02 50720011",
1409
- "other_name": "Postnl TNT",
1410
- "web_url": "http://www.tntpost.it/",
1411
- "required_fields": []
1412
- },
1413
- {
1414
- "slug": "xdp-uk",
1415
- "name": "XDP Express",
1416
- "phone": "+44 0333 0111 000",
1417
- "other_name": "XDP UK",
1418
- "web_url": "http://www.xdp.co.uk/",
1419
- "required_fields": [
1420
- "tracking_postal_code"
1421
- ]
1422
- },
1423
- {
1424
- "slug": "tiki",
1425
- "name": "Tiki",
1426
- "phone": "+62 500 125",
1427
- "other_name": "Citra Van Titipan Kilat",
1428
- "web_url": "http://www.tiki-online.com/",
1429
- "required_fields": []
1430
- },
1431
- {
1432
- "slug": "gls-netherlands",
1433
- "name": "GLS Netherlands",
1434
- "phone": "+31 0900-1116660",
1435
- "other_name": "GLS NL",
1436
- "web_url": "http://www.gls-netherlands.com/",
1437
- "required_fields": [
1438
- "tracking_postal_code"
1439
- ]
1440
- },
1441
- {
1442
- "slug": "redur-es",
1443
- "name": "Redur Spain",
1444
- "phone": "+34 93 263 16 16",
1445
- "other_name": "Eurodis",
1446
- "web_url": "http://www.redur.es/",
1447
- "required_fields": []
1448
- },
1449
- {
1450
- "slug": "tnt-fr",
1451
- "name": "TNT France",
1452
- "phone": "+33 4 72 80 77 77",
1453
- "other_name": "TNT Express FR",
1454
- "web_url": "http://www.tnt.fr/",
1455
- "required_fields": []
1456
- },
1457
- {
1458
- "slug": "jam-express",
1459
- "name": "Jam Express",
1460
- "phone": "+63 239 7502",
1461
- "other_name": "JAM Global Express",
1462
- "web_url": "http://www.myjamexpress.com/",
1463
- "required_fields": []
1464
- },
1465
- {
1466
- "slug": "wahana",
1467
- "name": "Wahana",
1468
- "phone": "+62 2171355152",
1469
- "other_name": "Wahana Indonesia",
1470
- "web_url": "http://www.wahana.com/",
1471
- "required_fields": []
1472
- },
1473
- {
1474
- "slug": "collectplus",
1475
- "name": "Collect+",
1476
- "phone": "+44 01923 601616",
1477
- "other_name": "Collect Plus UK",
1478
- "web_url": "https://www.collectplus.co.uk/",
1479
- "required_fields": []
1480
- },
1481
- {
1482
- "slug": "dynamic-logistics",
1483
- "name": "Dynamic Logistics",
1484
- "phone": "+66 02-688-6688",
1485
- "other_name": "Dynamic Logistics Thailand",
1486
- "web_url": "http://www.dynamic-logistics.com/",
1487
- "required_fields": [
1488
- "tracking_account_number"
1489
- ]
1490
- },
1491
- {
1492
- "slug": "dx",
1493
- "name": "DX",
1494
- "phone": "+44 0844 826 1178",
1495
- "other_name": "DX Freight",
1496
- "web_url": "https://www.thedx.co.uk/",
1497
- "required_fields": [
1498
- "tracking_postal_code"
1499
- ]
1500
- },
1501
- {
1502
- "slug": "citylinkexpress",
1503
- "name": "City-Link Express",
1504
- "phone": "+60 603-5565 8399",
1505
- "other_name": "Citylink Malaysia",
1506
- "web_url": "http://www.citylinkexpress.com/",
1507
- "required_fields": []
1508
- },
1509
- {
1510
- "slug": "wedo",
1511
- "name": "WeDo Logistics",
1512
- "phone": "+86 (0779)2050300",
1513
- "other_name": "運德物流",
1514
- "web_url": "http://www.wedoexpress.com/",
1515
- "required_fields": []
1516
- },
1517
- {
1518
- "slug": "geodis-calberson-fr",
1519
- "name": "Geodis Calberson France",
1520
- "phone": "+33 (0)1 70 15 16 17",
1521
- "other_name": "Geodiscalberson",
1522
- "web_url": "http://www.espacedestinataire.mobi/client/42228/mobile/index.html",
1523
- "required_fields": [
1524
- "tracking_postal_code"
1525
- ]
1526
- },
1527
- {
1528
- "slug": "pos-indonesia",
1529
- "name": "Pos Indonesia Domestic",
1530
- "phone": "+62 21 161",
1531
- "other_name": "Indonesian Post Domestic",
1532
- "web_url": "http://www.posindonesia.co.id",
1533
- "required_fields": []
1534
- },
1535
- {
1536
- "slug": "pos-indonesia-int",
1537
- "name": "Pos Indonesia International",
1538
- "phone": "+62 21 161",
1539
- "other_name": "Indonesian Post EMS",
1540
- "web_url": "http://www.posindonesia.co.id",
1541
- "required_fields": []
1542
- },
1543
- {
1544
- "slug": "sto",
1545
- "name": "STO Express",
1546
- "phone": "+86 95543",
1547
- "other_name": "申通快递, Shentong Express",
1548
- "web_url": "http://www.sto.cn/",
1549
- "required_fields": []
1550
- },
1551
- {
1552
- "slug": "jcex",
1553
- "name": "JCEX",
1554
- "phone": "+86 571-86436777",
1555
- "other_name": "JiaCheng, 杭州佳成",
1556
- "web_url": "http://www.jcex.com",
1557
- "required_fields": []
1558
- },
1559
- {
1560
- "slug": "toll-ipec",
1561
- "name": "Toll IPEC",
1562
- "phone": "+61 13 15 31",
1563
- "other_name": "Toll Express",
1564
- "web_url": "http://www.tollgroup.com/tollipec",
1565
- "required_fields": []
1566
- },
1567
- {
1568
- "slug": "ghn",
1569
- "name": "Giao hàng nhanh",
1570
- "phone": "+84 19006491",
1571
- "other_name": "Giaohangnhanh.vn, GHN",
1572
- "web_url": "http://giaohangnhanh.vn/",
1573
- "required_fields": []
1574
- },
1575
- {
1576
- "slug": "greyhound",
1577
- "name": "Greyhound",
1578
- "phone": "+1 800-739-5020",
1579
- "other_name": "Greyhound Package Express",
1580
- "web_url": "http://www.shipgreyhound.com/",
1581
- "required_fields": []
1582
- },
1583
- {
1584
- "slug": "flytexpress",
1585
- "name": "Flyt Express",
1586
- "phone": "+1 400-888-4003",
1587
- "other_name": "飞特物流",
1588
- "web_url": "http://www.flytexpress.com/",
1589
- "required_fields": []
1590
- },
1591
- {
1592
- "slug": "taxydromiki",
1593
- "name": "Geniki Taxydromiki",
1594
- "phone": "+30 210 485110",
1595
- "other_name": "ΓΕΝΙΚΗ ΤΑΧΥΔΡΟΜΙΚΗ",
1596
- "web_url": "http://www.taxydromiki.gr/",
1597
- "required_fields": []
1598
- },
1599
- {
1600
- "slug": "delhivery",
1601
- "name": "Delhivery",
1602
- "phone": "+91 (124) 4718900",
1603
- "other_name": "Gharpay",
1604
- "web_url": "http://www.delhivery.com/",
1605
- "required_fields": []
1606
- },
1607
- {
1608
- "slug": "dhlparcel-nl",
1609
- "name": "DHL Parcel NL",
1610
- "phone": "+31 0900 - 222 21 20",
1611
- "other_name": "Selektvracht, dhlparcel.nl",
1612
- "web_url": "https://www.dhlparcel.nl/",
1613
- "required_fields": []
1614
- },
1615
- {
1616
- "slug": "colissimo",
1617
- "name": "Colissimo",
1618
- "phone": "+33 3631",
1619
- "other_name": "Colissimo fr",
1620
- "web_url": "http://www.colissimo.fr",
1621
- "required_fields": []
1622
- },
1623
- {
1624
- "slug": "skynetworldwide-uk",
1625
- "name": "Skynet Worldwide Express UK",
1626
- "phone": "+44 (0) 20 8538 1988",
1627
- "other_name": "Skynet UK",
1628
- "web_url": "https://www.skynetworldwide.com",
1629
- "required_fields": []
1630
- },
1631
- {
1632
- "slug": "rpxonline",
1633
- "name": "RPX Online",
1634
- "phone": "+852 2620 0289",
1635
- "other_name": "Cathay Pacific",
1636
- "web_url": "http://www.rpxonline.com/",
1637
- "required_fields": []
1638
- },
1639
- {
1640
- "slug": "17postservice",
1641
- "name": "17 Post Service",
1642
- "phone": "+852 2620 0289",
1643
- "other_name": "17PostService",
1644
- "web_url": "http://17postservice.com/",
1645
- "required_fields": []
1646
- },
1647
- {
1648
- "slug": "raf",
1649
- "name": "RAF Philippines",
1650
- "phone": "+632 820-2920 to 25",
1651
- "other_name": "RAF Int'l. Forwarding",
1652
- "web_url": "http://www.raf.ph/",
1653
- "required_fields": []
1654
- },
1655
- {
1656
- "slug": "yundaex",
1657
- "name": "Yunda Express",
1658
- "phone": "+86 400-821-6789",
1659
- "other_name": "韵达快递",
1660
- "web_url": "http://www.yundaex.com/",
1661
- "required_fields": []
1662
- },
1663
- {
1664
- "slug": "trakpak",
1665
- "name": "TrakPak",
1666
- "phone": "+27 21 528 1000",
1667
- "other_name": "bpost international P2P Mailing Trak Pak",
1668
- "web_url": "http://www.trackmytrakpak.com/",
1669
- "required_fields": []
1670
- },
1671
- {
1672
- "slug": "dpe-za",
1673
- "name": "DPE South Africa",
1674
- "phone": "+27 (011) 573 3000",
1675
- "other_name": "DPE Worldwide Express",
1676
- "web_url": "http://www.dpe.co.za/",
1677
- "required_fields": []
1678
- },
1679
- {
1680
- "slug": "equick-cn",
1681
- "name": "Equick China",
1682
- "phone": "+1 400 706 6078",
1683
- "other_name": "北京网易速达",
1684
- "web_url": "http://www.equick.cn/",
1685
- "required_fields": []
1686
- },
1687
- {
1688
- "slug": "emirates-post",
1689
- "name": "Emirates Post",
1690
- "phone": "+971 600 599999",
1691
- "other_name": "مجموعة بريد الإمارات, UAE Post",
1692
- "web_url": "http://www.epg.gov.ae/",
1693
- "required_fields": []
1694
- },
1695
- {
1696
- "slug": "szdpex",
1697
- "name": "DPEX China",
1698
- "phone": "+86 755-8829 7707",
1699
- "other_name": "DPEX(深圳)国际物流, Toll China",
1700
- "web_url": "http://www.szdpex.com.cn/",
1701
- "required_fields": []
1702
- },
1703
- {
1704
- "slug": "qxpress",
1705
- "name": "Qxpress",
1706
- "phone": "+86 755-8829 7707",
1707
- "other_name": "Qxpress Qoo10",
1708
- "web_url": "http://www.qxpress.asia/",
1709
- "required_fields": []
1710
- },
1711
- {
1712
- "slug": "courier-plus",
1713
- "name": "Courier Plus",
1714
- "phone": "+234-18102031",
1715
- "other_name": "Courier Plus",
1716
- "web_url": "http://www.courierplus-ng.com/",
1717
- "required_fields": []
1718
- },
1719
- {
1720
- "slug": "800bestex",
1721
- "name": "Best Express",
1722
- "phone": "+86 4009565656",
1723
- "other_name": "百世汇通",
1724
- "web_url": "http://www.800bestex.com/",
1725
- "required_fields": []
1726
- },
1727
- {
1728
- "slug": "courierit",
1729
- "name": "Courier IT",
1730
- "phone": "+27 21 555 6777",
1731
- "other_name": "Courierit",
1732
- "web_url": "http://www.courierit.co.za/",
1733
- "required_fields": []
1734
- },
1735
- {
1736
- "slug": "city-link-international",
1737
- "name": "City Link International",
1738
- "phone": "+44 (0) 8444 930 930",
1739
- "other_name": "citylink.norsknet.com",
1740
- "web_url": "http://citylink.norsknet.com/",
1741
- "required_fields": []
1742
- },
1743
- {
1744
- "slug": "dhl-deliverit",
1745
- "name": "DHL 2-Mann-Handling",
1746
- "phone": "+49 228 28609898",
1747
- "other_name": "DHL Deliver IT",
1748
- "web_url": "https://www.dhl-deliverit.com/web/guest/webavisierung",
1749
- "required_fields": []
1750
- },
1751
- {
1752
- "slug": "dbschenker-se",
1753
- "name": "DB Schenker Sweden",
1754
- "phone": "+46 31 337 04 00",
1755
- "other_name": "Deutsche Bahn",
1756
- "web_url": "http://www.logistics.dbschenker.se/",
1757
- "required_fields": []
1758
- },
1759
- {
1760
- "slug": "xpressbees",
1761
- "name": "XpressBees",
1762
- "phone": "+91 020 46608 105",
1763
- "other_name": "XpressBees logistics",
1764
- "web_url": "http://www.xpressbees.com/",
1765
- "required_fields": []
1766
- },
1767
- {
1768
- "slug": "dotzot",
1769
- "name": "Dotzot",
1770
- "phone": "+91 33004444",
1771
- "other_name": "Dotzot",
1772
- "web_url": "http://dotzot.in/",
1773
- "required_fields": []
1774
- },
1775
- {
1776
- "slug": "4squaregroup",
1777
- "name": "4Square Group",
1778
- "phone": "+44 0845 519 6854",
1779
- "other_name": "4 Square",
1780
- "web_url": "http://www.4squaregroup.co.uk/",
1781
- "required_fields": []
1782
- },
1783
- {
1784
- "slug": "ecom-express",
1785
- "name": "Ecom Express",
1786
- "phone": "+91 011-30212000",
1787
- "other_name": "EcomExpress",
1788
- "web_url": "http://www.ecomexpress.in/",
1789
- "required_fields": []
1790
- },
1791
- {
1792
- "slug": "yodel-international",
1793
- "name": "Yodel International",
1794
- "phone": "+91 011-30212000",
1795
- "other_name": "Home Delivery Network, HDNL",
1796
- "web_url": "http://www.yodel.co.uk/",
1797
- "required_fields": []
1798
- },
1799
- {
1800
- "slug": "tnt-click",
1801
- "name": "TNT-Click Italy",
1802
- "phone": "+39 199 803 868",
1803
- "other_name": "TNT Italy",
1804
- "web_url": "https://www.tnt-click.it/",
1805
- "required_fields": []
1806
- },
1807
- {
1808
- "slug": "mypostonline",
1809
- "name": "Mypostonline",
1810
- "phone": "+60 07-6625692",
1811
- "other_name": "MYBOXPOST",
1812
- "web_url": "http://www.mypostonline.com.cn/",
1813
- "required_fields": []
1814
- },
1815
- {
1816
- "slug": "panther",
1817
- "name": "Panther",
1818
- "phone": "+60 07-6625692",
1819
- "other_name": "Panther Group UK",
1820
- "web_url": "http://www.pantherpremium.com/Tracking.aspx",
1821
- "required_fields": []
1822
- }
1823
- ];
1824
- return data;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1825
  }
1826
 
1
  function get_couriers() {
2
+ var data = [
3
+ {
4
+ "slug": "17postservice",
5
+ "name": "17 Post Service",
6
+ "phone": "+852 2620 0289",
7
+ "other_name": "17PostService",
8
+ "web_url": "http://17postservice.com/",
9
+ "required_fields": []
10
+ },
11
+ {
12
+ "slug": "2go",
13
+ "name": "2GO",
14
+ "phone": "+63 2 77-99-222",
15
+ "other_name": "Negros Navigation",
16
+ "web_url": "http://supplychain.2go.com.ph/",
17
+ "required_fields": []
18
+ },
19
+ {
20
+ "slug": "4px",
21
+ "name": "4PX",
22
+ "phone": "+86 755-33936349",
23
+ "other_name": "递四方",
24
+ "web_url": "http://express.4px.com/",
25
+ "required_fields": []
26
+ },
27
+ {
28
+ "slug": "4squaregroup",
29
+ "name": "4Square Group",
30
+ "phone": "+44 0845 519 6854",
31
+ "other_name": "4 Square",
32
+ "web_url": "http://www.4squaregroup.co.uk/",
33
+ "required_fields": []
34
+ },
35
+ {
36
+ "slug": "800bestex",
37
+ "name": "Best Express",
38
+ "phone": "+86 4009565656",
39
+ "other_name": "百世汇通",
40
+ "web_url": "http://www.800bestex.com/",
41
+ "required_fields": []
42
+ },
43
+ {
44
+ "slug": "abf",
45
+ "name": "ABF Freight",
46
+ "phone": "+1 (800) 610-5544",
47
+ "other_name": "Arkansas Best Corporation",
48
+ "web_url": "http://www.abfs.com/",
49
+ "required_fields": []
50
+ },
51
+ {
52
+ "slug": "acscourier",
53
+ "name": "ACS Courier",
54
+ "phone": "+30 210 81 90 000",
55
+ "other_name": "Αναζήτηση Καταστημάτων",
56
+ "web_url": "https://www.acscourier.net/",
57
+ "required_fields": []
58
+ },
59
+ {
60
+ "slug": "aeroflash",
61
+ "name": "Mexico AeroFlash",
62
+ "phone": "+52 55 5445 2100",
63
+ "other_name": "AeroFlash",
64
+ "web_url": "http://www.aeroflash.com.mx/",
65
+ "required_fields": []
66
+ },
67
+ {
68
+ "slug": "air21",
69
+ "name": "AIR21",
70
+ "phone": "+63 (02) 854-2100",
71
+ "other_name": "AIR 21 PH",
72
+ "web_url": "http://www.air21.com.ph",
73
+ "required_fields": []
74
+ },
75
+ {
76
+ "slug": "an-post",
77
+ "name": "An Post",
78
+ "phone": "+353 1850 57 58 59",
79
+ "other_name": "Ireland Post",
80
+ "web_url": "http://www.anpost.ie/AnPost/",
81
+ "required_fields": []
82
+ },
83
+ {
84
+ "slug": "apc",
85
+ "name": "APC Postal Logistics",
86
+ "phone": "+1 (888) 413-7300",
87
+ "other_name": "APC-PLI",
88
+ "web_url": "http://www.apc-pli.com/",
89
+ "required_fields": []
90
+ },
91
+ {
92
+ "slug": "aramex",
93
+ "name": "Aramex",
94
+ "phone": "+1 (718) 5538740",
95
+ "other_name": "ارامكس",
96
+ "web_url": "http://www.aramex.com/",
97
+ "required_fields": []
98
+ },
99
+ {
100
+ "slug": "arrowxl",
101
+ "name": "Arrow XL",
102
+ "phone": "+44 0800 015 1509",
103
+ "other_name": "Yodel XL",
104
+ "web_url": "http://www.arrowxl.co.uk/",
105
+ "required_fields": [
106
+ "tracking_postal_code"
107
+ ]
108
+ },
109
+ {
110
+ "slug": "asendia-usa",
111
+ "name": "Asendia USA",
112
+ "phone": "+1 610 461 3661",
113
+ "other_name": "Brokers Worldwide",
114
+ "web_url": "http://www.brokersworldwide.com/",
115
+ "required_fields": []
116
+ },
117
+ {
118
+ "slug": "asm",
119
+ "name": "ASM",
120
+ "phone": "+34 902 11 33 00",
121
+ "other_name": "Asm-Red",
122
+ "web_url": "http://www.asmred.com/en/",
123
+ "required_fields": [
124
+ "tracking_postal_code"
125
+ ]
126
+ },
127
+ {
128
+ "slug": "aupost-china",
129
+ "name": "AuPost China",
130
+ "phone": "+86 4007005618",
131
+ "other_name": "澳邮宝",
132
+ "web_url": "http://www.aupost.org/",
133
+ "required_fields": []
134
+ },
135
+ {
136
+ "slug": "australia-post",
137
+ "name": "Australia Post",
138
+ "phone": "+61 3 8847 9980",
139
+ "other_name": "AusPost",
140
+ "web_url": "http://auspost.com.au/",
141
+ "required_fields": []
142
+ },
143
+ {
144
+ "slug": "austrian-post",
145
+ "name": "Austrian Post (Express)",
146
+ "phone": "+43 810 010 100",
147
+ "other_name": "Österreichische Post AG",
148
+ "web_url": "http://www.post.at",
149
+ "required_fields": []
150
+ },
151
+ {
152
+ "slug": "austrian-post-registered",
153
+ "name": "Austrian Post (Registered)",
154
+ "phone": "+43 810 010 100",
155
+ "other_name": "Österreichische Post AG",
156
+ "web_url": "http://www.post.at",
157
+ "required_fields": []
158
+ },
159
+ {
160
+ "slug": "belpost",
161
+ "name": "Belpost",
162
+ "phone": "+375 17 293 59 10",
163
+ "other_name": "Belposhta, Белпочта",
164
+ "web_url": "http://www.belpost.by",
165
+ "required_fields": []
166
+ },
167
+ {
168
+ "slug": "bgpost",
169
+ "name": "Bulgarian Posts",
170
+ "phone": "+3592/949 3280",
171
+ "other_name": "Български пощи",
172
+ "web_url": "http://www.bgpost.bg/",
173
+ "required_fields": []
174
+ },
175
+ {
176
+ "slug": "bluedart",
177
+ "name": "Bluedart",
178
+ "phone": "+91 18602331234",
179
+ "other_name": "Blue Dart Express",
180
+ "web_url": "http://www.bluedart.com/",
181
+ "required_fields": []
182
+ },
183
+ {
184
+ "slug": "boxc",
185
+ "name": "BOXC",
186
+ "phone": "+1 424 278-4286",
187
+ "other_name": "BOXC快遞",
188
+ "web_url": "http://boxc.com/",
189
+ "required_fields": []
190
+ },
191
+ {
192
+ "slug": "bpost",
193
+ "name": "Belgium Post",
194
+ "phone": "+32 2 276 22 74",
195
+ "other_name": "bpost, Belgian Post",
196
+ "web_url": "http://www.bpost.be/",
197
+ "required_fields": []
198
+ },
199
+ {
200
+ "slug": "bpost-international",
201
+ "name": "bpost international",
202
+ "phone": "+32 (0)2 278 50 90",
203
+ "other_name": "Belgium Post International, Minipak DDU",
204
+ "web_url": "http://www.bpostinternational.com/",
205
+ "required_fields": []
206
+ },
207
+ {
208
+ "slug": "brazil-correios",
209
+ "name": "Brazil Correios",
210
+ "phone": "+55 61 3003 0100",
211
+ "other_name": "Brazilian Post",
212
+ "web_url": "http://correios.com.br/",
213
+ "required_fields": []
214
+ },
215
+ {
216
+ "slug": "brt-it",
217
+ "name": "BRT Bartolini",
218
+ "phone": "+39 011 397 411 1",
219
+ "other_name": "BRT Corriere Espresso, DPD Italy",
220
+ "web_url": "http://www.brt.it/",
221
+ "required_fields": []
222
+ },
223
+ {
224
+ "slug": "cambodia-post",
225
+ "name": "Cambodia Post",
226
+ "phone": "+855 23 723 51",
227
+ "other_name": "Cambodia Post",
228
+ "web_url": "http://www.ems.com.kh/",
229
+ "required_fields": []
230
+ },
231
+ {
232
+ "slug": "canada-post",
233
+ "name": "Canada Post",
234
+ "phone": "+1 866 607 6301",
235
+ "other_name": "Postes Canada",
236
+ "web_url": "https://www.canadapost.ca/",
237
+ "required_fields": []
238
+ },
239
+ {
240
+ "slug": "ceska-posta",
241
+ "name": "Česká Pošta",
242
+ "phone": "+420 840 111 244",
243
+ "other_name": "Czech Post",
244
+ "web_url": "http://www.ceskaposta.cz/",
245
+ "required_fields": []
246
+ },
247
+ {
248
+ "slug": "china-ems",
249
+ "name": "China EMS",
250
+ "phone": "+86 20 11183",
251
+ "other_name": "中国邮政速递物流",
252
+ "web_url": "http://www.11183.com.cn/english.html",
253
+ "required_fields": []
254
+ },
255
+ {
256
+ "slug": "china-post",
257
+ "name": "China Post",
258
+ "phone": "+86 20 11185",
259
+ "other_name": "中国邮政, ePacket, e-Packet",
260
+ "web_url": "http://www.chinapost.com.cn/",
261
+ "required_fields": []
262
+ },
263
+ {
264
+ "slug": "chronopost-france",
265
+ "name": "Chronopost France",
266
+ "phone": "+33 (0) 969 391 391",
267
+ "other_name": "La Poste EMS",
268
+ "web_url": "http://www.chronopost.fr/",
269
+ "required_fields": []
270
+ },
271
+ {
272
+ "slug": "chronopost-portugal",
273
+ "name": "Chronopost Portugal",
274
+ "phone": "+351 707 20 28 28",
275
+ "other_name": "Chronopost pt",
276
+ "web_url": "http://chronopost.pt/",
277
+ "required_fields": []
278
+ },
279
+ {
280
+ "slug": "city-link",
281
+ "name": "City Link",
282
+ "phone": "+44 8444 930 914",
283
+ "other_name": "City Link UK",
284
+ "web_url": "http://www.city-link.co.uk/",
285
+ "required_fields": []
286
+ },
287
+ {
288
+ "slug": "city-link-international",
289
+ "name": "City Link International",
290
+ "phone": "+44 (0) 8444 930 930",
291
+ "other_name": "citylink.norsknet.com",
292
+ "web_url": "http://citylink.norsknet.com/",
293
+ "required_fields": []
294
+ },
295
+ {
296
+ "slug": "citylinkexpress",
297
+ "name": "City-Link Express",
298
+ "phone": "+60 603-5565 8399",
299
+ "other_name": "Citylink Malaysia",
300
+ "web_url": "http://www.citylinkexpress.com/",
301
+ "required_fields": []
302
+ },
303
+ {
304
+ "slug": "cj-gls",
305
+ "name": "CJ GLS",
306
+ "phone": "+63-567-1320",
307
+ "other_name": "CJ Korea Express, 씨제이지엘에스주식회사",
308
+ "web_url": "http://www.cjgls.com/eng/",
309
+ "required_fields": []
310
+ },
311
+ {
312
+ "slug": "colis-prive",
313
+ "name": "Colis Privé",
314
+ "phone": "+33 0826 82 83 84",
315
+ "other_name": "ColisPrivé",
316
+ "web_url": "https://www.colisprive.com/moncolis/",
317
+ "required_fields": []
318
+ },
319
+ {
320
+ "slug": "colissimo",
321
+ "name": "Colissimo",
322
+ "phone": "+33 3631",
323
+ "other_name": "Colissimo fr",
324
+ "web_url": "http://www.colissimo.fr",
325
+ "required_fields": []
326
+ },
327
+ {
328
+ "slug": "collectplus",
329
+ "name": "Collect+",
330
+ "phone": "+44 01923 601616",
331
+ "other_name": "Collect Plus UK",
332
+ "web_url": "https://www.collectplus.co.uk/",
333
+ "required_fields": []
334
+ },
335
+ {
336
+ "slug": "correo-argentino",
337
+ "name": "Correo Argentino",
338
+ "phone": "+54 11 4891-9191",
339
+ "other_name": "Argentina Post",
340
+ "web_url": "http://www.correoargentino.com.ar",
341
+ "required_fields": []
342
+ },
343
+ {
344
+ "slug": "correos-chile",
345
+ "name": "Correos Chile",
346
+ "phone": "+562 600 950 2020",
347
+ "other_name": "Chile Post",
348
+ "web_url": "http://www.correos.cl",
349
+ "required_fields": []
350
+ },
351
+ {
352
+ "slug": "correos-de-mexico",
353
+ "name": "Correos de Mexico",
354
+ "phone": "+52 01 800 701 7000",
355
+ "other_name": "Mexico Post",
356
+ "web_url": "http://www.sepomex.gob.mx/Paginas/Home.aspx",
357
+ "required_fields": []
358
+ },
359
+ {
360
+ "slug": "courier-plus",
361
+ "name": "Courier Plus",
362
+ "phone": "+234-18102031",
363
+ "other_name": "Courier Plus",
364
+ "web_url": "http://www.courierplus-ng.com/",
365
+ "required_fields": []
366
+ },
367
+ {
368
+ "slug": "courierit",
369
+ "name": "Courier IT",
370
+ "phone": "+27 21 555 6777",
371
+ "other_name": "Courierit",
372
+ "web_url": "http://www.courierit.co.za/",
373
+ "required_fields": []
374
+ },
375
+ {
376
+ "slug": "courierpost",
377
+ "name": "CourierPost",
378
+ "phone": "+64 0800 268 743",
379
+ "other_name": "Express Couriers",
380
+ "web_url": "http://www.courierpost.co.nz/",
381
+ "required_fields": []
382
+ },
383
+ {
384
+ "slug": "couriers-please",
385
+ "name": "Couriers Please",
386
+ "phone": "+61 1300 361 000",
387
+ "other_name": "CouriersPlease",
388
+ "web_url": "http://www.couriersplease.com.au/",
389
+ "required_fields": []
390
+ },
391
+ {
392
+ "slug": "cyprus-post",
393
+ "name": "Cyprus Post",
394
+ "phone": "+357 22805802",
395
+ "other_name": "ΚΥΠΡΙΑΚΑ ΤΑΧΥΔΡΟΜΕΙΑ",
396
+ "web_url": "http://www.mcw.gov.cy/mcw/postal/dps.nsf/index_en/index_en",
397
+ "required_fields": []
398
+ },
399
+ {
400
+ "slug": "danmark-post",
401
+ "name": "Post Danmark",
402
+ "phone": "+45 80 20 70 30",
403
+ "other_name": "Danske Post",
404
+ "web_url": "http://www.postdanmark.dk/",
405
+ "required_fields": []
406
+ },
407
+ {
408
+ "slug": "dbschenker-se",
409
+ "name": "DB Schenker Sweden",
410
+ "phone": "+46 31 337 04 00",
411
+ "other_name": "Deutsche Bahn",
412
+ "web_url": "http://www.logistics.dbschenker.se/",
413
+ "required_fields": []
414
+ },
415
+ {
416
+ "slug": "delhivery",
417
+ "name": "Delhivery",
418
+ "phone": "+91 (124) 6719500",
419
+ "other_name": "Gharpay",
420
+ "web_url": "http://www.delhivery.com/",
421
+ "required_fields": []
422
+ },
423
+ {
424
+ "slug": "deltec-courier",
425
+ "name": "Deltec Courier",
426
+ "phone": "+44 (0) 20 8569 6767",
427
+ "other_name": "Deltec Interntional Courier",
428
+ "web_url": "https://www.deltec-courier.com/",
429
+ "required_fields": []
430
+ },
431
+ {
432
+ "slug": "deutsch-post",
433
+ "name": "Deutsche Post Mail",
434
+ "phone": "+49 (0) 180 2 000221",
435
+ "other_name": "dpdhl",
436
+ "web_url": "http://www.deutschepost.de/",
437
+ "required_fields": [
438
+ "tracking_ship_date"
439
+ ]
440
+ },
441
+ {
442
+ "slug": "dhl",
443
+ "name": "DHL Express",
444
+ "phone": "+1 800 225 5345",
445
+ "other_name": "DHL International",
446
+ "web_url": "http://www.dhl.com/",
447
+ "required_fields": []
448
+ },
449
+ {
450
+ "slug": "dhl-benelux",
451
+ "name": "DHL Benelux",
452
+ "phone": "+31 26-324 6700",
453
+ "other_name": "DHL TrackNet Benelux",
454
+ "web_url": "http://www.dhl.nl/",
455
+ "required_fields": []
456
+ },
457
+ {
458
+ "slug": "dhl-deliverit",
459
+ "name": "DHL 2-Mann-Handling",
460
+ "phone": "+49 228 28609898",
461
+ "other_name": "DHL Deliver IT",
462
+ "web_url": "https://www.dhl-deliverit.com/web/guest/webavisierung",
463
+ "required_fields": [
464
+ "tracking_postal_code"
465
+ ]
466
+ },
467
+ {
468
+ "slug": "dhl-es",
469
+ "name": "DHL Spain Domestic",
470
+ "phone": "+34 902 09 05 41",
471
+ "other_name": "DHL España",
472
+ "web_url": "http://www.dhl.es/",
473
+ "required_fields": []
474
+ },
475
+ {
476
+ "slug": "dhl-germany",
477
+ "name": "Deutsche Post DHL",
478
+ "phone": "+49 228 28609898",
479
+ "other_name": "DHL Germany",
480
+ "web_url": "http://www.dhl.de/",
481
+ "required_fields": []
482
+ },
483
+ {
484
+ "slug": "dhl-global-mail",
485
+ "name": "DHL eCommerce",
486
+ "phone": "+1 317 554 5191",
487
+ "other_name": "DHL Global Mail",
488
+ "web_url": "http://us.dhlglobalmail.com/",
489
+ "required_fields": []
490
+ },
491
+ {
492
+ "slug": "dhl-global-mail-asia",
493
+ "name": "DHL Global Mail Asia",
494
+ "phone": "+65 6883 0771",
495
+ "other_name": "DGM Asia",
496
+ "web_url": "http://www.dhlglobalmail.com/",
497
+ "required_fields": []
498
+ },
499
+ {
500
+ "slug": "dhl-nl",
501
+ "name": "DHL Netherlands",
502
+ "phone": "+31 26-324 6700",
503
+ "other_name": "DHL Nederlands",
504
+ "web_url": "http://www.dhl.nl/",
505
+ "required_fields": []
506
+ },
507
+ {
508
+ "slug": "dhl-poland",
509
+ "name": "DHL Poland Domestic",
510
+ "phone": "+48 42 6 345 345",
511
+ "other_name": "DHL Polska",
512
+ "web_url": "http://www.dhl.com.pl/",
513
+ "required_fields": []
514
+ },
515
+ {
516
+ "slug": "dhlparcel-nl",
517
+ "name": "DHL Parcel NL",
518
+ "phone": "+31 0900 - 222 21 20",
519
+ "other_name": "Selektvracht, dhlparcel.nl",
520
+ "web_url": "https://www.dhlparcel.nl/",
521
+ "required_fields": []
522
+ },
523
+ {
524
+ "slug": "directlink",
525
+ "name": "Direct Link",
526
+ "phone": "+852 28504183",
527
+ "other_name": "Direct Link",
528
+ "web_url": "http://www.directlink.com/",
529
+ "required_fields": []
530
+ },
531
+ {
532
+ "slug": "dotzot",
533
+ "name": "Dotzot",
534
+ "phone": "+91 33004444",
535
+ "other_name": "Dotzot",
536
+ "web_url": "http://dotzot.in/",
537
+ "required_fields": []
538
+ },
539
+ {
540
+ "slug": "dpd",
541
+ "name": "DPD",
542
+ "phone": "+31 20 480 2900",
543
+ "other_name": "Dynamic Parcel Distribution",
544
+ "web_url": "http://www.dpd.com/",
545
+ "required_fields": []
546
+ },
547
+ {
548
+ "slug": "dpd-de",
549
+ "name": "DPD Germany",
550
+ "phone": "+49 01806 373 200",
551
+ "other_name": "DPD Germany",
552
+ "web_url": "https://www.dpd.com/de_privatkunden/",
553
+ "required_fields": []
554
+ },
555
+ {
556
+ "slug": "dpd-ireland",
557
+ "name": "DPD Ireland",
558
+ "phone": "+353 (0)90 64 20500",
559
+ "other_name": "DPD ie",
560
+ "web_url": "http://www.dpd.ie/",
561
+ "required_fields": []
562
+ },
563
+ {
564
+ "slug": "dpd-poland",
565
+ "name": "DPD Poland",
566
+ "phone": "+48 801 400 373",
567
+ "other_name": "Dynamic Parcel Distribution Poland",
568
+ "web_url": "http://www.dpd.com.pl/",
569
+ "required_fields": []
570
+ },
571
+ {
572
+ "slug": "dpd-uk",
573
+ "name": "DPD UK",
574
+ "phone": "+44 845 9 300 350",
575
+ "other_name": "Dynamic Parcel Distribution UK",
576
+ "web_url": "http://www.dpd.co.uk/",
577
+ "required_fields": []
578
+ },
579
+ {
580
+ "slug": "dpe-za",
581
+ "name": "DPE South Africa",
582
+ "phone": "+27 (011) 573 3000",
583
+ "other_name": "DPE Worldwide Express",
584
+ "web_url": "http://www.dpe.co.za/",
585
+ "required_fields": []
586
+ },
587
+ {
588
+ "slug": "dtdc",
589
+ "name": "DTDC India",
590
+ "phone": "+91 33004444",
591
+ "other_name": "DTDC Courier & Cargo",
592
+ "web_url": "http://dtdc.com/",
593
+ "required_fields": []
594
+ },
595
+ {
596
+ "slug": "dynamic-logistics",
597
+ "name": "Dynamic Logistics",
598
+ "phone": "+66 02-688-6688",
599
+ "other_name": "Dynamic Logistics Thailand",
600
+ "web_url": "http://www.dynamic-logistics.com/",
601
+ "required_fields": [
602
+ "tracking_account_number"
603
+ ]
604
+ },
605
+ {
606
+ "slug": "ec-firstclass",
607
+ "name": "EC-Firstclass",
608
+ "phone": "+86 4006 988 223",
609
+ "other_name": "ChuKou1, CK1",
610
+ "web_url": "http://www.ec-firstclass.org/",
611
+ "required_fields": []
612
+ },
613
+ {
614
+ "slug": "ecom-express",
615
+ "name": "Ecom Express",
616
+ "phone": "+91 011-30212000",
617
+ "other_name": "EcomExpress",
618
+ "web_url": "http://www.ecomexpress.in/",
619
+ "required_fields": []
620
+ },
621
+ {
622
+ "slug": "elta-courier",
623
+ "name": "ELTA Hellenic Post",
624
+ "phone": "+30 801 11 83000",
625
+ "other_name": "Greece Post, Ελληνικά Ταχυδρομεία, ELTA Courier, Ταχυμεταφορές ΕΛΤΑ",
626
+ "web_url": "http://www.elta-courier.gr/",
627
+ "required_fields": []
628
+ },
629
+ {
630
+ "slug": "emirates-post",
631
+ "name": "Emirates Post",
632
+ "phone": "+971 600 599999",
633
+ "other_name": "مجموعة بريد الإمارات, UAE Post",
634
+ "web_url": "http://www.epg.gov.ae/",
635
+ "required_fields": []
636
+ },
637
+ {
638
+ "slug": "empsexpress",
639
+ "name": "EMPS Express",
640
+ "phone": "+86 (755) 36620359",
641
+ "other_name": "Shenzhen Express Mail & Parcel Service Freight Forwarding Co.,",
642
+ "web_url": "http://www.empsexpress.com/",
643
+ "required_fields": []
644
+ },
645
+ {
646
+ "slug": "envialia",
647
+ "name": "Envialia",
648
+ "phone": "+34 902400909",
649
+ "other_name": "Envialia Spain",
650
+ "web_url": "http://www.envialia.com/",
651
+ "required_fields": []
652
+ },
653
+ {
654
+ "slug": "equick-cn",
655
+ "name": "Equick China",
656
+ "phone": "+1 400 706 6078",
657
+ "other_name": "北京网易速达",
658
+ "web_url": "http://www.equick.cn/",
659
+ "required_fields": []
660
+ },
661
+ {
662
+ "slug": "estafeta",
663
+ "name": "Estafeta",
664
+ "phone": "+52 1-800-378-2338",
665
+ "other_name": "Estafeta Mexicana",
666
+ "web_url": "http://www.estafeta.com/default.aspx",
667
+ "required_fields": []
668
+ },
669
+ {
670
+ "slug": "estes",
671
+ "name": "Estes",
672
+ "phone": "+1-886-378-3748",
673
+ "other_name": "Estes Express Lines",
674
+ "web_url": "http://www.estes-express.com",
675
+ "required_fields": []
676
+ },
677
+ {
678
+ "slug": "fastway-au",
679
+ "name": "Fastway Australia",
680
+ "phone": "+61 (0) 2 9737 8288",
681
+ "other_name": "Fastway Couriers",
682
+ "web_url": "http://www.fastway.com.au/",
683
+ "required_fields": []
684
+ },
685
+ {
686
+ "slug": "fastway-ireland",
687
+ "name": "Fastway Ireland",
688
+ "phone": "+353 1 4242 900",
689
+ "other_name": "Fastway Couriers",
690
+ "web_url": "http://www.fastway.ie/",
691
+ "required_fields": []
692
+ },
693
+ {
694
+ "slug": "fastway-za",
695
+ "name": "Fastway South Africa",
696
+ "phone": "+27 0861 222 882",
697
+ "other_name": "Fastway Couriers",
698
+ "web_url": "http://www.fastway.co.za/",
699
+ "required_fields": []
700
+ },
701
+ {
702
+ "slug": "fedex",
703
+ "name": "FedEx",
704
+ "phone": "+1 800 247 4747",
705
+ "other_name": "Federal Express",
706
+ "web_url": "http://www.fedex.com/",
707
+ "required_fields": []
708
+ },
709
+ {
710
+ "slug": "fedex-uk",
711
+ "name": "FedEx UK",
712
+ "phone": "+ 44 2476 706 660",
713
+ "other_name": "FedEx United Kingdom",
714
+ "web_url": "http://www.fedex.com/ukservices",
715
+ "required_fields": []
716
+ },
717
+ {
718
+ "slug": "first-flight",
719
+ "name": "First Flight Couriers",
720
+ "phone": "+91 022-39576666",
721
+ "other_name": "FirstFlight India",
722
+ "web_url": "http://www.firstflight.net/",
723
+ "required_fields": []
724
+ },
725
+ {
726
+ "slug": "first-logistics",
727
+ "name": "First Logistics",
728
+ "phone": "+62 021 - 73880707",
729
+ "other_name": "PT Synergy First Logistics",
730
+ "web_url": "http://www.jne.co.id/",
731
+ "required_fields": []
732
+ },
733
+ {
734
+ "slug": "flash-courier",
735
+ "name": "Flash Courier",
736
+ "phone": "+55 011 5033 3260",
737
+ "other_name": "Flash Courier Brazil",
738
+ "web_url": "http://www.jall.com.br/",
739
+ "required_fields": []
740
+ },
741
+ {
742
+ "slug": "flytexpress",
743
+ "name": "Flyt Express",
744
+ "phone": "+1 400-888-4003",
745
+ "other_name": "飞特物流",
746
+ "web_url": "http://www.flytexpress.com/",
747
+ "required_fields": []
748
+ },
749
+ {
750
+ "slug": "gati-kwe",
751
+ "name": "Gati-KWE",
752
+ "phone": "+91 1800-180-4284",
753
+ "other_name": "Gati-Kintetsu Express",
754
+ "web_url": "http://www.gatikwe.com/",
755
+ "required_fields": []
756
+ },
757
+ {
758
+ "slug": "gdex",
759
+ "name": "GDEX",
760
+ "phone": "+60 03-77872222",
761
+ "other_name": "GD Express",
762
+ "web_url": "http://www.gdexpress.com",
763
+ "required_fields": []
764
+ },
765
+ {
766
+ "slug": "geodis-calberson-fr",
767
+ "name": "Geodis Calberson France",
768
+ "phone": "+33 (0)1 70 15 16 17",
769
+ "other_name": "Geodiscalberson",
770
+ "web_url": "http://www.espacedestinataire.mobi/client/42228/mobile/index.html",
771
+ "required_fields": [
772
+ "tracking_postal_code"
773
+ ]
774
+ },
775
+ {
776
+ "slug": "ghn",
777
+ "name": "Giao hàng nhanh",
778
+ "phone": "+84 19006491",
779
+ "other_name": "Giaohangnhanh.vn, GHN",
780
+ "web_url": "http://giaohangnhanh.vn/",
781
+ "required_fields": []
782
+ },
783
+ {
784
+ "slug": "gls",
785
+ "name": "GLS",
786
+ "phone": "+44 247 621 3455",
787
+ "other_name": "General Logistics Systems",
788
+ "web_url": "https://gls-group.eu/EU/en/home",
789
+ "required_fields": []
790
+ },
791
+ {
792
+ "slug": "gls-italy",
793
+ "name": "GLS Italy",
794
+ "phone": "+39 199 151188",
795
+ "other_name": "GLS Corriere Espresso",
796
+ "web_url": "http://www.gls-italy.com/index_noreg.asp",
797
+ "required_fields": []
798
+ },
799
+ {
800
+ "slug": "gls-netherlands",
801
+ "name": "GLS Netherlands",
802
+ "phone": "+31 0900-1116660",
803
+ "other_name": "GLS NL",
804
+ "web_url": "http://www.gls-netherlands.com/",
805
+ "required_fields": [
806
+ "tracking_postal_code"
807
+ ]
808
+ },
809
+ {
810
+ "slug": "gojavas",
811
+ "name": "GoJaVAS",
812
+ "phone": "+91 0124-4405730",
813
+ "other_name": "JaVAS",
814
+ "web_url": "http://gojavas.com/",
815
+ "required_fields": []
816
+ },
817
+ {
818
+ "slug": "greyhound",
819
+ "name": "Greyhound",
820
+ "phone": "+1 800-739-5020",
821
+ "other_name": "Greyhound Package Express",
822
+ "web_url": "http://www.shipgreyhound.com/",
823
+ "required_fields": []
824
+ },
825
+ {
826
+ "slug": "hermes",
827
+ "name": "myHermes UK",
828
+ "phone": "+44 844 543 7000",
829
+ "other_name": "Hermes UK",
830
+ "web_url": "https://www.myhermes.co.uk",
831
+ "required_fields": []
832
+ },
833
+ {
834
+ "slug": "hermes-de",
835
+ "name": "Hermes Germany",
836
+ "phone": "+49 1806-311211",
837
+ "other_name": "myhermes.de, Hermes Logistik Gruppe Deutschland",
838
+ "web_url": "https://www.myhermes.de/wps/portal/paket/Home/privatkunden/home",
839
+ "required_fields": []
840
+ },
841
+ {
842
+ "slug": "hong-kong-post",
843
+ "name": "Hong Kong Post",
844
+ "phone": "+852 2921 2222",
845
+ "other_name": "香港郵政",
846
+ "web_url": "http://hongkongpost.com",
847
+ "required_fields": []
848
+ },
849
+ {
850
+ "slug": "hrvatska-posta",
851
+ "name": "Hrvatska Pošta",
852
+ "phone": "+385 0800 303 304",
853
+ "other_name": "Croatia Post",
854
+ "web_url": "http://www.posta.hr/",
855
+ "required_fields": []
856
+ },
857
+ {
858
+ "slug": "i-parcel",
859
+ "name": "i-parcel",
860
+ "phone": "+44 (0) 1342 315 455",
861
+ "other_name": "iparcel",
862
+ "web_url": "https://www.i-parcel.com/",
863
+ "required_fields": []
864
+ },
865
+ {
866
+ "slug": "india-post",
867
+ "name": "India Post Domestic",
868
+ "phone": "+91 1800 11 2011",
869
+ "other_name": "भारतीय डाक",
870
+ "web_url": "http://www.indiapost.gov.in/",
871
+ "required_fields": []
872
+ },
873
+ {
874
+ "slug": "india-post-int",
875
+ "name": "India Post International",
876
+ "phone": "+91 1800 11 2011",
877
+ "other_name": "भारतीय डाक, Speed Post & eMO, EMS, IPS Web",
878
+ "web_url": "http://www.indiapost.gov.in/",
879
+ "required_fields": []
880
+ },
881
+ {
882
+ "slug": "interlink-express",
883
+ "name": "Interlink Express",
884
+ "phone": "+44 8702 200 300",
885
+ "other_name": "Interlink UK",
886
+ "web_url": "http://www.interlinkexpress.com/",
887
+ "required_fields": []
888
+ },
889
+ {
890
+ "slug": "international-seur",
891
+ "name": "International Seur",
892
+ "phone": "+34 902101010",
893
+ "other_name": "SEUR Internacional",
894
+ "web_url": "http://www.seur.com/",
895
+ "required_fields": []
896
+ },
897
+ {
898
+ "slug": "israel-post",
899
+ "name": "Israel Post",
900
+ "phone": "+972 2 629 0691",
901
+ "other_name": "חברת דואר ישראל",
902
+ "web_url": "http://www.israelpost.co.il",
903
+ "required_fields": []
904
+ },
905
+ {
906
+ "slug": "israel-post-domestic",
907
+ "name": "Israel Post Domestic",
908
+ "phone": "+972 2 629 0691",
909
+ "other_name": "חברת דואר ישראל מקומית",
910
+ "web_url": "http://www.israelpost.co.il/",
911
+ "required_fields": []
912
+ },
913
+ {
914
+ "slug": "italy-sda",
915
+ "name": "Italy SDA",
916
+ "phone": "+39 199 113366",
917
+ "other_name": "SDA Express Courier",
918
+ "web_url": "http://www.sda.it/",
919
+ "required_fields": []
920
+ },
921
+ {
922
+ "slug": "jam-express",
923
+ "name": "Jam Express",
924
+ "phone": "+63 239 7502",
925
+ "other_name": "JAM Global Express",
926
+ "web_url": "http://www.myjamexpress.com/",
927
+ "required_fields": []
928
+ },
929
+ {
930
+ "slug": "japan-post",
931
+ "name": "Japan Post",
932
+ "phone": "+81 0570-046111",
933
+ "other_name": "日本郵便",
934
+ "web_url": "http://www.post.japanpost.jp/top.html",
935
+ "required_fields": []
936
+ },
937
+ {
938
+ "slug": "jcex",
939
+ "name": "JCEX",
940
+ "phone": "+86 571-86436777",
941
+ "other_name": "JiaCheng, 杭州佳成",
942
+ "web_url": "http://www.jcex.com",
943
+ "required_fields": []
944
+ },
945
+ {
946
+ "slug": "jne",
947
+ "name": "JNE",
948
+ "phone": "+62 021-29278888",
949
+ "other_name": "Express Across Nation, Tiki Jalur Nugraha Ekakurir",
950
+ "web_url": "http://www.jne.co.id/",
951
+ "required_fields": []
952
+ },
953
+ {
954
+ "slug": "kerry-logistics",
955
+ "name": "Kerry Express Thailand",
956
+ "phone": "+66 02 3384777",
957
+ "other_name": "嘉里物流, Kerry Logistics",
958
+ "web_url": "http://www.kerrylogistics.com/",
959
+ "required_fields": []
960
+ },
961
+ {
962
+ "slug": "kn",
963
+ "name": "Kuehne + Nagel",
964
+ "phone": "+41-44-7869511",
965
+ "other_name": "KN",
966
+ "web_url": "http://www.kn-portal.com/",
967
+ "required_fields": []
968
+ },
969
+ {
970
+ "slug": "korea-post",
971
+ "name": "Korea Post",
972
+ "phone": "+82 2 2195 1114",
973
+ "other_name": "우정사업본부",
974
+ "web_url": "http://www.koreapost.go.kr",
975
+ "required_fields": []
976
+ },
977
+ {
978
+ "slug": "la-poste-colissimo",
979
+ "name": "La Poste",
980
+ "phone": "+33 3631",
981
+ "other_name": "Coliposte",
982
+ "web_url": "http://www.csuivi.courrier.laposte.fr",
983
+ "required_fields": []
984
+ },
985
+ {
986
+ "slug": "lasership",
987
+ "name": "LaserShip",
988
+ "phone": "+1 (800) 527-3764",
989
+ "other_name": "LaserShip",
990
+ "web_url": "http://www.lasership.com/",
991
+ "required_fields": []
992
+ },
993
+ {
994
+ "slug": "lbcexpress",
995
+ "name": "LBC Express",
996
+ "phone": "+63 800-10-8585999",
997
+ "other_name": "LBC Express",
998
+ "web_url": "http://www.lbcexpress.com/",
999
+ "required_fields": []
1000
+ },
1001
+ {
1002
+ "slug": "lietuvos-pastas",
1003
+ "name": "Lietuvos paštas",
1004
+ "phone": "+370 8 700 55 400",
1005
+ "other_name": "Lithuania Post, LP Express",
1006
+ "web_url": "http://www.post.lt/",
1007
+ "required_fields": []
1008
+ },
1009
+ {
1010
+ "slug": "magyar-posta",
1011
+ "name": "Magyar Posta",
1012
+ "phone": "+36 6 4046 4646",
1013
+ "other_name": "Hungarian Post",
1014
+ "web_url": "http://www.posta.hu",
1015
+ "required_fields": []
1016
+ },
1017
+ {
1018
+ "slug": "malaysia-post",
1019
+ "name": "Malaysia Post EMS / Poslaju",
1020
+ "phone": "+603 27279100",
1021
+ "other_name": "Pos Ekspres, Pos Malaysia Express",
1022
+ "web_url": "http://www.pos.com.my",
1023
+ "required_fields": []
1024
+ },
1025
+ {
1026
+ "slug": "malaysia-post-posdaftar",
1027
+ "name": "Malaysia Post - Registered",
1028
+ "phone": "+603 27279100",
1029
+ "other_name": "PosDaftar",
1030
+ "web_url": "http://www.pos.com.my",
1031
+ "required_fields": []
1032
+ },
1033
+ {
1034
+ "slug": "mexico-redpack",
1035
+ "name": "Mexico Redpack",
1036
+ "phone": "+52 1800-013-3333",
1037
+ "other_name": "TNT Mexico",
1038
+ "web_url": "http://www.redpack.com.mx/",
1039
+ "required_fields": []
1040
+ },
1041
+ {
1042
+ "slug": "mexico-senda-express",
1043
+ "name": "Mexico Senda Express",
1044
+ "phone": "+52 1800 833 93 00",
1045
+ "other_name": "Mexico Senda Express",
1046
+ "web_url": "http://www.sendaexpress.com.mx/",
1047
+ "required_fields": []
1048
+ },
1049
+ {
1050
+ "slug": "mrw-spain",
1051
+ "name": "MRW",
1052
+ "phone": "+34 902 300 403",
1053
+ "other_name": "MRW Spain",
1054
+ "web_url": "http://www.mrw.es/",
1055
+ "required_fields": []
1056
+ },
1057
+ {
1058
+ "slug": "mypostonline",
1059
+ "name": "Mypostonline",
1060
+ "phone": "+60 07-6625692",
1061
+ "other_name": "MYBOXPOST",
1062
+ "web_url": "http://www.mypostonline.com.cn/",
1063
+ "required_fields": []
1064
+ },
1065
+ {
1066
+ "slug": "nacex-spain",
1067
+ "name": "NACEX Spain",
1068
+ "phone": "+34 900 100 000",
1069
+ "other_name": "NACEX Logista",
1070
+ "web_url": "http://nacex.es/",
1071
+ "required_fields": [
1072
+ "tracking_postal_code"
1073
+ ]
1074
+ },
1075
+ {
1076
+ "slug": "new-zealand-post",
1077
+ "name": "New Zealand Post",
1078
+ "phone": "+64 9 367 9710",
1079
+ "other_name": "NZ Post",
1080
+ "web_url": "http://www.nzpost.co.nz/",
1081
+ "required_fields": []
1082
+ },
1083
+ {
1084
+ "slug": "nipost",
1085
+ "name": "NiPost",
1086
+ "phone": "+234 09-3149531",
1087
+ "other_name": "Nigerian Postal Service",
1088
+ "web_url": "http://www.emsng.com/",
1089
+ "required_fields": []
1090
+ },
1091
+ {
1092
+ "slug": "nova-poshta",
1093
+ "name": "Nova Poshta",
1094
+ "phone": "+380 50-4-500-609",
1095
+ "other_name": "Новая Почта",
1096
+ "web_url": "http://novaposhta.ua/",
1097
+ "required_fields": []
1098
+ },
1099
+ {
1100
+ "slug": "oca-ar",
1101
+ "name": "OCA Argentina",
1102
+ "phone": "+54 800-999-7700",
1103
+ "other_name": "OCA e-Pak",
1104
+ "web_url": "http://www.oca.com.ar/",
1105
+ "required_fields": []
1106
+ },
1107
+ {
1108
+ "slug": "ontrac",
1109
+ "name": "OnTrac",
1110
+ "phone": "+1 800 334 5000",
1111
+ "other_name": "OnTrac Shipping",
1112
+ "web_url": "https://www.ontrac.com",
1113
+ "required_fields": []
1114
+ },
1115
+ {
1116
+ "slug": "opek",
1117
+ "name": "FedEx Poland Domestic",
1118
+ "phone": "+48 22 732 79 99",
1119
+ "other_name": "OPEK",
1120
+ "web_url": "http://www.fedex.com/pl/",
1121
+ "required_fields": []
1122
+ },
1123
+ {
1124
+ "slug": "panther",
1125
+ "name": "Panther",
1126
+ "phone": "+60 07-6625692",
1127
+ "other_name": "Panther Group UK",
1128
+ "web_url": "http://www.pantherpremium.com/Tracking.aspx",
1129
+ "required_fields": [
1130
+ "tracking_account_number"
1131
+ ]
1132
+ },
1133
+ {
1134
+ "slug": "parcel-force",
1135
+ "name": "Parcel Force",
1136
+ "phone": "+44 844 800 44 66",
1137
+ "other_name": "Parcelforce UK",
1138
+ "web_url": "http://www.parcelforce.com",
1139
+ "required_fields": []
1140
+ },
1141
+ {
1142
+ "slug": "poczta-polska",
1143
+ "name": "Poczta Polska",
1144
+ "phone": "+48 43-842-06-00",
1145
+ "other_name": "Poland Post",
1146
+ "web_url": "http://www.poczta-polska.pl/",
1147
+ "required_fields": []
1148
+ },
1149
+ {
1150
+ "slug": "portugal-ctt",
1151
+ "name": "Portugal CTT",
1152
+ "phone": "+351 707 26 26 26",
1153
+ "other_name": "Correios de Portugal",
1154
+ "web_url": "http://www.ctt.pt/",
1155
+ "required_fields": []
1156
+ },
1157
+ {
1158
+ "slug": "portugal-seur",
1159
+ "name": "Portugal Seur",
1160
+ "phone": "+351 707 50 10 10",
1161
+ "other_name": "SEUR",
1162
+ "web_url": "http://www.seur.com/",
1163
+ "required_fields": []
1164
+ },
1165
+ {
1166
+ "slug": "pos-indonesia",
1167
+ "name": "Pos Indonesia Domestic",
1168
+ "phone": "+62 21 161",
1169
+ "other_name": "Indonesian Post Domestic",
1170
+ "web_url": "http://www.posindonesia.co.id",
1171
+ "required_fields": []
1172
+ },
1173
+ {
1174
+ "slug": "pos-indonesia-int",
1175
+ "name": "Pos Indonesia Int'l",
1176
+ "phone": "+62 21 161",
1177
+ "other_name": "Indonesian Post International EMS",
1178
+ "web_url": "http://www.posindonesia.co.id",
1179
+ "required_fields": []
1180
+ },
1181
+ {
1182
+ "slug": "post56",
1183
+ "name": "Post56",
1184
+ "phone": "+86 400-9966-156",
1185
+ "other_name": "捷邮快递",
1186
+ "web_url": "http://www.post56.cn/",
1187
+ "required_fields": []
1188
+ },
1189
+ {
1190
+ "slug": "posta-romana",
1191
+ "name": "Poșta Română",
1192
+ "phone": "+40 021 9393 111",
1193
+ "other_name": "Romania Post",
1194
+ "web_url": "http://www.posta-romana.ro/",
1195
+ "required_fields": []
1196
+ },
1197
+ {
1198
+ "slug": "poste-italiane",
1199
+ "name": "Poste Italiane",
1200
+ "phone": "+39 803 160",
1201
+ "other_name": "Italian Post",
1202
+ "web_url": "http://www.poste.it/",
1203
+ "required_fields": []
1204
+ },
1205
+ {
1206
+ "slug": "poste-italiane-paccocelere",
1207
+ "name": "Poste Italiane Paccocelere",
1208
+ "phone": "+39 803 160",
1209
+ "other_name": "Italian Post EMS / Express",
1210
+ "web_url": "http://www.poste.it/",
1211
+ "required_fields": []
1212
+ },
1213
+ {
1214
+ "slug": "posten-norge",
1215
+ "name": "Posten Norge / Bring",
1216
+ "phone": "+47 21316260",
1217
+ "other_name": "Norway Post, Norska Posten",
1218
+ "web_url": "http://www.posten.no/en/",
1219
+ "required_fields": []
1220
+ },
1221
+ {
1222
+ "slug": "posti",
1223
+ "name": "Itella Posti",
1224
+ "phone": "+358 200 71000",
1225
+ "other_name": "Finland Post",
1226
+ "web_url": "http://www.posti.fi/",
1227
+ "required_fields": []
1228
+ },
1229
+ {
1230
+ "slug": "postnl",
1231
+ "name": "PostNL Domestic",
1232
+ "phone": "+31 (0)900 0990",
1233
+ "other_name": "PostNL Pakketten, TNT Post Netherlands",
1234
+ "web_url": "http://www.postnl.nl/voorthuis/",
1235
+ "required_fields": [
1236
+ "tracking_postal_code"
1237
+ ]
1238
+ },
1239
+ {
1240
+ "slug": "postnl-3s",
1241
+ "name": "PostNL International 3S",
1242
+ "phone": "+31 (0)900 0990",
1243
+ "other_name": "TNT Post parcel service United Kingdom",
1244
+ "web_url": "http://www.postnl.nl/voorthuis/",
1245
+ "required_fields": []
1246
+ },
1247
+ {
1248
+ "slug": "postnl-international",
1249
+ "name": "PostNL International",
1250
+ "phone": "+31 (0)900 0990",
1251
+ "other_name": "Netherlands Post, Spring Global Mail",
1252
+ "web_url": "http://www.postnl.nl/voorthuis/",
1253
+ "required_fields": []
1254
+ },
1255
+ {
1256
+ "slug": "postnord",
1257
+ "name": "PostNord Logistics",
1258
+ "phone": "+46 771 33 33 10",
1259
+ "other_name": "Posten Norden",
1260
+ "web_url": "http://www.postnordlogistics.com/",
1261
+ "required_fields": []
1262
+ },
1263
+ {
1264
+ "slug": "ppbyb",
1265
+ "name": "PayPal Package",
1266
+ "phone": "+86 20 11185",
1267
+ "other_name": "贝邮宝",
1268
+ "web_url": "http://www.ppbyb.com/",
1269
+ "required_fields": []
1270
+ },
1271
+ {
1272
+ "slug": "professional-couriers",
1273
+ "name": "Professional Couriers",
1274
+ "phone": "+91 0124-4405730",
1275
+ "other_name": "TPC India",
1276
+ "web_url": "http://www.tpcindia.com/",
1277
+ "required_fields": []
1278
+ },
1279
+ {
1280
+ "slug": "ptt-posta",
1281
+ "name": "PTT Posta",
1282
+ "phone": "+90 444 1 788",
1283
+ "other_name": "Turkish Post",
1284
+ "web_url": "http://www.ptt.gov.tr/",
1285
+ "required_fields": []
1286
+ },
1287
+ {
1288
+ "slug": "purolator",
1289
+ "name": "Purolator",
1290
+ "phone": "+1-888-744-7123",
1291
+ "other_name": "Purolator Freight",
1292
+ "web_url": "http://www.purolator.com/",
1293
+ "required_fields": []
1294
+ },
1295
+ {
1296
+ "slug": "qxpress",
1297
+ "name": "Qxpress",
1298
+ "phone": "+86 755-8829 7707",
1299
+ "other_name": "Qxpress Qoo10",
1300
+ "web_url": "http://www.qxpress.asia/",
1301
+ "required_fields": []
1302
+ },
1303
+ {
1304
+ "slug": "raf",
1305
+ "name": "RAF Philippines",
1306
+ "phone": "+632 820-2920 to 25",
1307
+ "other_name": "RAF Int'l. Forwarding",
1308
+ "web_url": "http://www.raf.ph/",
1309
+ "required_fields": []
1310
+ },
1311
+ {
1312
+ "slug": "red-express",
1313
+ "name": "Red Express",
1314
+ "phone": "+91 1800-123-2400",
1315
+ "other_name": "Red Express",
1316
+ "web_url": "https://www.getsetred.net",
1317
+ "required_fields": []
1318
+ },
1319
+ {
1320
+ "slug": "red-express-wb",
1321
+ "name": "Red Express Waybill",
1322
+ "phone": "+91 1800-123-2400",
1323
+ "other_name": "Red Express WayBill",
1324
+ "web_url": "https://www.getsetred.net",
1325
+ "required_fields": []
1326
+ },
1327
+ {
1328
+ "slug": "redur-es",
1329
+ "name": "Redur Spain",
1330
+ "phone": "+34 93 263 16 16",
1331
+ "other_name": "Eurodis",
1332
+ "web_url": "http://www.redur.es/",
1333
+ "required_fields": []
1334
+ },
1335
+ {
1336
+ "slug": "rl-carriers",
1337
+ "name": "RL Carriers",
1338
+ "phone": "+1 800-543-5589",
1339
+ "other_name": "R+L Carriers",
1340
+ "web_url": "http://www.rlcarriers.com/",
1341
+ "required_fields": []
1342
+ },
1343
+ {
1344
+ "slug": "royal-mail",
1345
+ "name": "Royal Mail",
1346
+ "phone": "+44 1752387112",
1347
+ "other_name": "Royal Mail United Kingdom",
1348
+ "web_url": "http://www.royalmail.com/",
1349
+ "required_fields": []
1350
+ },
1351
+ {
1352
+ "slug": "rpx",
1353
+ "name": "RPX Indonesia",
1354
+ "phone": "+62 0-800-1-888-900",
1355
+ "other_name": "Repex Perdana International",
1356
+ "web_url": "http://www.rpxholding.com/",
1357
+ "required_fields": []
1358
+ },
1359
+ {
1360
+ "slug": "rpxonline",
1361
+ "name": "RPX Online",
1362
+ "phone": "+852 2620 0289",
1363
+ "other_name": "Cathay Pacific",
1364
+ "web_url": "http://www.rpxonline.com/",
1365
+ "required_fields": []
1366
+ },
1367
+ {
1368
+ "slug": "russian-post",
1369
+ "name": "Russian Post",
1370
+ "phone": "+7 (495) 956-20-67",
1371
+ "other_name": "Почта России, EMS Post RU",
1372
+ "web_url": "http://www.russianpost.ru/",
1373
+ "required_fields": []
1374
+ },
1375
+ {
1376
+ "slug": "safexpress",
1377
+ "name": "Safexpress",
1378
+ "phone": "+91 1800 113 113",
1379
+ "other_name": "Safexpress",
1380
+ "web_url": "http://www.safexpress.com/",
1381
+ "required_fields": []
1382
+ },
1383
+ {
1384
+ "slug": "sagawa",
1385
+ "name": "Sagawa",
1386
+ "phone": "+81 0120-18-9595",
1387
+ "other_name": "佐川急便",
1388
+ "web_url": "http://www.sagawa-exp.co.jp/",
1389
+ "required_fields": []
1390
+ },
1391
+ {
1392
+ "slug": "sapo",
1393
+ "name": "South African Post Office",
1394
+ "phone": "+27 0860 111 502",
1395
+ "other_name": "South African Post Office",
1396
+ "web_url": "http://www.postoffice.co.za/",
1397
+ "required_fields": []
1398
+ },
1399
+ {
1400
+ "slug": "saudi-post",
1401
+ "name": "Saudi Post",
1402
+ "phone": "+966 9200 05700",
1403
+ "other_name": "البريد السعودي",
1404
+ "web_url": "http://www.sp.com.sa/",
1405
+ "required_fields": []
1406
+ },
1407
+ {
1408
+ "slug": "sf-express",
1409
+ "name": "S.F. Express",
1410
+ "phone": "+852 273 00 273 / +86 4008-111-111",
1411
+ "other_name": "順豊快遞",
1412
+ "web_url": "http://www.sf-express.com",
1413
+ "required_fields": []
1414
+ },
1415
+ {
1416
+ "slug": "singapore-post",
1417
+ "name": "Singapore Post",
1418
+ "phone": "+65 6841 2000",
1419
+ "other_name": "SingPost",
1420
+ "web_url": "http://www.singpost.com",
1421
+ "required_fields": []
1422
+ },
1423
+ {
1424
+ "slug": "singapore-speedpost",
1425
+ "name": "Singapore Speedpost",
1426
+ "phone": "+65 6222 5777",
1427
+ "other_name": "Singapore EMS",
1428
+ "web_url": "http://www.speedpost.com.sg/",
1429
+ "required_fields": []
1430
+ },
1431
+ {
1432
+ "slug": "siodemka",
1433
+ "name": "Siodemka",
1434
+ "phone": "+48 22 777 77 77 ext. 3",
1435
+ "other_name": "Siodemka Kurier",
1436
+ "web_url": "http://www.siodemka.com/",
1437
+ "required_fields": []
1438
+ },
1439
+ {
1440
+ "slug": "skynet",
1441
+ "name": "SkyNet Malaysia",
1442
+ "phone": "+60 3- 56239090",
1443
+ "other_name": "SkyNet MY",
1444
+ "web_url": "http://www.skynet.com.my/",
1445
+ "required_fields": []
1446
+ },
1447
+ {
1448
+ "slug": "skynetworldwide",
1449
+ "name": "SkyNet Worldwide Express",
1450
+ "phone": "+44 (0) 20 8538 1988",
1451
+ "other_name": "Skynetwwe",
1452
+ "web_url": "http://www.skynetwwe.com/",
1453
+ "required_fields": []
1454
+ },
1455
+ {
1456
+ "slug": "skynetworldwide-uk",
1457
+ "name": "Skynet Worldwide Express UK",
1458
+ "phone": "+44 (0) 20 8538 1988",
1459
+ "other_name": "Skynet UK",
1460
+ "web_url": "https://www.skynetworldwide.com",
1461
+ "required_fields": []
1462
+ },
1463
+ {
1464
+ "slug": "spain-correos-es",
1465
+ "name": "Correos de España",
1466
+ "phone": "+34 902197197",
1467
+ "other_name": "Spain Post, ChronoExpress",
1468
+ "web_url": "http://www.correos.es",
1469
+ "required_fields": []
1470
+ },
1471
+ {
1472
+ "slug": "spanish-seur",
1473
+ "name": "Spanish Seur",
1474
+ "phone": "+34 902101010",
1475
+ "other_name": "SEUR",
1476
+ "web_url": "http://www.seur.com/",
1477
+ "required_fields": []
1478
+ },
1479
+ {
1480
+ "slug": "specialisedfreight-za",
1481
+ "name": "Specialised Freight",
1482
+ "phone": "+27 21 528 1000",
1483
+ "other_name": "SFS",
1484
+ "web_url": "http://www.specialisedfreight.co.za/",
1485
+ "required_fields": []
1486
+ },
1487
+ {
1488
+ "slug": "srekorea",
1489
+ "name": "SRE Korea",
1490
+ "phone": "+82 02 2661 0055",
1491
+ "other_name": "SRE 배송서비스",
1492
+ "web_url": "http://www.srekorea.co.kr/",
1493
+ "required_fields": []
1494
+ },
1495
+ {
1496
+ "slug": "star-track",
1497
+ "name": "StarTrack",
1498
+ "phone": "+61 13 2345",
1499
+ "other_name": "Star Track",
1500
+ "web_url": "http://startrack.com.au/",
1501
+ "required_fields": []
1502
+ },
1503
+ {
1504
+ "slug": "star-track-express",
1505
+ "name": "Star Track Express",
1506
+ "phone": "+61 13 2345",
1507
+ "other_name": "AaE Australian air Express",
1508
+ "web_url": "http://www.star-track.com.au/",
1509
+ "required_fields": []
1510
+ },
1511
+ {
1512
+ "slug": "sto",
1513
+ "name": "STO Express",
1514
+ "phone": "+86 95543",
1515
+ "other_name": "申通快递, Shentong Express",
1516
+ "web_url": "http://www.sto.cn/",
1517
+ "required_fields": []
1518
+ },
1519
+ {
1520
+ "slug": "sweden-posten",
1521
+ "name": "Sweden Posten",
1522
+ "phone": "+46 8 23 22 20",
1523
+ "other_name": "Sweden Post",
1524
+ "web_url": "http://www.posten.se/",
1525
+ "required_fields": []
1526
+ },
1527
+ {
1528
+ "slug": "swiss-post",
1529
+ "name": "Swiss Post",
1530
+ "phone": "+41 848 888 888",
1531
+ "other_name": "La Poste Suisse, Die Schweizerische Post, Die Post",
1532
+ "web_url": "https://www.post.ch/",
1533
+ "required_fields": []
1534
+ },
1535
+ {
1536
+ "slug": "szdpex",
1537
+ "name": "DPEX China",
1538
+ "phone": "+86 755-8829 7707",
1539
+ "other_name": "DPEX(深圳)国际物流, Toll China",
1540
+ "web_url": "http://www.szdpex.com.cn/",
1541
+ "required_fields": []
1542
+ },
1543
+ {
1544
+ "slug": "taiwan-post",
1545
+ "name": "Taiwan Post",
1546
+ "phone": "+886 (02)2703-7527",
1547
+ "other_name": "Chunghwa Post, 台灣中華郵政",
1548
+ "web_url": "http://www.post.gov.tw/",
1549
+ "required_fields": []
1550
+ },
1551
+ {
1552
+ "slug": "taqbin-hk",
1553
+ "name": "TAQBIN Hong Kong",
1554
+ "phone": "+852 2829 2222",
1555
+ "other_name": "Yamat, 雅瑪多運輸- 宅急便",
1556
+ "web_url": "http://hk.ta-q-bin.com/",
1557
+ "required_fields": []
1558
+ },
1559
+ {
1560
+ "slug": "taqbin-jp",
1561
+ "name": "Yamato Japan",
1562
+ "phone": "+81 0120-17-9625",
1563
+ "other_name": "ヤマト運輸, TAQBIN",
1564
+ "web_url": "http://www.kuronekoyamato.co.jp/en/",
1565
+ "required_fields": []
1566
+ },
1567
+ {
1568
+ "slug": "taqbin-my",
1569
+ "name": "TAQBIN Malaysia",
1570
+ "phone": "+60 1800-8-827246",
1571
+ "other_name": "TAQBIN Malaysia",
1572
+ "web_url": "http://my.ta-q-bin.com/",
1573
+ "required_fields": []
1574
+ },
1575
+ {
1576
+ "slug": "taqbin-sg",
1577
+ "name": "TAQBIN Singapore",
1578
+ "phone": "+65 6595 4640",
1579
+ "other_name": "Yamato Singapore",
1580
+ "web_url": "http://sg.ta-q-bin.com/",
1581
+ "required_fields": []
1582
+ },
1583
+ {
1584
+ "slug": "taxydromiki",
1585
+ "name": "Geniki Taxydromiki",
1586
+ "phone": "+30 210 485110",
1587
+ "other_name": "ΓΕΝΙΚΗ ΤΑΧΥΔΡΟΜΙΚΗ",
1588
+ "web_url": "http://www.taxydromiki.gr/",
1589
+ "required_fields": []
1590
+ },
1591
+ {
1592
+ "slug": "tgx",
1593
+ "name": "TGX",
1594
+ "phone": "+852 3513 0888",
1595
+ "other_name": "Top Gun Express, 精英速運",
1596
+ "web_url": "http://www.tgxpress.com/",
1597
+ "required_fields": []
1598
+ },
1599
+ {
1600
+ "slug": "thailand-post",
1601
+ "name": "Thailand Thai Post",
1602
+ "phone": "+66 (0) 2831 3131",
1603
+ "other_name": "ไปรษณีย์ไทย",
1604
+ "web_url": "http://www.thailandpost.co.th/home.php",
1605
+ "required_fields": []
1606
+ },
1607
+ {
1608
+ "slug": "tiki",
1609
+ "name": "Tiki",
1610
+ "phone": "+62 500 125",
1611
+ "other_name": "Citra Van Titipan Kilat",
1612
+ "web_url": "http://www.tiki-online.com/",
1613
+ "required_fields": []
1614
+ },
1615
+ {
1616
+ "slug": "tnt",
1617
+ "name": "TNT",
1618
+ "phone": "+1 800 558 5555",
1619
+ "other_name": "TNT Express",
1620
+ "web_url": "http://www.tnt.com/",
1621
+ "required_fields": []
1622
+ },
1623
+ {
1624
+ "slug": "tnt-au",
1625
+ "name": "TNT Australia",
1626
+ "phone": "+61 13 11 50",
1627
+ "other_name": "TNT AU",
1628
+ "web_url": "http://www.tntexpress.com.au/",
1629
+ "required_fields": []
1630
+ },
1631
+ {
1632
+ "slug": "tnt-click",
1633
+ "name": "TNT-Click Italy",
1634
+ "phone": "+39 199 803 868",
1635
+ "other_name": "TNT Italy",
1636
+ "web_url": "https://www.tnt-click.it/",
1637
+ "required_fields": []
1638
+ },
1639
+ {
1640
+ "slug": "tnt-fr",
1641
+ "name": "TNT France",
1642
+ "phone": "+33 4 72 80 77 77",
1643
+ "other_name": "TNT Express FR",
1644
+ "web_url": "http://www.tnt.fr/",
1645
+ "required_fields": []
1646
+ },
1647
+ {
1648
+ "slug": "tnt-it",
1649
+ "name": "TNT Italy",
1650
+ "phone": "+39 199 803 868",
1651
+ "other_name": "TNT Express IT",
1652
+ "web_url": "http://www.tnt.it/",
1653
+ "required_fields": []
1654
+ },
1655
+ {
1656
+ "slug": "tnt-uk",
1657
+ "name": "TNT UK",
1658
+ "phone": "+44 0800 100 600",
1659
+ "other_name": "TNT United Kingdom",
1660
+ "web_url": "http://www.tnt.com/",
1661
+ "required_fields": []
1662
+ },
1663
+ {
1664
+ "slug": "tntpost-it",
1665
+ "name": "Nexive (TNT Post Italy)",
1666
+ "phone": "+39 02 50720011",
1667
+ "other_name": "Postnl TNT",
1668
+ "web_url": "http://www.tntpost.it/",
1669
+ "required_fields": []
1670
+ },
1671
+ {
1672
+ "slug": "toll-global-express",
1673
+ "name": "Toll Global Express",
1674
+ "phone": "+61 13 15 31",
1675
+ "other_name": "DPEX",
1676
+ "web_url": "http://www.dpex.com/",
1677
+ "required_fields": []
1678
+ },
1679
+ {
1680
+ "slug": "toll-ipec",
1681
+ "name": "Toll IPEC",
1682
+ "phone": "+61 1300 865 547",
1683
+ "other_name": "Toll Express",
1684
+ "web_url": "http://www.tollgroup.com/tollipec",
1685
+ "required_fields": []
1686
+ },
1687
+ {
1688
+ "slug": "toll-priority",
1689
+ "name": "Toll Priority",
1690
+ "phone": "+61 13 15 31",
1691
+ "other_name": "Toll Group, Toll Priority",
1692
+ "web_url": "https://www.tollpriority.com.au/portal/page/portal/TOLL_PRIORITY/Home",
1693
+ "required_fields": []
1694
+ },
1695
+ {
1696
+ "slug": "trakpak",
1697
+ "name": "TrakPak",
1698
+ "phone": "+27 21 528 1000",
1699
+ "other_name": "bpost international P2P Mailing Trak Pak",
1700
+ "web_url": "http://www.trackmytrakpak.com/",
1701
+ "required_fields": []
1702
+ },
1703
+ {
1704
+ "slug": "transmission-nl",
1705
+ "name": "TransMission",
1706
+ "phone": "+31 (0)79 3438250",
1707
+ "other_name": "mijnzending",
1708
+ "web_url": "http://www.trans-mission.nl/",
1709
+ "required_fields": [
1710
+ "tracking_postal_code"
1711
+ ]
1712
+ },
1713
+ {
1714
+ "slug": "uk-mail",
1715
+ "name": "UK Mail",
1716
+ "phone": "+44 8451 554 455",
1717
+ "other_name": "Business Post Group",
1718
+ "web_url": "https://www.ukmail.com",
1719
+ "required_fields": []
1720
+ },
1721
+ {
1722
+ "slug": "ukrposhta",
1723
+ "name": "UkrPoshta",
1724
+ "phone": "+380 (0) 800-500-440",
1725
+ "other_name": "Укрпошта",
1726
+ "web_url": "http://www.ukrposhta.com/",
1727
+ "required_fields": []
1728
+ },
1729
+ {
1730
+ "slug": "ups",
1731
+ "name": "UPS",
1732
+ "phone": "+1 800 742 5877",
1733
+ "other_name": "United Parcel Service",
1734
+ "web_url": "http://www.ups.com",
1735
+ "required_fields": []
1736
+ },
1737
+ {
1738
+ "slug": "ups-freight",
1739
+ "name": "UPS Freight",
1740
+ "phone": "+1 800-333-7400",
1741
+ "other_name": "UPS LTL and Truckload",
1742
+ "web_url": "http://ltl.upsfreight.com/",
1743
+ "required_fields": []
1744
+ },
1745
+ {
1746
+ "slug": "ups-mi",
1747
+ "name": "UPS Mail Innovations",
1748
+ "phone": "+1 800-500-2224",
1749
+ "other_name": "UPS MI",
1750
+ "web_url": "http://www.upsmailinnovations.com/",
1751
+ "required_fields": []
1752
+ },
1753
+ {
1754
+ "slug": "usps",
1755
+ "name": "USPS",
1756
+ "phone": "+1 800-275-8777",
1757
+ "other_name": "United States Postal Service",
1758
+ "web_url": "https://www.usps.com",
1759
+ "required_fields": []
1760
+ },
1761
+ {
1762
+ "slug": "viettelpost",
1763
+ "name": "ViettelPost",
1764
+ "phone": "+84-4 6266 2200",
1765
+ "other_name": "Bưu chính Viettel",
1766
+ "web_url": "http://www.viettelpost.com.vn/",
1767
+ "required_fields": []
1768
+ },
1769
+ {
1770
+ "slug": "vnpost",
1771
+ "name": "Vietnam Post",
1772
+ "phone": "+84 1900 54 54 81",
1773
+ "other_name": "VNPost",
1774
+ "web_url": "http://www.vnpost.vn/",
1775
+ "required_fields": []
1776
+ },
1777
+ {
1778
+ "slug": "vnpost-ems",
1779
+ "name": "Vietnam Post EMS",
1780
+ "phone": "+84 1900 54 54 81",
1781
+ "other_name": "VNPost EMS",
1782
+ "web_url": "http://www.vnpost.vn/",
1783
+ "required_fields": []
1784
+ },
1785
+ {
1786
+ "slug": "wahana",
1787
+ "name": "Wahana",
1788
+ "phone": "+62 2171355152",
1789
+ "other_name": "Wahana Indonesia",
1790
+ "web_url": "http://www.wahana.com/",
1791
+ "required_fields": []
1792
+ },
1793
+ {
1794
+ "slug": "wedo",
1795
+ "name": "WeDo Logistics",
1796
+ "phone": "+86 (0779)2050300",
1797
+ "other_name": "運德物流",
1798
+ "web_url": "http://www.wedoexpress.com/",
1799
+ "required_fields": []
1800
+ },
1801
+ {
1802
+ "slug": "wishpost",
1803
+ "name": "WishPost",
1804
+ "phone": "",
1805
+ "other_name": "Wish",
1806
+ "web_url": "https://www.wish.com",
1807
+ "required_fields": []
1808
+ },
1809
+ {
1810
+ "slug": "xdp-uk",
1811
+ "name": "XDP Express",
1812
+ "phone": "+44 0843 1782222",
1813
+ "other_name": "XDP UK",
1814
+ "web_url": "http://www.xdp.co.uk/",
1815
+ "required_fields": [
1816
+ "tracking_postal_code"
1817
+ ]
1818
+ },
1819
+ {
1820
+ "slug": "xend",
1821
+ "name": "Xend",
1822
+ "phone": "+63 2 806 9363",
1823
+ "other_name": "Xend Business Solutions",
1824
+ "web_url": "http://xendexpress.com/",
1825
+ "required_fields": []
1826
+ },
1827
+ {
1828
+ "slug": "xpressbees",
1829
+ "name": "XpressBees",
1830
+ "phone": "+91 020 46608 105",
1831
+ "other_name": "XpressBees logistics",
1832
+ "web_url": "http://www.xpressbees.com/",
1833
+ "required_fields": []
1834
+ },
1835
+ {
1836
+ "slug": "yanwen",
1837
+ "name": "Yanwen",
1838
+ "phone": "+86 10-64621881/64669779",
1839
+ "other_name": "燕文物流",
1840
+ "web_url": "http://www.yw56.com.cn/",
1841
+ "required_fields": []
1842
+ },
1843
+ {
1844
+ "slug": "yodel",
1845
+ "name": "Yodel Domestic",
1846
+ "phone": "+44 0844 453 7443",
1847
+ "other_name": "Home Delivery Network Limited (HDNL)",
1848
+ "web_url": "http://www.yodel.co.uk/",
1849
+ "required_fields": []
1850
+ },
1851
+ {
1852
+ "slug": "yodel-international",
1853
+ "name": "Yodel International",
1854
+ "phone": "+91 011-30212000",
1855
+ "other_name": "Home Delivery Network, HDNL",
1856
+ "web_url": "http://www.yodel.co.uk/",
1857
+ "required_fields": []
1858
+ },
1859
+ {
1860
+ "slug": "yrc",
1861
+ "name": "YRC",
1862
+ "phone": "+1 800-468-5739",
1863
+ "other_name": "YRC Freight",
1864
+ "web_url": "http://www.yrc.com/",
1865
+ "required_fields": []
1866
+ },
1867
+ {
1868
+ "slug": "yundaex",
1869
+ "name": "Yunda Express",
1870
+ "phone": "+86 400-821-6789",
1871
+ "other_name": "韵达快递",
1872
+ "web_url": "http://www.yundaex.com/",
1873
+ "required_fields": []
1874
+ }
1875
+ ];
1876
+ return data;
1877
  }
1878
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.aftership.com/
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 4.0
7
- Stable tag: 1.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,9 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
95
 
96
  == Changelog ==
97
 
 
 
 
98
  = 1.3.0 =
99
  * Fix the redeclare class issues
100
 
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 4.0
7
+ Stable tag: 1.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Changelog ==
97
 
98
+ = 1.3.1 =
99
+ * Support 231 couriers, please check out supported couriers in https://www.aftership.com/courier
100
+
101
  = 1.3.0 =
102
  * Fix the redeclare class issues
103