paypal-server-sdk 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +73 -23
  3. data/bin/console +15 -0
  4. data/lib/paypal_server_sdk/client.rb +11 -0
  5. data/lib/paypal_server_sdk/configuration.rb +66 -0
  6. data/lib/paypal_server_sdk/controllers/base_controller.rb +1 -1
  7. data/lib/paypal_server_sdk/http/auth/o_auth2.rb +15 -0
  8. data/lib/paypal_server_sdk/http/proxy_settings.rb +9 -0
  9. data/lib/paypal_server_sdk/logging/configuration/api_logging_configuration.rb +181 -109
  10. data/lib/paypal_server_sdk/models/apple_pay_payment_data_type.rb +13 -0
  11. data/lib/paypal_server_sdk/models/application_context_user_action.rb +13 -0
  12. data/lib/paypal_server_sdk/models/authorization_incomplete_reason.rb +13 -0
  13. data/lib/paypal_server_sdk/models/authorization_status.rb +17 -0
  14. data/lib/paypal_server_sdk/models/avs_code.rb +35 -0
  15. data/lib/paypal_server_sdk/models/callback_events.rb +13 -0
  16. data/lib/paypal_server_sdk/models/capture_incomplete_reason.rb +23 -0
  17. data/lib/paypal_server_sdk/models/capture_status.rb +17 -0
  18. data/lib/paypal_server_sdk/models/capture_type.rb +6 -0
  19. data/lib/paypal_server_sdk/models/card_brand.rb +41 -0
  20. data/lib/paypal_server_sdk/models/card_type.rb +16 -0
  21. data/lib/paypal_server_sdk/models/card_verification_status.rb +13 -0
  22. data/lib/paypal_server_sdk/models/checkout_payment_intent.rb +13 -0
  23. data/lib/paypal_server_sdk/models/cvv_code.rb +25 -0
  24. data/lib/paypal_server_sdk/models/disbursement_mode.rb +13 -0
  25. data/lib/paypal_server_sdk/models/dispute_category.rb +13 -0
  26. data/lib/paypal_server_sdk/models/eci_flag.rb +17 -0
  27. data/lib/paypal_server_sdk/models/enrollment_status.rb +15 -0
  28. data/lib/paypal_server_sdk/models/experience_context_shipping_preference.rb +14 -0
  29. data/lib/paypal_server_sdk/models/experience_status.rb +15 -0
  30. data/lib/paypal_server_sdk/models/fulfillment_type.rb +15 -0
  31. data/lib/paypal_server_sdk/models/google_pay_authentication_method.rb +13 -0
  32. data/lib/paypal_server_sdk/models/google_pay_payment_method.rb +6 -0
  33. data/lib/paypal_server_sdk/models/interval_unit.rb +15 -0
  34. data/lib/paypal_server_sdk/models/item_category.rb +14 -0
  35. data/lib/paypal_server_sdk/models/liability_shift_indicator.rb +14 -0
  36. data/lib/paypal_server_sdk/models/link_http_method.rb +19 -0
  37. data/lib/paypal_server_sdk/models/mobile_return_flow.rb +13 -0
  38. data/lib/paypal_server_sdk/models/o_auth_provider_error.rb +17 -0
  39. data/lib/paypal_server_sdk/models/order_application_context_landing_page.rb +14 -0
  40. data/lib/paypal_server_sdk/models/order_application_context_shipping_preference.rb +14 -0
  41. data/lib/paypal_server_sdk/models/order_application_context_user_action.rb +13 -0
  42. data/lib/paypal_server_sdk/models/order_status.rb +17 -0
  43. data/lib/paypal_server_sdk/models/order_tracker_status.rb +13 -0
  44. data/lib/paypal_server_sdk/models/orders_card_verification_method.rb +15 -0
  45. data/lib/paypal_server_sdk/models/os_type.rb +14 -0
  46. data/lib/paypal_server_sdk/models/pa_res_status.rb +19 -0
  47. data/lib/paypal_server_sdk/models/patch_op.rb +17 -0
  48. data/lib/paypal_server_sdk/models/payee_payment_method_preference.rb +13 -0
  49. data/lib/paypal_server_sdk/models/payment_advice_code.rb +26 -0
  50. data/lib/paypal_server_sdk/models/payment_initiator.rb +13 -0
  51. data/lib/paypal_server_sdk/models/payment_token_status.rb +16 -0
  52. data/lib/paypal_server_sdk/models/paypal_experience_landing_page.rb +15 -0
  53. data/lib/paypal_server_sdk/models/paypal_experience_user_action.rb +13 -0
  54. data/lib/paypal_server_sdk/models/paypal_payment_token_customer_type.rb +13 -0
  55. data/lib/paypal_server_sdk/models/paypal_payment_token_usage_type.rb +13 -0
  56. data/lib/paypal_server_sdk/models/paypal_reference_id_type.rb +15 -0
  57. data/lib/paypal_server_sdk/models/paypal_wallet_account_verification_status.rb +13 -0
  58. data/lib/paypal_server_sdk/models/paypal_wallet_contact_preference.rb +14 -0
  59. data/lib/paypal_server_sdk/models/paypal_wallet_context_shipping_preference.rb +14 -0
  60. data/lib/paypal_server_sdk/models/paypal_wallet_vault_status.rb +14 -0
  61. data/lib/paypal_server_sdk/models/phone_type.rb +16 -0
  62. data/lib/paypal_server_sdk/models/plan_request_status.rb +14 -0
  63. data/lib/paypal_server_sdk/models/pricing_model.rb +14 -0
  64. data/lib/paypal_server_sdk/models/processor_response_code.rb +165 -0
  65. data/lib/paypal_server_sdk/models/reason_code.rb +19 -0
  66. data/lib/paypal_server_sdk/models/refund_incomplete_reason.rb +6 -0
  67. data/lib/paypal_server_sdk/models/refund_status.rb +15 -0
  68. data/lib/paypal_server_sdk/models/return_flow.rb +13 -0
  69. data/lib/paypal_server_sdk/models/seller_protection_status.rb +14 -0
  70. data/lib/paypal_server_sdk/models/setup_fee_failure_action.rb +13 -0
  71. data/lib/paypal_server_sdk/models/shipment_carrier.rb +1428 -1
  72. data/lib/paypal_server_sdk/models/shipping_type.rb +15 -0
  73. data/lib/paypal_server_sdk/models/standard_entry_class_code.rb +15 -0
  74. data/lib/paypal_server_sdk/models/store_in_vault_instruction.rb +6 -0
  75. data/lib/paypal_server_sdk/models/stored_payment_source_payment_type.rb +14 -0
  76. data/lib/paypal_server_sdk/models/stored_payment_source_usage_type.rb +14 -0
  77. data/lib/paypal_server_sdk/models/subscription_plan_status.rb +14 -0
  78. data/lib/paypal_server_sdk/models/subscription_pricing_model.rb +13 -0
  79. data/lib/paypal_server_sdk/models/subscriptions_card_brand.rb +36 -0
  80. data/lib/paypal_server_sdk/models/tax_id_type.rb +13 -0
  81. data/lib/paypal_server_sdk/models/tenure_type.rb +13 -0
  82. data/lib/paypal_server_sdk/models/token_type.rb +6 -0
  83. data/lib/paypal_server_sdk/models/upc_type.rb +18 -0
  84. data/lib/paypal_server_sdk/models/usage_pattern.rb +23 -0
  85. data/lib/paypal_server_sdk/models/vault_card_verification_method.rb +13 -0
  86. data/lib/paypal_server_sdk/models/vault_instruction_action.rb +13 -0
  87. data/lib/paypal_server_sdk/models/vault_status.rb +14 -0
  88. data/lib/paypal_server_sdk/models/vault_token_request_type.rb +6 -0
  89. data/lib/paypal_server_sdk/models/vault_user_action.rb +13 -0
  90. data/lib/paypal_server_sdk/models/venmo_payment_token_customer_type.rb +13 -0
  91. data/lib/paypal_server_sdk/models/venmo_payment_token_usage_pattern.rb +17 -0
  92. data/lib/paypal_server_sdk/models/venmo_payment_token_usage_type.rb +13 -0
  93. data/lib/paypal_server_sdk/models/venmo_vault_response_status.rb +14 -0
  94. data/lib/paypal_server_sdk/models/venmo_wallet_experience_context_shipping_preference.rb +14 -0
  95. data/lib/paypal_server_sdk/models/venmo_wallet_experience_context_user_action.rb +13 -0
  96. metadata +3 -2
@@ -4247,7 +4247,10 @@ module PaypalServerSdk
4247
4247
  SFYDEXPRESS = 'SFYDEXPRESS'.freeze,
4248
4248
 
4249
4249
  # Toptrans.
4250
- TOPTRANS = 'TOPTRANS'.freeze
4250
+ TOPTRANS = 'TOPTRANS'.freeze,
4251
+
4252
+ # Other.
4253
+ OTHER = 'OTHER'.freeze
4251
4254
  ].freeze
4252
4255
 
4253
4256
  def self.validate(value)
@@ -4255,5 +4258,1429 @@ module PaypalServerSdk
4255
4258
 
4256
4259
  true
4257
4260
  end
4261
+
4262
+ def self.from_value(value, default_value = DPD_RU)
4263
+ return default_value if value.nil?
4264
+
4265
+ str = value.to_s.strip
4266
+
4267
+ case str.downcase
4268
+ when 'dpd_ru' then DPD_RU
4269
+ when 'bg_bulgarian_post' then BG_BULGARIAN_POST
4270
+ when 'kr_korea_post' then KR_KOREA_POST
4271
+ when 'za_courierit' then ZA_COURIERIT
4272
+ when 'fr_exapaq' then FR_EXAPAQ
4273
+ when 'are_emirates_post' then ARE_EMIRATES_POST
4274
+ when 'gac' then GAC
4275
+ when 'geis' then GEIS
4276
+ when 'sf_ex' then SF_EX
4277
+ when 'pago' then PAGO
4278
+ when 'myhermes' then MYHERMES
4279
+ when 'diamond_eurogistics' then DIAMOND_EUROGISTICS
4280
+ when 'corporatecouriers_webhook' then CORPORATECOURIERS_WEBHOOK
4281
+ when 'bond' then BOND
4282
+ when 'omniparcel' then OMNIPARCEL
4283
+ when 'sk_posta' then SK_POSTA
4284
+ when 'purolator' then PUROLATOR
4285
+ when 'fetchr_webhook' then FETCHR_WEBHOOK
4286
+ when 'thedeliverygroup' then THEDELIVERYGROUP
4287
+ when 'cello_square' then CELLO_SQUARE
4288
+ when 'tarrive' then TARRIVE
4289
+ when 'collivery' then COLLIVERY
4290
+ when 'mainfreight' then MAINFREIGHT
4291
+ when 'ind_firstflight' then IND_FIRSTFLIGHT
4292
+ when 'acsworldwide' then ACSWORLDWIDE
4293
+ when 'amstan' then AMSTAN
4294
+ when 'okayparcel' then OKAYPARCEL
4295
+ when 'envialia_reference' then ENVIALIA_REFERENCE
4296
+ when 'seur_es' then SEUR_ES
4297
+ when 'continental' then CONTINENTAL
4298
+ when 'fdsexpress' then FDSEXPRESS
4299
+ when 'amazon_fba_swiship' then AMAZON_FBA_SWISHIP
4300
+ when 'wyngs' then WYNGS
4301
+ when 'dhl_active_tracing' then DHL_ACTIVE_TRACING
4302
+ when 'zyllem' then ZYLLEM
4303
+ when 'ruston' then RUSTON
4304
+ when 'xpost' then XPOST
4305
+ when 'correos_es' then CORREOS_ES
4306
+ when 'dhl_fr' then DHL_FR
4307
+ when 'pan_asia' then PAN_ASIA
4308
+ when 'brt_it' then BRT_IT
4309
+ when 'sre_korea' then SRE_KOREA
4310
+ when 'speedee' then SPEEDEE
4311
+ when 'tnt_uk' then TNT_UK
4312
+ when 'venipak' then VENIPAK
4313
+ when 'shreenandancourier' then SHREENANDANCOURIER
4314
+ when 'croshot' then CROSHOT
4315
+ when 'nipost_ng' then NIPOST_NG
4316
+ when 'epst_glbl' then EPST_GLBL
4317
+ when 'newgistics' then NEWGISTICS
4318
+ when 'post_slovenia' then POST_SLOVENIA
4319
+ when 'jersey_post' then JERSEY_POST
4320
+ when 'bombinoexp' then BOMBINOEXP
4321
+ when 'wmg' then WMG
4322
+ when 'xq_express' then XQ_EXPRESS
4323
+ when 'furdeco' then FURDECO
4324
+ when 'lht_express' then LHT_EXPRESS
4325
+ when 'south_african_post_office' then SOUTH_AFRICAN_POST_OFFICE
4326
+ when 'spoton' then SPOTON
4327
+ when 'dimerco' then DIMERCO
4328
+ when 'cyprus_post_cyp' then CYPRUS_POST_CYP
4329
+ when 'abcustom' then ABCUSTOM
4330
+ when 'ind_delivree' then IND_DELIVREE
4331
+ when 'cn_bestexpress' then CN_BESTEXPRESS
4332
+ when 'dx_sftp' then DX_SFTP
4333
+ when 'pickupp_mys' then PICKUPP_MYS
4334
+ when 'fmx' then FMX
4335
+ when 'hellmann' then HELLMANN
4336
+ when 'ship_it_asia' then SHIP_IT_ASIA
4337
+ when 'kerry_ecommerce' then KERRY_ECOMMERCE
4338
+ when 'freterapido' then FRETERAPIDO
4339
+ when 'pitney_bowes' then PITNEY_BOWES
4340
+ when 'xpressen_dk' then XPRESSEN_DK
4341
+ when 'seur_sp_api' then SEUR_SP_API
4342
+ when 'deliveryontime' then DELIVERYONTIME
4343
+ when 'jinsung' then JINSUNG
4344
+ when 'trans_kargo' then TRANS_KARGO
4345
+ when 'swiship_de' then SWISHIP_DE
4346
+ when 'ivoy_webhook' then IVOY_WEBHOOK
4347
+ when 'airmee_webhook' then AIRMEE_WEBHOOK
4348
+ when 'dhl_benelux' then DHL_BENELUX
4349
+ when 'firstmile' then FIRSTMILE
4350
+ when 'fastway_ir' then FASTWAY_IR
4351
+ when 'hh_exp' then HH_EXP
4352
+ when 'mys_mypost_online' then MYS_MYPOST_ONLINE
4353
+ when 'tnt_nl' then TNT_NL
4354
+ when 'tipsa' then TIPSA
4355
+ when 'taqbin_my' then TAQBIN_MY
4356
+ when 'kgmhub' then KGMHUB
4357
+ when 'intexpress' then INTEXPRESS
4358
+ when 'overse_exp' then OVERSE_EXP
4359
+ when 'oneclick' then ONECLICK
4360
+ when 'roadrunner_freight' then ROADRUNNER_FREIGHT
4361
+ when 'gls_crotia' then GLS_CROTIA
4362
+ when 'mrw_ftp' then MRW_FTP
4363
+ when 'bluex' then BLUEX
4364
+ when 'dylt' then DYLT
4365
+ when 'dpd_ir' then DPD_IR
4366
+ when 'sin_glbl' then SIN_GLBL
4367
+ when 'tuffnells_reference' then TUFFNELLS_REFERENCE
4368
+ when 'cjpacket' then CJPACKET
4369
+ when 'milkman' then MILKMAN
4370
+ when 'asigna' then ASIGNA
4371
+ when 'oneworldexpress' then ONEWORLDEXPRESS
4372
+ when 'royal_mail' then ROYAL_MAIL
4373
+ when 'via_express' then VIA_EXPRESS
4374
+ when 'tigfreight' then TIGFREIGHT
4375
+ when 'zto_express' then ZTO_EXPRESS
4376
+ when 'two_go' then TWO_GO
4377
+ when 'iml' then IML
4378
+ when 'intel_valley' then INTEL_VALLEY
4379
+ when 'efs' then EFS
4380
+ when 'uk_uk_mail' then UK_UK_MAIL
4381
+ when 'ram' then RAM
4382
+ when 'alliedexpress' then ALLIEDEXPRESS
4383
+ when 'apc_overnight' then APC_OVERNIGHT
4384
+ when 'shippit' then SHIPPIT
4385
+ when 'tfm' then TFM
4386
+ when 'm_xpress' then M_XPRESS
4387
+ when 'hdb_box' then HDB_BOX
4388
+ when 'clevy_links' then CLEVY_LINKS
4389
+ when 'ibeone' then IBEONE
4390
+ when 'fiege_nl' then FIEGE_NL
4391
+ when 'kwe_global' then KWE_GLOBAL
4392
+ when 'ctc_express' then CTC_EXPRESS
4393
+ when 'amazon' then AMAZON
4394
+ when 'more_link' then MORE_LINK
4395
+ when 'jx' then JX
4396
+ when 'easy_mail' then EASY_MAIL
4397
+ when 'aduiepyle' then ADUIEPYLE
4398
+ when 'gb_panther' then GB_PANTHER
4399
+ when 'expresssale' then EXPRESSSALE
4400
+ when 'sg_detrack' then SG_DETRACK
4401
+ when 'trunkrs_webhook' then TRUNKRS_WEBHOOK
4402
+ when 'matdespatch' then MATDESPATCH
4403
+ when 'dicom' then DICOM
4404
+ when 'mbw' then MBW
4405
+ when 'khm_cambodia_post' then KHM_CAMBODIA_POST
4406
+ when 'sinotrans' then SINOTRANS
4407
+ when 'brt_it_parcelid' then BRT_IT_PARCELID
4408
+ when 'dhl_supply_chain' then DHL_SUPPLY_CHAIN
4409
+ when 'dhl_pl' then DHL_PL
4410
+ when 'topyou' then TOPYOU
4411
+ when 'palexpress' then PALEXPRESS
4412
+ when 'dhl_sg' then DHL_SG
4413
+ when 'cn_wedo' then CN_WEDO
4414
+ when 'fulfillme' then FULFILLME
4415
+ when 'dpd_delistrack' then DPD_DELISTRACK
4416
+ when 'ups_reference' then UPS_REFERENCE
4417
+ when 'caribou' then CARIBOU
4418
+ when 'locus_webhook' then LOCUS_WEBHOOK
4419
+ when 'dsv' then DSV
4420
+ when 'p2p_trc' then P2P_TRC
4421
+ when 'directparcels' then DIRECTPARCELS
4422
+ when 'nova_poshta_int' then NOVA_POSHTA_INT
4423
+ when 'fedex_poland' then FEDEX_POLAND
4424
+ when 'cn_jcex' then CN_JCEX
4425
+ when 'far_international' then FAR_INTERNATIONAL
4426
+ when 'idexpress' then IDEXPRESS
4427
+ when 'gangbao' then GANGBAO
4428
+ when 'neway' then NEWAY
4429
+ when 'postnl_int_3_s' then POSTNL_INT_3_S
4430
+ when 'rpx_id' then RPX_ID
4431
+ when 'designertransport_webhook' then DESIGNERTRANSPORT_WEBHOOK
4432
+ when 'gls_sloven' then GLS_SLOVEN
4433
+ when 'parcelled_in' then PARCELLED_IN
4434
+ when 'gsi_express' then GSI_EXPRESS
4435
+ when 'con_way' then CON_WAY
4436
+ when 'brouwer_transport' then BROUWER_TRANSPORT
4437
+ when 'cpex' then CPEX
4438
+ when 'israel_post' then ISRAEL_POST
4439
+ when 'dtdc_in' then DTDC_IN
4440
+ when 'ptt_post' then PTT_POST
4441
+ when 'xde_webhook' then XDE_WEBHOOK
4442
+ when 'tolos' then TOLOS
4443
+ when 'giao_hang' then GIAO_HANG
4444
+ when 'geodis_espace' then GEODIS_ESPACE
4445
+ when 'magyar_hu' then MAGYAR_HU
4446
+ when 'doordash_webhook' then DOORDASH_WEBHOOK
4447
+ when 'tiki_id' then TIKI_ID
4448
+ when 'cj_hk_international' then CJ_HK_INTERNATIONAL
4449
+ when 'star_track_express' then STAR_TRACK_EXPRESS
4450
+ when 'helthjem' then HELTHJEM
4451
+ when 'sfb2c' then SFB2C
4452
+ when 'freightquote' then FREIGHTQUOTE
4453
+ when 'landmark_global_reference' then LANDMARK_GLOBAL_REFERENCE
4454
+ when 'parcel2go' then PARCEL2GO
4455
+ when 'delnext' then DELNEXT
4456
+ when 'rcl' then RCL
4457
+ when 'cgs_express' then CGS_EXPRESS
4458
+ when 'hk_post' then HK_POST
4459
+ when 'sap_express' then SAP_EXPRESS
4460
+ when 'parcelpost_sg' then PARCELPOST_SG
4461
+ when 'hermes' then HERMES
4462
+ when 'ind_safeexpress' then IND_SAFEEXPRESS
4463
+ when 'tophatterexpress' then TOPHATTEREXPRESS
4464
+ when 'mglobal' then MGLOBAL
4465
+ when 'averitt' then AVERITT
4466
+ when 'leader' then LEADER
4467
+ when '_2ebox' then _2EBOX
4468
+ when 'sg_speedpost' then SG_SPEEDPOST
4469
+ when 'dbschenker_se' then DBSCHENKER_SE
4470
+ when 'isr_post_domestic' then ISR_POST_DOMESTIC
4471
+ when 'bestwayparcel' then BESTWAYPARCEL
4472
+ when 'asendia_de' then ASENDIA_DE
4473
+ when 'nightline_uk' then NIGHTLINE_UK
4474
+ when 'taqbin_sg' then TAQBIN_SG
4475
+ when 'tck_express' then TCK_EXPRESS
4476
+ when 'endeavour_delivery' then ENDEAVOUR_DELIVERY
4477
+ when 'nanjingwoyuan' then NANJINGWOYUAN
4478
+ when 'heppner_fr' then HEPPNER_FR
4479
+ when 'emps_cn' then EMPS_CN
4480
+ when 'fonsen' then FONSEN
4481
+ when 'pickrr' then PICKRR
4482
+ when 'apc_overnight_connum' then APC_OVERNIGHT_CONNUM
4483
+ when 'star_track_next_flight' then STAR_TRACK_NEXT_FLIGHT
4484
+ when 'dajin' then DAJIN
4485
+ when 'ups_freight' then UPS_FREIGHT
4486
+ when 'posta_plus' then POSTA_PLUS
4487
+ when 'ceva' then CEVA
4488
+ when 'anserx' then ANSERX
4489
+ when 'js_express' then JS_EXPRESS
4490
+ when 'padtf' then PADTF
4491
+ when 'ups_mail_innovations' then UPS_MAIL_INNOVATIONS
4492
+ when 'sypost' then SYPOST
4493
+ when 'amazon_ship_mcf' then AMAZON_SHIP_MCF
4494
+ when 'yusen' then YUSEN
4495
+ when 'bring' then BRING
4496
+ when 'sda_it' then SDA_IT
4497
+ when 'gba' then GBA
4498
+ when 'neweggexpress' then NEWEGGEXPRESS
4499
+ when 'speedcouriers_gr' then SPEEDCOURIERS_GR
4500
+ when 'forrun' then FORRUN
4501
+ when 'pickup' then PICKUP
4502
+ when 'ecms' then ECMS
4503
+ when 'intelipost' then INTELIPOST
4504
+ when 'flashexpress' then FLASHEXPRESS
4505
+ when 'cn_sto' then CN_STO
4506
+ when 'seko_sftp' then SEKO_SFTP
4507
+ when 'home_delivery_solutions' then HOME_DELIVERY_SOLUTIONS
4508
+ when 'dpd_hgry' then DPD_HGRY
4509
+ when 'kerryttc_vn' then KERRYTTC_VN
4510
+ when 'joying_box' then JOYING_BOX
4511
+ when 'total_express' then TOTAL_EXPRESS
4512
+ when 'zjs_express' then ZJS_EXPRESS
4513
+ when 'starken' then STARKEN
4514
+ when 'demandship' then DEMANDSHIP
4515
+ when 'cn_dpex' then CN_DPEX
4516
+ when 'aupost_cn' then AUPOST_CN
4517
+ when 'logisters' then LOGISTERS
4518
+ when 'goglobalpost' then GOGLOBALPOST
4519
+ when 'gls_cz' then GLS_CZ
4520
+ when 'paack_webhook' then PAACK_WEBHOOK
4521
+ when 'grab_webhook' then GRAB_WEBHOOK
4522
+ when 'parcelpoint' then PARCELPOINT
4523
+ when 'icumulus' then ICUMULUS
4524
+ when 'daiglobaltrack' then DAIGLOBALTRACK
4525
+ when 'global_iparcel' then GLOBAL_IPARCEL
4526
+ when 'yurtici_kargo' then YURTICI_KARGO
4527
+ when 'cn_paypal_package' then CN_PAYPAL_PACKAGE
4528
+ when 'parcel_2_post' then PARCEL_2_POST
4529
+ when 'gls_it' then GLS_IT
4530
+ when 'pil_logistics' then PIL_LOGISTICS
4531
+ when 'heppner' then HEPPNER
4532
+ when 'general_overnight' then GENERAL_OVERNIGHT
4533
+ when 'happy2point' then HAPPY2POINT
4534
+ when 'chitchats' then CHITCHATS
4535
+ when 'smooth' then SMOOTH
4536
+ when 'cle_logistics' then CLE_LOGISTICS
4537
+ when 'fiege' then FIEGE
4538
+ when 'mx_cargo' then MX_CARGO
4539
+ when 'ziingfinalmile' then ZIINGFINALMILE
4540
+ when 'dayton_freight' then DAYTON_FREIGHT
4541
+ when 'tcs' then TCS
4542
+ when 'aex' then AEX
4543
+ when 'hermes_de' then HERMES_DE
4544
+ when 'routific_webhook' then ROUTIFIC_WEBHOOK
4545
+ when 'globavend' then GLOBAVEND
4546
+ when 'cj_logistics' then CJ_LOGISTICS
4547
+ when 'pallet_network' then PALLET_NETWORK
4548
+ when 'raf_ph' then RAF_PH
4549
+ when 'uk_xdp' then UK_XDP
4550
+ when 'paper_express' then PAPER_EXPRESS
4551
+ when 'la_poste_suivi' then LA_POSTE_SUIVI
4552
+ when 'paquetexpress' then PAQUETEXPRESS
4553
+ when 'liefery' then LIEFERY
4554
+ when 'streck_transport' then STRECK_TRANSPORT
4555
+ when 'pony_express' then PONY_EXPRESS
4556
+ when 'always_express' then ALWAYS_EXPRESS
4557
+ when 'gbs_broker' then GBS_BROKER
4558
+ when 'citylink_my' then CITYLINK_MY
4559
+ when 'alljoy' then ALLJOY
4560
+ when 'yodel' then YODEL
4561
+ when 'yodel_dir' then YODEL_DIR
4562
+ when 'stone3pl' then STONE3PL
4563
+ when 'parcelpal_webhook' then PARCELPAL_WEBHOOK
4564
+ when 'dhl_ecomerce_asa' then DHL_ECOMERCE_ASA
4565
+ when 'simplypost' then SIMPLYPOST
4566
+ when 'ky_express' then KY_EXPRESS
4567
+ when 'shenzhen' then SHENZHEN
4568
+ when 'us_lasership' then US_LASERSHIP
4569
+ when 'uc_expre' then UC_EXPRE
4570
+ when 'didadi' then DIDADI
4571
+ when 'cj_kr' then CJ_KR
4572
+ when 'dbschenker_b2b' then DBSCHENKER_B2B
4573
+ when 'mxe' then MXE
4574
+ when 'cae_delivers' then CAE_DELIVERS
4575
+ when 'pfcexpress' then PFCEXPRESS
4576
+ when 'whistl' then WHISTL
4577
+ when 'wepost' then WEPOST
4578
+ when 'dhl_parcel_es' then DHL_PARCEL_ES
4579
+ when 'ddexpress' then DDEXPRESS
4580
+ when 'aramex_au' then ARAMEX_AU
4581
+ when 'bneed' then BNEED
4582
+ when 'hk_tgx' then HK_TGX
4583
+ when 'latvijas_pasts' then LATVIJAS_PASTS
4584
+ when 'viaeurope' then VIAEUROPE
4585
+ when 'correo_uy' then CORREO_UY
4586
+ when 'chronopost_fr' then CHRONOPOST_FR
4587
+ when 'j_net' then J_NET
4588
+ when '_6ls' then _6LS
4589
+ when 'blr_belpost' then BLR_BELPOST
4590
+ when 'birdsystem' then BIRDSYSTEM
4591
+ when 'dobropost' then DOBROPOST
4592
+ when 'wahana_id' then WAHANA_ID
4593
+ when 'weaship' then WEASHIP
4594
+ when 'sonictl' then SONICTL
4595
+ when 'kwt' then KWT
4596
+ when 'afllog_ftp' then AFLLOG_FTP
4597
+ when 'skynet_worldwide' then SKYNET_WORLDWIDE
4598
+ when 'nova_poshta' then NOVA_POSHTA
4599
+ when 'seino' then SEINO
4600
+ when 'szendex' then SZENDEX
4601
+ when 'bpost_int' then BPOST_INT
4602
+ when 'dbschenker_sv' then DBSCHENKER_SV
4603
+ when 'ao_deutschland' then AO_DEUTSCHLAND
4604
+ when 'eu_fleet_solutions' then EU_FLEET_SOLUTIONS
4605
+ when 'pcfcorp' then PCFCORP
4606
+ when 'linkbridge' then LINKBRIDGE
4607
+ when 'primamulticipta' then PRIMAMULTICIPTA
4608
+ when 'courex' then COUREX
4609
+ when 'zajil_express' then ZAJIL_EXPRESS
4610
+ when 'collectco' then COLLECTCO
4611
+ when 'jtexpress' then JTEXPRESS
4612
+ when 'fedex_uk' then FEDEX_UK
4613
+ when 'uship' then USHIP
4614
+ when 'pixsell' then PIXSELL
4615
+ when 'shiptor' then SHIPTOR
4616
+ when 'cdek' then CDEK
4617
+ when 'vnm_viettelpost' then VNM_VIETTELPOST
4618
+ when 'cj_century' then CJ_CENTURY
4619
+ when 'gso' then GSO
4620
+ when 'viwo' then VIWO
4621
+ when 'skybox' then SKYBOX
4622
+ when 'kerrytj' then KERRYTJ
4623
+ when 'ntlogistics_vn' then NTLOGISTICS_VN
4624
+ when 'sdh_scm' then SDH_SCM
4625
+ when 'zinc' then ZINC
4626
+ when 'dpe_south_afrc' then DPE_SOUTH_AFRC
4627
+ when 'ceska_cz' then CESKA_CZ
4628
+ when 'acs_gr' then ACS_GR
4629
+ when 'dealersend' then DEALERSEND
4630
+ when 'jocom' then JOCOM
4631
+ when 'cse' then CSE
4632
+ when 'tforce_finalmile' then TFORCE_FINALMILE
4633
+ when 'ship_gate' then SHIP_GATE
4634
+ when 'shipter' then SHIPTER
4635
+ when 'national_sameday' then NATIONAL_SAMEDAY
4636
+ when 'yunexpress' then YUNEXPRESS
4637
+ when 'cainiao' then CAINIAO
4638
+ when 'dms_matrix' then DMS_MATRIX
4639
+ when 'directlog' then DIRECTLOG
4640
+ when 'asendia_us' then ASENDIA_US
4641
+ when '_3jmslogistics' then _3JMSLOGISTICS
4642
+ when 'liccardi_express' then LICCARDI_EXPRESS
4643
+ when 'sky_postal' then SKY_POSTAL
4644
+ when 'cnwangtong' then CNWANGTONG
4645
+ when 'postnord_logistics_dk' then POSTNORD_LOGISTICS_DK
4646
+ when 'logistika' then LOGISTIKA
4647
+ when 'celeritas' then CELERITAS
4648
+ when 'pressiode' then PRESSIODE
4649
+ when 'shree_maruti' then SHREE_MARUTI
4650
+ when 'logisticsworldwide_hk' then LOGISTICSWORLDWIDE_HK
4651
+ when 'efex' then EFEX
4652
+ when 'lotte' then LOTTE
4653
+ when 'lonestar' then LONESTAR
4654
+ when 'aprisaexpress' then APRISAEXPRESS
4655
+ when 'bel_rs' then BEL_RS
4656
+ when 'osm_worldwide' then OSM_WORLDWIDE
4657
+ when 'westgate_gl' then WESTGATE_GL
4658
+ when 'fastrack' then FASTRACK
4659
+ when 'dtd_expr' then DTD_EXPR
4660
+ when 'alfatrex' then ALFATREX
4661
+ when 'promeddelivery' then PROMEDDELIVERY
4662
+ when 'thabit_logistics' then THABIT_LOGISTICS
4663
+ when 'hct_logistics' then HCT_LOGISTICS
4664
+ when 'carry_flap' then CARRY_FLAP
4665
+ when 'us_old_dominion' then US_OLD_DOMINION
4666
+ when 'anicam_box' then ANICAM_BOX
4667
+ when 'wanbexpress' then WANBEXPRESS
4668
+ when 'an_post' then AN_POST
4669
+ when 'dpd_local' then DPD_LOCAL
4670
+ when 'stallionexpress' then STALLIONEXPRESS
4671
+ when 'raiderex' then RAIDEREX
4672
+ when 'shopfans' then SHOPFANS
4673
+ when 'kyungdong_parcel' then KYUNGDONG_PARCEL
4674
+ when 'champion_logistics' then CHAMPION_LOGISTICS
4675
+ when 'pickupp_sgp' then PICKUPP_SGP
4676
+ when 'morning_express' then MORNING_EXPRESS
4677
+ when 'nacex' then NACEX
4678
+ when 'thenile_webhook' then THENILE_WEBHOOK
4679
+ when 'holisol' then HOLISOL
4680
+ when 'lbcexpress_ftp' then LBCEXPRESS_FTP
4681
+ when 'kurasi' then KURASI
4682
+ when 'usf_reddaway' then USF_REDDAWAY
4683
+ when 'apg' then APG
4684
+ when 'cn_boxc' then CN_BOXC
4685
+ when 'ecoscooting' then ECOSCOOTING
4686
+ when 'mainway' then MAINWAY
4687
+ when 'paperfly' then PAPERFLY
4688
+ when 'houndexpress' then HOUNDEXPRESS
4689
+ when 'box_berry' then BOX_BERRY
4690
+ when 'ep_box' then EP_BOX
4691
+ when 'plus_log_uk' then PLUS_LOG_UK
4692
+ when 'fulfilla' then FULFILLA
4693
+ when 'ase' then ASE
4694
+ when 'mail_plus' then MAIL_PLUS
4695
+ when 'xpo_logistics' then XPO_LOGISTICS
4696
+ when 'wndirect' then WNDIRECT
4697
+ when 'cloudwish_asia' then CLOUDWISH_ASIA
4698
+ when 'zeleris' then ZELERIS
4699
+ when 'gio_express' then GIO_EXPRESS
4700
+ when 'ocs_worldwide' then OCS_WORLDWIDE
4701
+ when 'ark_logistics' then ARK_LOGISTICS
4702
+ when 'aquiline' then AQUILINE
4703
+ when 'pilot_freight' then PILOT_FREIGHT
4704
+ when 'qwintry' then QWINTRY
4705
+ when 'danske_fragt' then DANSKE_FRAGT
4706
+ when 'carriers' then CARRIERS
4707
+ when 'air_canada_global' then AIR_CANADA_GLOBAL
4708
+ when 'president_trans' then PRESIDENT_TRANS
4709
+ when 'stepforwardfs' then STEPFORWARDFS
4710
+ when 'skynet_uk' then SKYNET_UK
4711
+ when 'pittohio' then PITTOHIO
4712
+ when 'correos_express' then CORREOS_EXPRESS
4713
+ when 'rl_us' then RL_US
4714
+ when 'destiny' then DESTINY
4715
+ when 'uk_yodel' then UK_YODEL
4716
+ when 'comet_tech' then COMET_TECH
4717
+ when 'dhl_parcel_ru' then DHL_PARCEL_RU
4718
+ when 'tnt_refr' then TNT_REFR
4719
+ when 'shree_anjani_courier' then SHREE_ANJANI_COURIER
4720
+ when 'mikropakket_be' then MIKROPAKKET_BE
4721
+ when 'ets_express' then ETS_EXPRESS
4722
+ when 'colis_prive' then COLIS_PRIVE
4723
+ when 'cn_yunda' then CN_YUNDA
4724
+ when 'aaa_cooper' then AAA_COOPER
4725
+ when 'rocket_parcel' then ROCKET_PARCEL
4726
+ when '_360lion' then _360LION
4727
+ when 'pandu' then PANDU
4728
+ when 'professional_couriers' then PROFESSIONAL_COURIERS
4729
+ when 'flytexpress' then FLYTEXPRESS
4730
+ when 'logisticsworldwide_my' then LOGISTICSWORLDWIDE_MY
4731
+ when 'correos_de_espana' then CORREOS_DE_ESPANA
4732
+ when 'imx' then IMX
4733
+ when 'four_px_express' then FOUR_PX_EXPRESS
4734
+ when 'xpressbees' then XPRESSBEES
4735
+ when 'pickupp_vnm' then PICKUPP_VNM
4736
+ when 'startrack_express1' then STARTRACK_EXPRESS1
4737
+ when 'fr_colissimo' then FR_COLISSIMO
4738
+ when 'nacex_spain_reference' then NACEX_SPAIN_REFERENCE
4739
+ when 'dhl_supply_chain_au' then DHL_SUPPLY_CHAIN_AU
4740
+ when 'eshipping' then ESHIPPING
4741
+ when 'shreetirupati' then SHREETIRUPATI
4742
+ when 'hx_express' then HX_EXPRESS
4743
+ when 'indopaket' then INDOPAKET
4744
+ when 'cn_17post' then CN_17POST
4745
+ when 'k1_express' then K1_EXPRESS
4746
+ when 'cj_gls' then CJ_GLS
4747
+ when 'mys_gdex' then MYS_GDEX
4748
+ when 'nationex' then NATIONEX
4749
+ when 'anjun' then ANJUN
4750
+ when 'fargood' then FARGOOD
4751
+ when 'smg_express' then SMG_EXPRESS
4752
+ when 'rzyexpress' then RZYEXPRESS
4753
+ when 'sefl' then SEFL
4754
+ when 'tnt_click_it' then TNT_CLICK_IT
4755
+ when 'hdb' then HDB
4756
+ when 'hipshipper' then HIPSHIPPER
4757
+ when 'rpxlogistics' then RPXLOGISTICS
4758
+ when 'kuehne' then KUEHNE
4759
+ when 'it_nexive' then IT_NEXIVE
4760
+ when 'pts' then PTS
4761
+ when 'swiss_post_ftp' then SWISS_POST_FTP
4762
+ when 'fastrk_serv' then FASTRK_SERV
4763
+ when '_4_72' then _4_72
4764
+ when 'us_yrc' then US_YRC
4765
+ when 'postnl_intl_3s' then POSTNL_INTL_3S
4766
+ when 'elian_post' then ELIAN_POST
4767
+ when 'cubyn' then CUBYN
4768
+ when 'sau_saudi_post' then SAU_SAUDI_POST
4769
+ when 'abxexpress_my' then ABXEXPRESS_MY
4770
+ when 'huahan_express' then HUAHAN_EXPRESS
4771
+ when 'zes_express' then ZES_EXPRESS
4772
+ when 'zepto_express' then ZEPTO_EXPRESS
4773
+ when 'skynet_za' then SKYNET_ZA
4774
+ when 'zeek_2_door' then ZEEK_2_DOOR
4775
+ when 'blinklastmile' then BLINKLASTMILE
4776
+ when 'posta_ukr' then POSTA_UKR
4777
+ when 'chrobinson' then CHROBINSON
4778
+ when 'cn_post56' then CN_POST56
4779
+ when 'courant_plus' then COURANT_PLUS
4780
+ when 'scudex_express' then SCUDEX_EXPRESS
4781
+ when 'shipentegra' then SHIPENTEGRA
4782
+ when 'b_two_c_europe' then B_TWO_C_EUROPE
4783
+ when 'cope' then COPE
4784
+ when 'ind_gati' then IND_GATI
4785
+ when 'cn_wishpost' then CN_WISHPOST
4786
+ when 'nacex_es' then NACEX_ES
4787
+ when 'taqbin_hk' then TAQBIN_HK
4788
+ when 'globaltranz' then GLOBALTRANZ
4789
+ when 'hkd' then HKD
4790
+ when 'bjshomedelivery' then BJSHOMEDELIVERY
4791
+ when 'omniva' then OMNIVA
4792
+ when 'sutton' then SUTTON
4793
+ when 'panther_reference' then PANTHER_REFERENCE
4794
+ when 'sfcservice' then SFCSERVICE
4795
+ when 'ltl' then LTL
4796
+ when 'parknparcel' then PARKNPARCEL
4797
+ when 'spring_gds' then SPRING_GDS
4798
+ when 'ecexpress' then ECEXPRESS
4799
+ when 'interparcel_au' then INTERPARCEL_AU
4800
+ when 'agility' then AGILITY
4801
+ when 'xl_express' then XL_EXPRESS
4802
+ when 'aderonline' then ADERONLINE
4803
+ when 'directcouriers' then DIRECTCOURIERS
4804
+ when 'planzer' then PLANZER
4805
+ when 'sending' then SENDING
4806
+ when 'ninjavan_wb' then NINJAVAN_WB
4807
+ when 'nationwide_my' then NATIONWIDE_MY
4808
+ when 'sendit' then SENDIT
4809
+ when 'gb_arrow' then GB_ARROW
4810
+ when 'ind_gojavas' then IND_GOJAVAS
4811
+ when 'kpost' then KPOST
4812
+ when 'dhl_freight' then DHL_FREIGHT
4813
+ when 'bluecare' then BLUECARE
4814
+ when 'jindouyun' then JINDOUYUN
4815
+ when 'trackon' then TRACKON
4816
+ when 'gb_tuffnells' then GB_TUFFNELLS
4817
+ when 'trumpcard' then TRUMPCARD
4818
+ when 'etotal' then ETOTAL
4819
+ when 'sfplus_webhook' then SFPLUS_WEBHOOK
4820
+ when 'sekologistics' then SEKOLOGISTICS
4821
+ when 'hermes_2mann_handling' then HERMES_2MANN_HANDLING
4822
+ when 'dpd_local_ref' then DPD_LOCAL_REF
4823
+ when 'uds' then UDS
4824
+ when 'za_specialised_freight' then ZA_SPECIALISED_FREIGHT
4825
+ when 'tha_kerry' then THA_KERRY
4826
+ when 'prt_int_seur' then PRT_INT_SEUR
4827
+ when 'bra_correios' then BRA_CORREIOS
4828
+ when 'nz_nz_post' then NZ_NZ_POST
4829
+ when 'cn_equick' then CN_EQUICK
4830
+ when 'mys_ems' then MYS_EMS
4831
+ when 'gb_norsk' then GB_NORSK
4832
+ when 'esp_mrw' then ESP_MRW
4833
+ when 'esp_packlink' then ESP_PACKLINK
4834
+ when 'kangaroo_my' then KANGAROO_MY
4835
+ when 'rpx' then RPX
4836
+ when 'xdp_uk_reference' then XDP_UK_REFERENCE
4837
+ when 'ninjavan_my' then NINJAVAN_MY
4838
+ when 'adicional' then ADICIONAL
4839
+ when 'roadbull' then ROADBULL
4840
+ when 'yakit' then YAKIT
4841
+ when 'mailamericas' then MAILAMERICAS
4842
+ when 'mikropakket' then MIKROPAKKET
4843
+ when 'dynalogic' then DYNALOGIC
4844
+ when 'dhl_es' then DHL_ES
4845
+ when 'dhl_parcel_nl' then DHL_PARCEL_NL
4846
+ when 'dhl_global_mail_asia' then DHL_GLOBAL_MAIL_ASIA
4847
+ when 'dawn_wing' then DAWN_WING
4848
+ when 'geniki_gr' then GENIKI_GR
4849
+ when 'hermesworld_uk' then HERMESWORLD_UK
4850
+ when 'alphafast' then ALPHAFAST
4851
+ when 'buylogic' then BUYLOGIC
4852
+ when 'ekart' then EKART
4853
+ when 'mex_senda' then MEX_SENDA
4854
+ when 'sfc_logistics' then SFC_LOGISTICS
4855
+ when 'post_serbia' then POST_SERBIA
4856
+ when 'ind_delhivery' then IND_DELHIVERY
4857
+ when 'de_dpd_delistrack' then DE_DPD_DELISTRACK
4858
+ when 'rpd2man' then RPD2MAN
4859
+ when 'cn_sf_express' then CN_SF_EXPRESS
4860
+ when 'yanwen' then YANWEN
4861
+ when 'mys_skynet' then MYS_SKYNET
4862
+ when 'correos_de_mexico' then CORREOS_DE_MEXICO
4863
+ when 'cbl_logistica' then CBL_LOGISTICA
4864
+ when 'mex_estafeta' then MEX_ESTAFETA
4865
+ when 'au_austrian_post' then AU_AUSTRIAN_POST
4866
+ when 'rincos' then RINCOS
4867
+ when 'nld_dhl' then NLD_DHL
4868
+ when 'russian_post' then RUSSIAN_POST
4869
+ when 'couriers_please' then COURIERS_PLEASE
4870
+ when 'postnord_logistics' then POSTNORD_LOGISTICS
4871
+ when 'fedex' then FEDEX
4872
+ when 'dpe_express' then DPE_EXPRESS
4873
+ when 'dpd' then DPD
4874
+ when 'adsone' then ADSONE
4875
+ when 'idn_jne' then IDN_JNE
4876
+ when 'thecourierguy' then THECOURIERGUY
4877
+ when 'cnexps' then CNEXPS
4878
+ when 'prt_chronopost' then PRT_CHRONOPOST
4879
+ when 'landmark_global' then LANDMARK_GLOBAL
4880
+ when 'it_dhl_ecommerce' then IT_DHL_ECOMMERCE
4881
+ when 'esp_nacex' then ESP_NACEX
4882
+ when 'prt_ctt' then PRT_CTT
4883
+ when 'be_kiala' then BE_KIALA
4884
+ when 'asendia_uk' then ASENDIA_UK
4885
+ when 'global_tnt' then GLOBAL_TNT
4886
+ when 'postur_is' then POSTUR_IS
4887
+ when 'eparcel_kr' then EPARCEL_KR
4888
+ when 'inpost_paczkomaty' then INPOST_PACZKOMATY
4889
+ when 'it_poste_italia' then IT_POSTE_ITALIA
4890
+ when 'be_bpost' then BE_BPOST
4891
+ when 'pl_poczta_polska' then PL_POCZTA_POLSKA
4892
+ when 'mys_mys_post' then MYS_MYS_POST
4893
+ when 'sg_sg_post' then SG_SG_POST
4894
+ when 'tha_thailand_post' then THA_THAILAND_POST
4895
+ when 'lexship' then LEXSHIP
4896
+ when 'fastway_nz' then FASTWAY_NZ
4897
+ when 'dhl_au' then DHL_AU
4898
+ when 'costmeticsnow' then COSTMETICSNOW
4899
+ when 'pflogistics' then PFLOGISTICS
4900
+ when 'loomis_express' then LOOMIS_EXPRESS
4901
+ when 'gls_italy' then GLS_ITALY
4902
+ when 'line' then LINE
4903
+ when 'gel_express' then GEL_EXPRESS
4904
+ when 'huodull' then HUODULL
4905
+ when 'ninjavan_sg' then NINJAVAN_SG
4906
+ when 'janio' then JANIO
4907
+ when 'ao_courier' then AO_COURIER
4908
+ when 'brt_it_sender_ref' then BRT_IT_SENDER_REF
4909
+ when 'sailpost' then SAILPOST
4910
+ when 'lalamove' then LALAMOVE
4911
+ when 'newzealand_couriers' then NEWZEALAND_COURIERS
4912
+ when 'etomars' then ETOMARS
4913
+ when 'virtransport' then VIRTRANSPORT
4914
+ when 'wizmo' then WIZMO
4915
+ when 'palletways' then PALLETWAYS
4916
+ when 'i_dika' then I_DIKA
4917
+ when 'cfl_logistics' then CFL_LOGISTICS
4918
+ when 'gemworldwide' then GEMWORLDWIDE
4919
+ when 'global_express' then GLOBAL_EXPRESS
4920
+ when 'logistyx_transgroup' then LOGISTYX_TRANSGROUP
4921
+ when 'westbank_courier' then WESTBANK_COURIER
4922
+ when 'arco_spedizioni' then ARCO_SPEDIZIONI
4923
+ when 'ydh_express' then YDH_EXPRESS
4924
+ when 'parcelinklogistics' then PARCELINKLOGISTICS
4925
+ when 'cndexpress' then CNDEXPRESS
4926
+ when 'nox_night_time_express' then NOX_NIGHT_TIME_EXPRESS
4927
+ when 'aeronet' then AERONET
4928
+ when 'ltianexp' then LTIANEXP
4929
+ when 'integra2_ftp' then INTEGRA2_FTP
4930
+ when 'parcelone' then PARCELONE
4931
+ when 'nox_nachtexpress' then NOX_NACHTEXPRESS
4932
+ when 'cn_china_post_ems' then CN_CHINA_POST_EMS
4933
+ when 'chukou1' then CHUKOU1
4934
+ when 'gls_slov' then GLS_SLOV
4935
+ when 'orange_ds' then ORANGE_DS
4936
+ when 'joom_logis' then JOOM_LOGIS
4937
+ when 'aus_startrack' then AUS_STARTRACK
4938
+ when 'dhl' then DHL
4939
+ when 'gb_apc' then GB_APC
4940
+ when 'bondscouriers' then BONDSCOURIERS
4941
+ when 'jpn_japan_post' then JPN_JAPAN_POST
4942
+ when 'usps' then USPS
4943
+ when 'winit' then WINIT
4944
+ when 'arg_oca' then ARG_OCA
4945
+ when 'tw_taiwan_post' then TW_TAIWAN_POST
4946
+ when 'dmm_network' then DMM_NETWORK
4947
+ when 'tnt' then TNT
4948
+ when 'bh_posta' then BH_POSTA
4949
+ when 'swe_postnord' then SWE_POSTNORD
4950
+ when 'ca_canada_post' then CA_CANADA_POST
4951
+ when 'wiseloads' then WISELOADS
4952
+ when 'asendia_hk' then ASENDIA_HK
4953
+ when 'nld_gls' then NLD_GLS
4954
+ when 'mex_redpack' then MEX_REDPACK
4955
+ when 'jet_ship' then JET_SHIP
4956
+ when 'de_dhl_express' then DE_DHL_EXPRESS
4957
+ when 'ninjavan_thai' then NINJAVAN_THAI
4958
+ when 'raben_group' then RABEN_GROUP
4959
+ when 'esp_asm' then ESP_ASM
4960
+ when 'hrv_hrvatska' then HRV_HRVATSKA
4961
+ when 'global_estes' then GLOBAL_ESTES
4962
+ when 'ltu_lietuvos' then LTU_LIETUVOS
4963
+ when 'bel_dhl' then BEL_DHL
4964
+ when 'au_au_post' then AU_AU_POST
4965
+ when 'speedexcourier' then SPEEDEXCOURIER
4966
+ when 'fr_colis' then FR_COLIS
4967
+ when 'aramex' then ARAMEX
4968
+ when 'dpex' then DPEX
4969
+ when 'mys_airpak' then MYS_AIRPAK
4970
+ when 'cuckooexpress' then CUCKOOEXPRESS
4971
+ when 'dpd_poland' then DPD_POLAND
4972
+ when 'nld_postnl' then NLD_POSTNL
4973
+ when 'nim_express' then NIM_EXPRESS
4974
+ when 'quantium' then QUANTIUM
4975
+ when 'sendle' then SENDLE
4976
+ when 'esp_redur' then ESP_REDUR
4977
+ when 'matkahuolto' then MATKAHUOLTO
4978
+ when 'cpacket' then CPACKET
4979
+ when 'posti' then POSTI
4980
+ when 'hunter_express' then HUNTER_EXPRESS
4981
+ when 'choir_exp' then CHOIR_EXP
4982
+ when 'legion_express' then LEGION_EXPRESS
4983
+ when 'austrian_post_express' then AUSTRIAN_POST_EXPRESS
4984
+ when 'grupo' then GRUPO
4985
+ when 'posta_ro' then POSTA_RO
4986
+ when 'interparcel_uk' then INTERPARCEL_UK
4987
+ when 'global_abf' then GLOBAL_ABF
4988
+ when 'posten_norge' then POSTEN_NORGE
4989
+ when 'xpert_delivery' then XPERT_DELIVERY
4990
+ when 'dhl_refr' then DHL_REFR
4991
+ when 'dhl_hk' then DHL_HK
4992
+ when 'skynet_uae' then SKYNET_UAE
4993
+ when 'gojek' then GOJEK
4994
+ when 'yodel_intnl' then YODEL_INTNL
4995
+ when 'janco' then JANCO
4996
+ when 'yto' then YTO
4997
+ when 'wise_express' then WISE_EXPRESS
4998
+ when 'jtexpress_vn' then JTEXPRESS_VN
4999
+ when 'fedex_intl_mlserv' then FEDEX_INTL_MLSERV
5000
+ when 'vamox' then VAMOX
5001
+ when 'ams_grp' then AMS_GRP
5002
+ when 'dhl_jp' then DHL_JP
5003
+ when 'hrparcel' then HRPARCEL
5004
+ when 'geswl' then GESWL
5005
+ when 'bluestar' then BLUESTAR
5006
+ when 'cdek_tr' then CDEK_TR
5007
+ when 'descartes' then DESCARTES
5008
+ when 'deltec_uk' then DELTEC_UK
5009
+ when 'dtdc_express' then DTDC_EXPRESS
5010
+ when 'tourline' then TOURLINE
5011
+ when 'bh_worldwide' then BH_WORLDWIDE
5012
+ when 'ocs' then OCS
5013
+ when 'yingnuo_logistics' then YINGNUO_LOGISTICS
5014
+ when 'ups' then UPS
5015
+ when 'toll' then TOLL
5016
+ when 'prt_seur' then PRT_SEUR
5017
+ when 'dtdc_au' then DTDC_AU
5018
+ when 'tha_dynamic_logistics' then THA_DYNAMIC_LOGISTICS
5019
+ when 'ubi_logistics' then UBI_LOGISTICS
5020
+ when 'fedex_crossborder' then FEDEX_CROSSBORDER
5021
+ when 'a1post' then A1POST
5022
+ when 'tazmanian_freight' then TAZMANIAN_FREIGHT
5023
+ when 'cj_int_my' then CJ_INT_MY
5024
+ when 'saia_freight' then SAIA_FREIGHT
5025
+ when 'sg_qxpress' then SG_QXPRESS
5026
+ when 'nhans_solutions' then NHANS_SOLUTIONS
5027
+ when 'dpd_fr' then DPD_FR
5028
+ when 'coordinadora' then COORDINADORA
5029
+ when 'andreani' then ANDREANI
5030
+ when 'doora' then DOORA
5031
+ when 'interparcel_nz' then INTERPARCEL_NZ
5032
+ when 'phl_jamexpress' then PHL_JAMEXPRESS
5033
+ when 'bel_belgium_post' then BEL_BELGIUM_POST
5034
+ when 'us_apc' then US_APC
5035
+ when 'idn_pos' then IDN_POS
5036
+ when 'fr_mondial' then FR_MONDIAL
5037
+ when 'de_dhl' then DE_DHL
5038
+ when 'hk_rpx' then HK_RPX
5039
+ when 'dhl_pieceid' then DHL_PIECEID
5040
+ when 'vnpost_ems' then VNPOST_EMS
5041
+ when 'rrdonnelley' then RRDONNELLEY
5042
+ when 'dpd_de' then DPD_DE
5043
+ when 'delcart_in' then DELCART_IN
5044
+ when 'imexglobalsolutions' then IMEXGLOBALSOLUTIONS
5045
+ when 'acommerce' then ACOMMERCE
5046
+ when 'eurodis' then EURODIS
5047
+ when 'canpar' then CANPAR
5048
+ when 'gls' then GLS
5049
+ when 'ind_ecom' then IND_ECOM
5050
+ when 'esp_envialia' then ESP_ENVIALIA
5051
+ when 'dhl_uk' then DHL_UK
5052
+ when 'smsa_express' then SMSA_EXPRESS
5053
+ when 'tnt_fr' then TNT_FR
5054
+ when 'dex_i' then DEX_I
5055
+ when 'budbee_webhook' then BUDBEE_WEBHOOK
5056
+ when 'copa_courier' then COPA_COURIER
5057
+ when 'vnm_vietnam_post' then VNM_VIETNAM_POST
5058
+ when 'dpd_hk' then DPD_HK
5059
+ when 'toll_nz' then TOLL_NZ
5060
+ when 'echo' then ECHO
5061
+ when 'fedex_fr' then FEDEX_FR
5062
+ when 'borderexpress' then BORDEREXPRESS
5063
+ when 'mailplus_jpn' then MAILPLUS_JPN
5064
+ when 'tnt_uk_refr' then TNT_UK_REFR
5065
+ when 'kec' then KEC
5066
+ when 'dpd_ro' then DPD_RO
5067
+ when 'tnt_jp' then TNT_JP
5068
+ when 'th_cj' then TH_CJ
5069
+ when 'ec_cn' then EC_CN
5070
+ when 'fastway_uk' then FASTWAY_UK
5071
+ when 'fastway_us' then FASTWAY_US
5072
+ when 'gls_de' then GLS_DE
5073
+ when 'gls_es' then GLS_ES
5074
+ when 'gls_fr' then GLS_FR
5075
+ when 'mondial_be' then MONDIAL_BE
5076
+ when 'sgt_it' then SGT_IT
5077
+ when 'tnt_cn' then TNT_CN
5078
+ when 'tnt_de' then TNT_DE
5079
+ when 'tnt_es' then TNT_ES
5080
+ when 'tnt_pl' then TNT_PL
5081
+ when 'parcelforce' then PARCELFORCE
5082
+ when 'swiss_post' then SWISS_POST
5083
+ when 'toll_ipec' then TOLL_IPEC
5084
+ when 'air_21' then AIR_21
5085
+ when 'airspeed' then AIRSPEED
5086
+ when 'bert' then BERT
5087
+ when 'bluedart' then BLUEDART
5088
+ when 'collectplus' then COLLECTPLUS
5089
+ when 'courierplus' then COURIERPLUS
5090
+ when 'courier_post' then COURIER_POST
5091
+ when 'dhl_global_mail' then DHL_GLOBAL_MAIL
5092
+ when 'dpd_uk' then DPD_UK
5093
+ when 'deltec_de' then DELTEC_DE
5094
+ when 'deutsche_de' then DEUTSCHE_DE
5095
+ when 'dotzot' then DOTZOT
5096
+ when 'elta_gr' then ELTA_GR
5097
+ when 'ems_cn' then EMS_CN
5098
+ when 'ecargo' then ECARGO
5099
+ when 'ensenda' then ENSENDA
5100
+ when 'fercam_it' then FERCAM_IT
5101
+ when 'fastway_za' then FASTWAY_ZA
5102
+ when 'fastway_au' then FASTWAY_AU
5103
+ when 'first_logisitcs' then FIRST_LOGISITCS
5104
+ when 'geodis' then GEODIS
5105
+ when 'globegistics' then GLOBEGISTICS
5106
+ when 'greyhound' then GREYHOUND
5107
+ when 'jetship_my' then JETSHIP_MY
5108
+ when 'lion_parcel' then LION_PARCEL
5109
+ when 'aeroflash' then AEROFLASH
5110
+ when 'ontrac' then ONTRAC
5111
+ when 'sagawa' then SAGAWA
5112
+ when 'siodemka' then SIODEMKA
5113
+ when 'startrack' then STARTRACK
5114
+ when 'tnt_au' then TNT_AU
5115
+ when 'tnt_it' then TNT_IT
5116
+ when 'transmission' then TRANSMISSION
5117
+ when 'yamato' then YAMATO
5118
+ when 'dhl_it' then DHL_IT
5119
+ when 'dhl_at' then DHL_AT
5120
+ when 'logisticsworldwide_kr' then LOGISTICSWORLDWIDE_KR
5121
+ when 'gls_spain' then GLS_SPAIN
5122
+ when 'amazon_uk_api' then AMAZON_UK_API
5123
+ when 'dpd_fr_reference' then DPD_FR_REFERENCE
5124
+ when 'dhlparcel_uk' then DHLPARCEL_UK
5125
+ when 'megasave' then MEGASAVE
5126
+ when 'qualitypost' then QUALITYPOST
5127
+ when 'ids_logistics' then IDS_LOGISTICS
5128
+ when 'joyingbox1' then JOYINGBOX1
5129
+ when 'panther_order_number' then PANTHER_ORDER_NUMBER
5130
+ when 'watkins_shepard' then WATKINS_SHEPARD
5131
+ when 'fasttrack' then FASTTRACK
5132
+ when 'up_express' then UP_EXPRESS
5133
+ when 'elogistica' then ELOGISTICA
5134
+ when 'ecourier' then ECOURIER
5135
+ when 'cj_philippines' then CJ_PHILIPPINES
5136
+ when 'speedex' then SPEEDEX
5137
+ when 'orangeconnex' then ORANGECONNEX
5138
+ when 'tecor' then TECOR
5139
+ when 'saee' then SAEE
5140
+ when 'gls_italy_ftp' then GLS_ITALY_FTP
5141
+ when 'delivere' then DELIVERE
5142
+ when 'yycom' then YYCOM
5143
+ when 'adicional_pt' then ADICIONAL_PT
5144
+ when 'dksh' then DKSH
5145
+ when 'nippon_express_ftp' then NIPPON_EXPRESS_FTP
5146
+ when 'gols' then GOLS
5147
+ when 'fujexp' then FUJEXP
5148
+ when 'qtrack' then QTRACK
5149
+ when 'omlogistics_api' then OMLOGISTICS_API
5150
+ when 'gdpharm' then GDPHARM
5151
+ when 'misumi_cn' then MISUMI_CN
5152
+ when 'air_canada' then AIR_CANADA
5153
+ when 'city56_webhook' then CITY56_WEBHOOK
5154
+ when 'sagawa_api' then SAGAWA_API
5155
+ when 'kedaex' then KEDAEX
5156
+ when 'pgeon_api' then PGEON_API
5157
+ when 'weworldexpress' then WEWORLDEXPRESS
5158
+ when 'jt_logistics' then JT_LOGISTICS
5159
+ when 'trusk' then TRUSK
5160
+ when 'viaxpress' then VIAXPRESS
5161
+ when 'dhl_supplychain_id' then DHL_SUPPLYCHAIN_ID
5162
+ when 'zuelligpharma_sftp' then ZUELLIGPHARMA_SFTP
5163
+ when 'meest' then MEEST
5164
+ when 'toll_priority' then TOLL_PRIORITY
5165
+ when 'mothership_api' then MOTHERSHIP_API
5166
+ when 'capital' then CAPITAL
5167
+ when 'europaket_api' then EUROPAKET_API
5168
+ when 'hfd' then HFD
5169
+ when 'tourline_reference' then TOURLINE_REFERENCE
5170
+ when 'gio_ecourier' then GIO_ECOURIER
5171
+ when 'cn_logistics' then CN_LOGISTICS
5172
+ when 'pandion' then PANDION
5173
+ when 'bpost_api' then BPOST_API
5174
+ when 'passportshipping' then PASSPORTSHIPPING
5175
+ when 'pakajo' then PAKAJO
5176
+ when 'dachser' then DACHSER
5177
+ when 'yusen_sftp' then YUSEN_SFTP
5178
+ when 'shyplite' then SHYPLITE
5179
+ when 'xyy' then XYY
5180
+ when 'mwd' then MWD
5181
+ when 'faxecargo' then FAXECARGO
5182
+ when 'mazet' then MAZET
5183
+ when 'first_logistics_api' then FIRST_LOGISTICS_API
5184
+ when 'sprint_pack' then SPRINT_PACK
5185
+ when 'hermes_de_ftp' then HERMES_DE_FTP
5186
+ when 'concise' then CONCISE
5187
+ when 'kerry_express_tw_api' then KERRY_EXPRESS_TW_API
5188
+ when 'ewe' then EWE
5189
+ when 'fastdespatch' then FASTDESPATCH
5190
+ when 'abcustom_sftp' then ABCUSTOM_SFTP
5191
+ when 'chazki' then CHAZKI
5192
+ when 'shippie' then SHIPPIE
5193
+ when 'geodis_api' then GEODIS_API
5194
+ when 'naqel_express' then NAQEL_EXPRESS
5195
+ when 'papa_webhook' then PAPA_WEBHOOK
5196
+ when 'forwardair' then FORWARDAIR
5197
+ when 'dialogo_logistica_api' then DIALOGO_LOGISTICA_API
5198
+ when 'lalamove_api' then LALAMOVE_API
5199
+ when 'tomydoor' then TOMYDOOR
5200
+ when 'kronos_webhook' then KRONOS_WEBHOOK
5201
+ when 'jtcargo' then JTCARGO
5202
+ when 't_cat' then T_CAT
5203
+ when 'concise_webhook' then CONCISE_WEBHOOK
5204
+ when 'teleport_webhook' then TELEPORT_WEBHOOK
5205
+ when 'customco_api' then CUSTOMCO_API
5206
+ when 'spx_th' then SPX_TH
5207
+ when 'bollore_logistics' then BOLLORE_LOGISTICS
5208
+ when 'clicklink_sftp' then CLICKLINK_SFTP
5209
+ when 'm3logistics' then M3LOGISTICS
5210
+ when 'vnpost_api' then VNPOST_API
5211
+ when 'axlehire_ftp' then AXLEHIRE_FTP
5212
+ when 'shadowfax' then SHADOWFAX
5213
+ when 'myhermes_uk_api' then MYHERMES_UK_API
5214
+ when 'daiichi' then DAIICHI
5215
+ when 'mensajerosurbanos_api' then MENSAJEROSURBANOS_API
5216
+ when 'polarspeed' then POLARSPEED
5217
+ when 'idexpress_id' then IDEXPRESS_ID
5218
+ when 'payo' then PAYO
5219
+ when 'whistl_sftp' then WHISTL_SFTP
5220
+ when 'intex_de' then INTEX_DE
5221
+ when 'trans2u' then TRANS2U
5222
+ when 'productcaregroup_sftp' then PRODUCTCAREGROUP_SFTP
5223
+ when 'bigsmart' then BIGSMART
5224
+ when 'expeditors_api_ref' then EXPEDITORS_API_REF
5225
+ when 'aitworldwide_api' then AITWORLDWIDE_API
5226
+ when 'worldcourier' then WORLDCOURIER
5227
+ when 'quiqup' then QUIQUP
5228
+ when 'agediss_sftp' then AGEDISS_SFTP
5229
+ when 'andreani_api' then ANDREANI_API
5230
+ when 'crlexpress' then CRLEXPRESS
5231
+ when 'smartcat' then SMARTCAT
5232
+ when 'crossflight' then CROSSFLIGHT
5233
+ when 'procarrier' then PROCARRIER
5234
+ when 'dhl_reference_api' then DHL_REFERENCE_API
5235
+ when 'seino_api' then SEINO_API
5236
+ when 'wspexpress' then WSPEXPRESS
5237
+ when 'kronos' then KRONOS
5238
+ when 'total_express_api' then TOTAL_EXPRESS_API
5239
+ when 'parcll' then PARCLL
5240
+ when 'xpedigo' then XPEDIGO
5241
+ when 'star_track_webhook' then STAR_TRACK_WEBHOOK
5242
+ when 'gpost' then GPOST
5243
+ when 'ucs' then UCS
5244
+ when 'dmfgroup' then DMFGROUP
5245
+ when 'coordinadora_api' then COORDINADORA_API
5246
+ when 'marken' then MARKEN
5247
+ when 'ntl' then NTL
5248
+ when 'redjepakketje' then REDJEPAKKETJE
5249
+ when 'allied_express_ftp' then ALLIED_EXPRESS_FTP
5250
+ when 'mondialrelay_es' then MONDIALRELAY_ES
5251
+ when 'naeko_ftp' then NAEKO_FTP
5252
+ when 'mhi' then MHI
5253
+ when 'shippify' then SHIPPIFY
5254
+ when 'malca_amit_api' then MALCA_AMIT_API
5255
+ when 'jtexpress_sg_api' then JTEXPRESS_SG_API
5256
+ when 'dachser_web' then DACHSER_WEB
5257
+ when 'flightlg' then FLIGHTLG
5258
+ when 'cago' then CAGO
5259
+ when 'com1express' then COM1EXPRESS
5260
+ when 'tonami_ftp' then TONAMI_FTP
5261
+ when 'packfleet' then PACKFLEET
5262
+ when 'purolator_international' then PUROLATOR_INTERNATIONAL
5263
+ when 'wineshipping_webhook' then WINESHIPPING_WEBHOOK
5264
+ when 'dhl_es_sftp' then DHL_ES_SFTP
5265
+ when 'pchome_api' then PCHOME_API
5266
+ when 'ceskaposta_api' then CESKAPOSTA_API
5267
+ when 'gorush' then GORUSH
5268
+ when 'homerunner' then HOMERUNNER
5269
+ when 'amazon_order' then AMAZON_ORDER
5270
+ when 'efwnow_api' then EFWNOW_API
5271
+ when 'cbl_logistica_api' then CBL_LOGISTICA_API
5272
+ when 'nimbuspost' then NIMBUSPOST
5273
+ when 'logwin_logistics' then LOGWIN_LOGISTICS
5274
+ when 'nowlog_api' then NOWLOG_API
5275
+ when 'dpd_nl' then DPD_NL
5276
+ when 'godependable' then GODEPENDABLE
5277
+ when 'esdex' then ESDEX
5278
+ when 'logisystems_sftp' then LOGISYSTEMS_SFTP
5279
+ when 'expeditors' then EXPEDITORS
5280
+ when 'sntglobal_api' then SNTGLOBAL_API
5281
+ when 'shipx' then SHIPX
5282
+ when 'qintl_api' then QINTL_API
5283
+ when 'packs' then PACKS
5284
+ when 'postnl_international' then POSTNL_INTERNATIONAL
5285
+ when 'amazon_email_push' then AMAZON_EMAIL_PUSH
5286
+ when 'dhl_api' then DHL_API
5287
+ when 'spx' then SPX
5288
+ when 'axlehire' then AXLEHIRE
5289
+ when 'icscourier' then ICSCOURIER
5290
+ when 'dialogo_logistica' then DIALOGO_LOGISTICA
5291
+ when 'shunbang_express' then SHUNBANG_EXPRESS
5292
+ when 'tcs_api' then TCS_API
5293
+ when 'sf_express_cn' then SF_EXPRESS_CN
5294
+ when 'packeta' then PACKETA
5295
+ when 'sic_teliway' then SIC_TELIWAY
5296
+ when 'mondialrelay_fr' then MONDIALRELAY_FR
5297
+ when 'intime_ftp' then INTIME_FTP
5298
+ when 'jd_express' then JD_EXPRESS
5299
+ when 'fastbox' then FASTBOX
5300
+ when 'patheon' then PATHEON
5301
+ when 'india_post' then INDIA_POST
5302
+ when 'tipsa_ref' then TIPSA_REF
5303
+ when 'ecofreight' then ECOFREIGHT
5304
+ when 'vox' then VOX
5305
+ when 'directfreight_au_ref' then DIRECTFREIGHT_AU_REF
5306
+ when 'besttransport_sftp' then BESTTRANSPORT_SFTP
5307
+ when 'australia_post_api' then AUSTRALIA_POST_API
5308
+ when 'fragilepak_sftp' then FRAGILEPAK_SFTP
5309
+ when 'flipxp' then FLIPXP
5310
+ when 'value_webhook' then VALUE_WEBHOOK
5311
+ when 'daeshin' then DAESHIN
5312
+ when 'sherpa' then SHERPA
5313
+ when 'mwd_api' then MWD_API
5314
+ when 'smartkargo' then SMARTKARGO
5315
+ when 'dnj_express' then DNJ_EXPRESS
5316
+ when 'gopeople' then GOPEOPLE
5317
+ when 'mysendle_api' then MYSENDLE_API
5318
+ when 'aramex_api' then ARAMEX_API
5319
+ when 'pidge' then PIDGE
5320
+ when 'thaiparcels' then THAIPARCELS
5321
+ when 'panther_reference_api' then PANTHER_REFERENCE_API
5322
+ when 'postaplus1' then POSTAPLUS1
5323
+ when 'buffalo' then BUFFALO
5324
+ when 'u_envios' then U_ENVIOS
5325
+ when 'elite_co' then ELITE_CO
5326
+ when 'roche_internal_sftp' then ROCHE_INTERNAL_SFTP
5327
+ when 'dbschenker_iceland' then DBSCHENKER_ICELAND
5328
+ when 'tnt_fr_reference' then TNT_FR_REFERENCE
5329
+ when 'newgisticsapi' then NEWGISTICSAPI
5330
+ when 'glovo' then GLOVO
5331
+ when 'gwlogis_api' then GWLOGIS_API
5332
+ when 'spreetail_api' then SPREETAIL_API
5333
+ when 'moova' then MOOVA
5334
+ when 'plycongroup' then PLYCONGROUP
5335
+ when 'usps_webhook' then USPS_WEBHOOK
5336
+ when 'reimaginedelivery' then REIMAGINEDELIVERY
5337
+ when 'edf_ftp' then EDF_FTP
5338
+ when 'dao365' then DAO365
5339
+ when 'biocair_ftp' then BIOCAIR_FTP
5340
+ when 'ransa_webhook' then RANSA_WEBHOOK
5341
+ when 'shipxpres' then SHIPXPRES
5342
+ when 'courant_plus_api' then COURANT_PLUS_API
5343
+ when 'shipa' then SHIPA
5344
+ when 'homelogistics' then HOMELOGISTICS
5345
+ when 'dx' then DX
5346
+ when 'poste_italiane_paccocelere' then POSTE_ITALIANE_PACCOCELERE
5347
+ when 'toll_webhook' then TOLL_WEBHOOK
5348
+ when 'lctbr_api' then LCTBR_API
5349
+ when 'dx_freight' then DX_FREIGHT
5350
+ when 'dhl_sftp' then DHL_SFTP
5351
+ when 'shiprocket' then SHIPROCKET
5352
+ when 'uber_webhook' then UBER_WEBHOOK
5353
+ when 'statovernight' then STATOVERNIGHT
5354
+ when 'burd' then BURD
5355
+ when 'fastship' then FASTSHIP
5356
+ when 'ibventure_webhook' then IBVENTURE_WEBHOOK
5357
+ when 'gati_kwe_api' then GATI_KWE_API
5358
+ when 'cryopdp_ftp' then CRYOPDP_FTP
5359
+ when 'hubbed' then HUBBED
5360
+ when 'tipsa_api' then TIPSA_API
5361
+ when 'araskargo' then ARASKARGO
5362
+ when 'thijs_nl' then THIJS_NL
5363
+ when 'atshealthcare_reference' then ATSHEALTHCARE_REFERENCE
5364
+ when 'enum_99minutos' then ENUM_99MINUTOS
5365
+ when 'hellenic_post' then HELLENIC_POST
5366
+ when 'hsm_global' then HSM_GLOBAL
5367
+ when 'mnx' then MNX
5368
+ when 'nmtransfer' then NMTRANSFER
5369
+ when 'logysto' then LOGYSTO
5370
+ when 'india_post_int' then INDIA_POST_INT
5371
+ when 'amazon_fba_swiship_in' then AMAZON_FBA_SWISHIP_IN
5372
+ when 'srt_transport' then SRT_TRANSPORT
5373
+ when 'bomi' then BOMI
5374
+ when 'deliverr_sftp' then DELIVERR_SFTP
5375
+ when 'hsdexpress' then HSDEXPRESS
5376
+ when 'simpletire_webhook' then SIMPLETIRE_WEBHOOK
5377
+ when 'hunter_express_sftp' then HUNTER_EXPRESS_SFTP
5378
+ when 'ups_api' then UPS_API
5379
+ when 'wooyoung_logistics_sftp' then WOOYOUNG_LOGISTICS_SFTP
5380
+ when 'phse_api' then PHSE_API
5381
+ when 'wish_email_push' then WISH_EMAIL_PUSH
5382
+ when 'northline' then NORTHLINE
5383
+ when 'medafrica' then MEDAFRICA
5384
+ when 'dpd_at_sftp' then DPD_AT_SFTP
5385
+ when 'anteraja' then ANTERAJA
5386
+ when 'dhl_global_forwarding_api' then DHL_GLOBAL_FORWARDING_API
5387
+ when 'lbcexpress_api' then LBCEXPRESS_API
5388
+ when 'simsglobal' then SIMSGLOBAL
5389
+ when 'cdldelivers' then CDLDELIVERS
5390
+ when 'typ' then TYP
5391
+ when 'testing_courier_webhook' then TESTING_COURIER_WEBHOOK
5392
+ when 'pandago_api' then PANDAGO_API
5393
+ when 'royal_mail_ftp' then ROYAL_MAIL_FTP
5394
+ when 'thunderexpress' then THUNDEREXPRESS
5395
+ when 'secretlab_webhook' then SECRETLAB_WEBHOOK
5396
+ when 'setel' then SETEL
5397
+ when 'jd_worldwide' then JD_WORLDWIDE
5398
+ when 'dpd_ru_api' then DPD_RU_API
5399
+ when 'argents_webhook' then ARGENTS_WEBHOOK
5400
+ when 'postone' then POSTONE
5401
+ when 'tusklogistics' then TUSKLOGISTICS
5402
+ when 'rhenus_uk_api' then RHENUS_UK_API
5403
+ when 'taqbin_sg_api' then TAQBIN_SG_API
5404
+ when 'inntralog_sftp' then INNTRALOG_SFTP
5405
+ when 'dayross' then DAYROSS
5406
+ when 'correosexpress_api' then CORREOSEXPRESS_API
5407
+ when 'international_seur_api' then INTERNATIONAL_SEUR_API
5408
+ when 'yodel_api' then YODEL_API
5409
+ when 'heroexpress' then HEROEXPRESS
5410
+ when 'dhl_supplychain_in' then DHL_SUPPLYCHAIN_IN
5411
+ when 'urgent_cargus' then URGENT_CARGUS
5412
+ when 'frontdoorcorp' then FRONTDOORCORP
5413
+ when 'jtexpress_ph' then JTEXPRESS_PH
5414
+ when 'parcelstars_webhook' then PARCELSTARS_WEBHOOK
5415
+ when 'dpd_sk_sftp' then DPD_SK_SFTP
5416
+ when 'movianto' then MOVIANTO
5417
+ when 'ozeparts_shipping' then OZEPARTS_SHIPPING
5418
+ when 'kargomkolay' then KARGOMKOLAY
5419
+ when 'trunkrs' then TRUNKRS
5420
+ when 'omnirps_webhook' then OMNIRPS_WEBHOOK
5421
+ when 'chilexpress' then CHILEXPRESS
5422
+ when 'testing_courier' then TESTING_COURIER
5423
+ when 'jne_api' then JNE_API
5424
+ when 'bjshomedelivery_ftp' then BJSHOMEDELIVERY_FTP
5425
+ when 'dexpress_webhook' then DEXPRESS_WEBHOOK
5426
+ when 'usps_api' then USPS_API
5427
+ when 'transvirtual' then TRANSVIRTUAL
5428
+ when 'solistica_api' then SOLISTICA_API
5429
+ when 'chienventure_webhook' then CHIENVENTURE_WEBHOOK
5430
+ when 'dpd_uk_sftp' then DPD_UK_SFTP
5431
+ when 'inpost_uk' then INPOST_UK
5432
+ when 'javit' then JAVIT
5433
+ when 'zto_domestic' then ZTO_DOMESTIC
5434
+ when 'dhl_gt_api' then DHL_GT_API
5435
+ when 'ceva_tracking' then CEVA_TRACKING
5436
+ when 'komon_express' then KOMON_EXPRESS
5437
+ when 'eastwestcourier_ftp' then EASTWESTCOURIER_FTP
5438
+ when 'danniao' then DANNIAO
5439
+ when 'spectran' then SPECTRAN
5440
+ when 'deliver_it' then DELIVER_IT
5441
+ when 'relaiscolis' then RELAISCOLIS
5442
+ when 'gls_spain_api' then GLS_SPAIN_API
5443
+ when 'postplus' then POSTPLUS
5444
+ when 'airterra' then AIRTERRA
5445
+ when 'gio_ecourier_api' then GIO_ECOURIER_API
5446
+ when 'dpd_ch_sftp' then DPD_CH_SFTP
5447
+ when 'fedex_api' then FEDEX_API
5448
+ when 'intersmarttrans' then INTERSMARTTRANS
5449
+ when 'hermes_uk_sftp' then HERMES_UK_SFTP
5450
+ when 'exelot_ftp' then EXELOT_FTP
5451
+ when 'dhl_pa_api' then DHL_PA_API
5452
+ when 'virtransport_sftp' then VIRTRANSPORT_SFTP
5453
+ when 'worldnet' then WORLDNET
5454
+ when 'instabox_webhook' then INSTABOX_WEBHOOK
5455
+ when 'kng' then KNG
5456
+ when 'flashexpress_webhook' then FLASHEXPRESS_WEBHOOK
5457
+ when 'magyar_posta_api' then MAGYAR_POSTA_API
5458
+ when 'weship_api' then WESHIP_API
5459
+ when 'ohi_webhook' then OHI_WEBHOOK
5460
+ when 'mudita' then MUDITA
5461
+ when 'bluedart_api' then BLUEDART_API
5462
+ when 't_cat_api' then T_CAT_API
5463
+ when 'ads' then ADS
5464
+ when 'hermes_it' then HERMES_IT
5465
+ when 'fitzmark_api' then FITZMARK_API
5466
+ when 'posti_api' then POSTI_API
5467
+ when 'smsa_express_webhook' then SMSA_EXPRESS_WEBHOOK
5468
+ when 'tamergroup_webhook' then TAMERGROUP_WEBHOOK
5469
+ when 'livrapide' then LIVRAPIDE
5470
+ when 'nippon_express' then NIPPON_EXPRESS
5471
+ when 'bettertrucks' then BETTERTRUCKS
5472
+ when 'fan' then FAN
5473
+ when 'pb_uspsflats_ftp' then PB_USPSFLATS_FTP
5474
+ when 'parcelright' then PARCELRIGHT
5475
+ when 'ithinklogistics' then ITHINKLOGISTICS
5476
+ when 'kerry_express_th_webhook' then KERRY_EXPRESS_TH_WEBHOOK
5477
+ when 'ecoutier' then ECOUTIER
5478
+ when 'showl' then SHOWL
5479
+ when 'brt_it_api' then BRT_IT_API
5480
+ when 'rixonhk_api' then RIXONHK_API
5481
+ when 'dbschenker_api' then DBSCHENKER_API
5482
+ when 'ilyanglogis' then ILYANGLOGIS
5483
+ when 'mail_box_etc' then MAIL_BOX_ETC
5484
+ when 'weship' then WESHIP
5485
+ when 'dhl_global_mail_api' then DHL_GLOBAL_MAIL_API
5486
+ when 'activos24_api' then ACTIVOS24_API
5487
+ when 'atshealthcare' then ATSHEALTHCARE
5488
+ when 'luwjistik' then LUWJISTIK
5489
+ when 'gw_world' then GW_WORLD
5490
+ when 'fairsenden_api' then FAIRSENDEN_API
5491
+ when 'servip_webhook' then SERVIP_WEBHOOK
5492
+ when 'swiship' then SWISHIP
5493
+ when 'tanet' then TANET
5494
+ when 'hotsin_cargo' then HOTSIN_CARGO
5495
+ when 'direx' then DIREX
5496
+ when 'huantong' then HUANTONG
5497
+ when 'imile_api' then IMILE_API
5498
+ when 'auexpress' then AUEXPRESS
5499
+ when 'nytlogistics' then NYTLOGISTICS
5500
+ when 'dsv_reference' then DSV_REFERENCE
5501
+ when 'novofarma_webhook' then NOVOFARMA_WEBHOOK
5502
+ when 'aitworldwide_sftp' then AITWORLDWIDE_SFTP
5503
+ when 'shopolive' then SHOPOLIVE
5504
+ when 'fnf_za' then FNF_ZA
5505
+ when 'dhl_ecommerce_gc' then DHL_ECOMMERCE_GC
5506
+ when 'fetchr' then FETCHR
5507
+ when 'starlinks_api' then STARLINKS_API
5508
+ when 'yyexpress' then YYEXPRESS
5509
+ when 'servientrega' then SERVIENTREGA
5510
+ when 'hanjin' then HANJIN
5511
+ when 'spanish_seur_ftp' then SPANISH_SEUR_FTP
5512
+ when 'dx_b2b_connum' then DX_B2B_CONNUM
5513
+ when 'helthjem_api' then HELTHJEM_API
5514
+ when 'inexpost' then INEXPOST
5515
+ when 'a2b_ba' then A2B_BA
5516
+ when 'rhenus_group' then RHENUS_GROUP
5517
+ when 'sberlogistics_ru' then SBERLOGISTICS_RU
5518
+ when 'malca_amit' then MALCA_AMIT
5519
+ when 'ppl' then PPL
5520
+ when 'osm_worldwide_sftp' then OSM_WORLDWIDE_SFTP
5521
+ when 'acilogistix' then ACILOGISTIX
5522
+ when 'optimacourier' then OPTIMACOURIER
5523
+ when 'nova_poshta_api' then NOVA_POSHTA_API
5524
+ when 'loggi' then LOGGI
5525
+ when 'yifan' then YIFAN
5526
+ when 'mydynalogic' then MYDYNALOGIC
5527
+ when 'morninglobal' then MORNINGLOBAL
5528
+ when 'concise_api' then CONCISE_API
5529
+ when 'fxtran' then FXTRAN
5530
+ when 'deliveryourparcel_za' then DELIVERYOURPARCEL_ZA
5531
+ when 'uparcel' then UPARCEL
5532
+ when 'mobi_br' then MOBI_BR
5533
+ when 'loginext_webhook' then LOGINEXT_WEBHOOK
5534
+ when 'ems' then EMS
5535
+ when 'speedy' then SPEEDY
5536
+ when 'zoom_red' then ZOOM_RED
5537
+ when 'navlungo' then NAVLUNGO
5538
+ when 'castleparcels' then CASTLEPARCELS
5539
+ when 'weee' then WEEE
5540
+ when 'packaly' then PACKALY
5541
+ when 'yunhuipost' then YUNHUIPOST
5542
+ when 'youparcel' then YOUPARCEL
5543
+ when 'leman' then LEMAN
5544
+ when 'moovin' then MOOVIN
5545
+ when 'urb_it' then URB_IT
5546
+ when 'multientregapanama' then MULTIENTREGAPANAMA
5547
+ when 'jusdasr' then JUSDASR
5548
+ when 'discountpost' then DISCOUNTPOST
5549
+ when 'rhenus_uk' then RHENUS_UK
5550
+ when 'swiship_jp' then SWISHIP_JP
5551
+ when 'gls_us' then GLS_US
5552
+ when 'smtl' then SMTL
5553
+ when 'emega' then EMEGA
5554
+ when 'expressone_sv' then EXPRESSONE_SV
5555
+ when 'hepsijet' then HEPSIJET
5556
+ when 'welivery' then WELIVERY
5557
+ when 'bringer' then BRINGER
5558
+ when 'easyroutes' then EASYROUTES
5559
+ when 'mrw' then MRW
5560
+ when 'rpm' then RPM
5561
+ when 'dpd_prt' then DPD_PRT
5562
+ when 'gls_romania' then GLS_ROMANIA
5563
+ when 'lmparcel' then LMPARCEL
5564
+ when 'gtagsm' then GTAGSM
5565
+ when 'domino' then DOMINO
5566
+ when 'eshipper' then ESHIPPER
5567
+ when 'transpak' then TRANSPAK
5568
+ when 'xindus' then XINDUS
5569
+ when 'aoyue' then AOYUE
5570
+ when 'easyparcel' then EASYPARCEL
5571
+ when 'expressone' then EXPRESSONE
5572
+ when 'sendeo_kargo' then SENDEO_KARGO
5573
+ when 'speedaf' then SPEEDAF
5574
+ when 'etower' then ETOWER
5575
+ when 'gcx' then GCX
5576
+ when 'ninjavan_vn' then NINJAVAN_VN
5577
+ when 'allegro' then ALLEGRO
5578
+ when 'jumppoint' then JUMPPOINT
5579
+ when 'shipglobal_us' then SHIPGLOBAL_US
5580
+ when 'kinisi' then KINISI
5581
+ when 'oakh' then OAKH
5582
+ when 'awest' then AWEST
5583
+ when 'barsan' then BARSAN
5584
+ when 'energologistic' then ENERGOLOGISTIC
5585
+ when 'madrooex' then MADROOEX
5586
+ when 'gobolt' then GOBOLT
5587
+ when 'swiss_universal_express' then SWISS_UNIVERSAL_EXPRESS
5588
+ when 'iordirect' then IORDIRECT
5589
+ when 'xmszm' then XMSZM
5590
+ when 'gls_hun' then GLS_HUN
5591
+ when 'sendy' then SENDY
5592
+ when 'braunsexpress' then BRAUNSEXPRESS
5593
+ when 'grandslamexpress' then GRANDSLAMEXPRESS
5594
+ when 'xgs' then XGS
5595
+ when 'otschile' then OTSCHILE
5596
+ when 'pack_up' then PACK_UP
5597
+ when 'parcelstars' then PARCELSTARS
5598
+ when 'teamexpressllc' then TEAMEXPRESSLLC
5599
+ when 'asyadexpress' then ASYADEXPRESS
5600
+ when 'tdn' then TDN
5601
+ when 'earlybird' then EARLYBIRD
5602
+ when 'cacesa' then CACESA
5603
+ when 'parceljet' then PARCELJET
5604
+ when 'mng_kargo' then MNG_KARGO
5605
+ when 'superpackline' then SUPERPACKLINE
5606
+ when 'speedx' then SPEEDX
5607
+ when 'vesyl' then VESYL
5608
+ when 'skyking' then SKYKING
5609
+ when 'dirmensajeria' then DIRMENSAJERIA
5610
+ when 'netlogixgroup' then NETLOGIXGROUP
5611
+ when 'zyou' then ZYOU
5612
+ when 'jawar' then JAWAR
5613
+ when 'agsystems' then AGSYSTEMS
5614
+ when 'gps' then GPS
5615
+ when 'ptt_kargo' then PTT_KARGO
5616
+ when 'maergo' then MAERGO
5617
+ when 'arihantcourier' then ARIHANTCOURIER
5618
+ when 'vtfe' then VTFE
5619
+ when 'yunant' then YUNANT
5620
+ when 'urbify' then URBIFY
5621
+ when 'pack_man' then PACK_MAN
5622
+ when 'liefergrun' then LIEFERGRUN
5623
+ when 'obibox' then OBIBOX
5624
+ when 'paikeda' then PAIKEDA
5625
+ when 'scotty' then SCOTTY
5626
+ when 'intelcom_ca' then INTELCOM_CA
5627
+ when 'swe' then SWE
5628
+ when 'asendia' then ASENDIA
5629
+ when 'dpd_at' then DPD_AT
5630
+ when 'relay' then RELAY
5631
+ when 'ata' then ATA
5632
+ when 'skyexpress_international' then SKYEXPRESS_INTERNATIONAL
5633
+ when 'surat_kargo' then SURAT_KARGO
5634
+ when 'sglink' then SGLINK
5635
+ when 'fleetopticsinc' then FLEETOPTICSINC
5636
+ when 'shopline' then SHOPLINE
5637
+ when 'piggyship' then PIGGYSHIP
5638
+ when 'logoix' then LOGOIX
5639
+ when 'kolay_gelsin' then KOLAY_GELSIN
5640
+ when 'associated_couriers' then ASSOCIATED_COURIERS
5641
+ when 'ups_checker' then UPS_CHECKER
5642
+ when 'wineshipping' then WINESHIPPING
5643
+ when 'spedisci' then SPEDISCI
5644
+ when 'fourkites' then FOURKITES
5645
+ when 'etonas' then ETONAS
5646
+ when 'finmile' then FINMILE
5647
+ when 'uniuni' then UNIUNI
5648
+ when 'rodonaves' then RODONAVES
5649
+ when 'inpost_it' then INPOST_IT
5650
+ when 'tforce_freight' then TFORCE_FREIGHT
5651
+ when 'richmom' then RICHMOM
5652
+ when 'franco' then FRANCO
5653
+ when 'ecparcel' then ECPARCEL
5654
+ when 'fedex_china' then FEDEX_CHINA
5655
+ when 'gofo_express' then GOFO_EXPRESS
5656
+ when 'shipbob' then SHIPBOB
5657
+ when 'jerseypost_atlas' then JERSEYPOST_ATLAS
5658
+ when 'coretrails' then CORETRAILS
5659
+ when 'rhenus_italy' then RHENUS_ITALY
5660
+ when 'jadlog' then JADLOG
5661
+ when 'jitsu' then JITSU
5662
+ when 'yanwen_express' then YANWEN_EXPRESS
5663
+ when 'dashlink' then DASHLINK
5664
+ when 'seino_super_express' then SEINO_SUPER_EXPRESS
5665
+ when 'floship' then FLOSHIP
5666
+ when 'metroscg' then METROSCG
5667
+ when 'sendparcel' then SENDPARCEL
5668
+ when 'p2p' then P2P
5669
+ when 'cn_express' then CN_EXPRESS
5670
+ when 'cirrotrack' then CIRROTRACK
5671
+ when 'land_logistics' then LAND_LOGISTICS
5672
+ when 'veho' then VEHO
5673
+ when 'medline' then MEDLINE
5674
+ when 'vdtrack' then VDTRACK
5675
+ when 'sino_scm' then SINO_SCM
5676
+ when 'enum_3pe_express' then ENUM_3PE_EXPRESS
5677
+ when 'swiftx' then SWIFTX
5678
+ when 'sfydexpress' then SFYDEXPRESS
5679
+ when 'toptrans' then TOPTRANS
5680
+ when 'other' then OTHER
5681
+ else
5682
+ default_value
5683
+ end
5684
+ end
4258
5685
  end
4259
5686
  end