@jetshop/core 5.14.1 → 5.15.0-alpha.015c7260
Sign up to get free protection for your applications and to get access to all the features.
- package/ChannelHandler/channelUtils.js +6 -0
- package/ChannelHandler/channelUtils.js.map +1 -1
- package/ChannelHandler/redirectUtils.test.js +105 -54
- package/boot/client/startClient.js +5 -0
- package/boot/client/startClient.js.map +1 -1
- package/boot/server/createRenderer.js +1 -0
- package/boot/server/createRenderer.js.map +1 -1
- package/package.json +1 -1
- package/test-utils/variables.js +188 -1761
package/test-utils/variables.js
CHANGED
@@ -6,8 +6,7 @@ export const channels = [
|
|
6
6
|
name: 'INT',
|
7
7
|
isDefault: true,
|
8
8
|
displayName: 'International',
|
9
|
-
|
10
|
-
url: 'https://flight.jetshop.se',
|
9
|
+
url: 'https://www.bergans.com',
|
11
10
|
countries: [
|
12
11
|
{
|
13
12
|
name: 'Iceland',
|
@@ -487,8 +486,7 @@ export const channels = [
|
|
487
486
|
name: 'SE',
|
488
487
|
isDefault: false,
|
489
488
|
displayName: null,
|
490
|
-
|
491
|
-
url: 'https://flight-m2.jetshop.se',
|
489
|
+
url: 'https://www.bergans.se',
|
492
490
|
countries: [
|
493
491
|
{
|
494
492
|
name: 'Sweden',
|
@@ -556,8 +554,7 @@ export const channels = [
|
|
556
554
|
name: 'UK',
|
557
555
|
isDefault: false,
|
558
556
|
displayName: null,
|
559
|
-
|
560
|
-
url: 'https://flight-m2.jetshop.uk',
|
557
|
+
url: 'https://www.bergans.co.uk',
|
561
558
|
countries: [
|
562
559
|
{
|
563
560
|
name: 'Sweden',
|
@@ -620,156 +617,252 @@ export const channels = [
|
|
620
617
|
export const singleDomainChannels = [
|
621
618
|
{
|
622
619
|
id: 1,
|
623
|
-
name: '
|
620
|
+
name: 'Norsk',
|
621
|
+
url: 'https://www.bergans.com/no',
|
624
622
|
isDefault: true,
|
625
|
-
displayName: 'International',
|
626
623
|
groupName: null,
|
627
|
-
|
624
|
+
requiresAuth: false,
|
628
625
|
countries: [
|
629
626
|
{
|
630
|
-
name: '
|
631
|
-
code: '
|
632
|
-
isDefault:
|
633
|
-
}
|
627
|
+
name: 'Norway',
|
628
|
+
code: 'NO',
|
629
|
+
isDefault: true
|
630
|
+
}
|
631
|
+
],
|
632
|
+
languages: [
|
634
633
|
{
|
635
|
-
|
636
|
-
|
637
|
-
isDefault:
|
638
|
-
}
|
634
|
+
culture: 'nb-NO',
|
635
|
+
name: 'Norska',
|
636
|
+
isDefault: true
|
637
|
+
}
|
638
|
+
],
|
639
|
+
currencies: [
|
639
640
|
{
|
640
|
-
|
641
|
-
|
642
|
-
isDefault:
|
643
|
-
|
641
|
+
id: 'NOK',
|
642
|
+
name: 'NOK',
|
643
|
+
isDefault: true,
|
644
|
+
format: {
|
645
|
+
code: 'NOK',
|
646
|
+
decimals: 0
|
647
|
+
}
|
648
|
+
}
|
649
|
+
],
|
650
|
+
defaultCurrency: {
|
651
|
+
id: 'NOK',
|
652
|
+
name: 'NOK',
|
653
|
+
isDefault: true,
|
654
|
+
format: {
|
655
|
+
code: 'NOK',
|
656
|
+
decimals: 0
|
657
|
+
}
|
658
|
+
},
|
659
|
+
defaultLanguage: {
|
660
|
+
culture: 'nb-NO',
|
661
|
+
name: 'Norska',
|
662
|
+
isDefault: true
|
663
|
+
}
|
664
|
+
},
|
665
|
+
{
|
666
|
+
id: 2,
|
667
|
+
name: 'Svenska',
|
668
|
+
url: 'https://www.bergans.com/se',
|
669
|
+
isDefault: false,
|
670
|
+
groupName: null,
|
671
|
+
requiresAuth: false,
|
672
|
+
countries: [
|
644
673
|
{
|
645
|
-
name: '
|
646
|
-
code: '
|
647
|
-
isDefault:
|
648
|
-
}
|
674
|
+
name: 'Sweden',
|
675
|
+
code: 'SE',
|
676
|
+
isDefault: true
|
677
|
+
}
|
678
|
+
],
|
679
|
+
languages: [
|
649
680
|
{
|
650
|
-
|
651
|
-
|
652
|
-
isDefault:
|
653
|
-
}
|
681
|
+
culture: 'sv-SE',
|
682
|
+
name: 'Svenska',
|
683
|
+
isDefault: true
|
684
|
+
}
|
685
|
+
],
|
686
|
+
currencies: [
|
654
687
|
{
|
655
|
-
|
656
|
-
|
657
|
-
isDefault:
|
658
|
-
|
688
|
+
id: 'SEK',
|
689
|
+
name: 'SEK',
|
690
|
+
isDefault: true,
|
691
|
+
format: {
|
692
|
+
code: 'SEK',
|
693
|
+
decimals: 0
|
694
|
+
}
|
695
|
+
}
|
696
|
+
],
|
697
|
+
defaultCurrency: {
|
698
|
+
id: 'SEK',
|
699
|
+
name: 'SEK',
|
700
|
+
isDefault: true,
|
701
|
+
format: {
|
702
|
+
code: 'SEK',
|
703
|
+
decimals: 0
|
704
|
+
}
|
705
|
+
},
|
706
|
+
defaultLanguage: {
|
707
|
+
culture: 'sv-SE',
|
708
|
+
name: 'Svenska',
|
709
|
+
isDefault: true
|
710
|
+
}
|
711
|
+
},
|
712
|
+
{
|
713
|
+
id: 3,
|
714
|
+
name: 'Deutsch',
|
715
|
+
url: 'https://www.bergans.com/de',
|
716
|
+
isDefault: false,
|
717
|
+
groupName: null,
|
718
|
+
requiresAuth: false,
|
719
|
+
countries: [
|
659
720
|
{
|
660
|
-
name: '
|
661
|
-
code: '
|
662
|
-
isDefault:
|
663
|
-
}
|
721
|
+
name: 'Deutschland',
|
722
|
+
code: 'DE',
|
723
|
+
isDefault: true
|
724
|
+
}
|
725
|
+
],
|
726
|
+
languages: [
|
664
727
|
{
|
665
|
-
|
666
|
-
|
667
|
-
isDefault:
|
668
|
-
}
|
728
|
+
culture: 'de-DE',
|
729
|
+
name: 'Tyska',
|
730
|
+
isDefault: true
|
731
|
+
}
|
732
|
+
],
|
733
|
+
currencies: [
|
669
734
|
{
|
670
|
-
|
671
|
-
|
672
|
-
isDefault:
|
673
|
-
|
735
|
+
id: 'EUR',
|
736
|
+
name: 'EUR',
|
737
|
+
isDefault: true,
|
738
|
+
format: {
|
739
|
+
code: 'EUR',
|
740
|
+
decimals: 0
|
741
|
+
}
|
742
|
+
}
|
743
|
+
],
|
744
|
+
defaultCurrency: {
|
745
|
+
id: 'EUR',
|
746
|
+
name: 'EUR',
|
747
|
+
isDefault: true,
|
748
|
+
format: {
|
749
|
+
code: 'EUR',
|
750
|
+
decimals: 0
|
751
|
+
}
|
752
|
+
},
|
753
|
+
defaultLanguage: {
|
754
|
+
culture: 'de-DE',
|
755
|
+
name: 'Tyska',
|
756
|
+
isDefault: true
|
757
|
+
}
|
758
|
+
},
|
759
|
+
{
|
760
|
+
id: 4,
|
761
|
+
name: 'English',
|
762
|
+
url: 'https://www.bergans.com/en',
|
763
|
+
isDefault: false,
|
764
|
+
groupName: null,
|
765
|
+
requiresAuth: false,
|
766
|
+
countries: [
|
674
767
|
{
|
675
|
-
name: '
|
676
|
-
code: '
|
768
|
+
name: 'Antigua och Barbuda',
|
769
|
+
code: 'AG',
|
677
770
|
isDefault: false
|
678
771
|
},
|
679
772
|
{
|
680
|
-
name: '
|
681
|
-
code: '
|
773
|
+
name: 'Anguilla',
|
774
|
+
code: 'AI',
|
682
775
|
isDefault: false
|
683
776
|
},
|
684
777
|
{
|
685
|
-
name: '
|
686
|
-
code: '
|
778
|
+
name: 'Albanien',
|
779
|
+
code: 'AL',
|
687
780
|
isDefault: false
|
688
781
|
},
|
689
782
|
{
|
690
|
-
name: '
|
691
|
-
code: '
|
783
|
+
name: 'Armenien',
|
784
|
+
code: 'AM',
|
692
785
|
isDefault: false
|
693
786
|
},
|
694
787
|
{
|
695
|
-
name: '
|
696
|
-
code: '
|
788
|
+
name: 'Angola',
|
789
|
+
code: 'AO',
|
697
790
|
isDefault: false
|
698
791
|
},
|
699
792
|
{
|
700
|
-
name: '
|
701
|
-
code: '
|
793
|
+
name: 'Argentina',
|
794
|
+
code: 'AR',
|
702
795
|
isDefault: false
|
703
796
|
},
|
704
797
|
{
|
705
|
-
name: '
|
706
|
-
code: '
|
798
|
+
name: 'American Samoa',
|
799
|
+
code: 'AS',
|
707
800
|
isDefault: false
|
708
801
|
},
|
709
802
|
{
|
710
|
-
name: '
|
711
|
-
code: '
|
803
|
+
name: 'Australien',
|
804
|
+
code: 'AU',
|
712
805
|
isDefault: false
|
713
806
|
},
|
714
807
|
{
|
715
|
-
name: '
|
716
|
-
code: '
|
808
|
+
name: 'Aruba',
|
809
|
+
code: 'AW',
|
717
810
|
isDefault: false
|
718
811
|
},
|
719
812
|
{
|
720
|
-
name: '
|
721
|
-
code: '
|
813
|
+
name: 'Azerbajdzjan',
|
814
|
+
code: 'AZ',
|
722
815
|
isDefault: false
|
723
816
|
},
|
724
817
|
{
|
725
|
-
name: '
|
726
|
-
code: '
|
727
|
-
isDefault:
|
818
|
+
name: 'Barbados',
|
819
|
+
code: 'BB',
|
820
|
+
isDefault: false
|
728
821
|
},
|
729
822
|
{
|
730
|
-
name: '
|
731
|
-
code: '
|
823
|
+
name: 'Bangladesh',
|
824
|
+
code: 'BD',
|
732
825
|
isDefault: false
|
733
826
|
},
|
734
827
|
{
|
735
|
-
name: '
|
736
|
-
code: '
|
828
|
+
name: 'Bahrain',
|
829
|
+
code: 'BH',
|
737
830
|
isDefault: false
|
738
831
|
},
|
739
832
|
{
|
740
|
-
name: '
|
741
|
-
code: '
|
833
|
+
name: 'Bahamas',
|
834
|
+
code: 'BS',
|
742
835
|
isDefault: false
|
743
836
|
},
|
744
837
|
{
|
745
|
-
name: '
|
746
|
-
code: '
|
838
|
+
name: 'Belize',
|
839
|
+
code: 'BZ',
|
747
840
|
isDefault: false
|
748
841
|
},
|
749
842
|
{
|
750
|
-
name: '
|
751
|
-
code: '
|
843
|
+
name: 'Algeriet',
|
844
|
+
code: 'DZ',
|
752
845
|
isDefault: false
|
753
846
|
},
|
754
847
|
{
|
755
|
-
name: '
|
756
|
-
code: '
|
848
|
+
name: 'Afghanistan',
|
849
|
+
code: 'AF',
|
757
850
|
isDefault: false
|
758
851
|
},
|
759
852
|
{
|
760
|
-
name: '
|
761
|
-
code: '
|
853
|
+
name: 'Andora',
|
854
|
+
code: 'AD',
|
762
855
|
isDefault: false
|
763
856
|
},
|
764
857
|
{
|
765
|
-
name: '
|
766
|
-
code: '
|
858
|
+
name: 'Antarctica',
|
859
|
+
code: 'AQ',
|
767
860
|
isDefault: false
|
768
861
|
},
|
769
862
|
{
|
770
|
-
name: '
|
771
|
-
code: '
|
772
|
-
isDefault:
|
863
|
+
name: 'Belgium',
|
864
|
+
code: 'BE',
|
865
|
+
isDefault: true
|
773
866
|
}
|
774
867
|
],
|
775
868
|
languages: [
|
@@ -781,1694 +874,28 @@ export const singleDomainChannels = [
|
|
781
874
|
],
|
782
875
|
currencies: [
|
783
876
|
{
|
877
|
+
id: 'USD',
|
784
878
|
name: 'USD',
|
879
|
+
isDefault: true,
|
785
880
|
format: {
|
786
|
-
|
881
|
+
code: 'USD',
|
882
|
+
decimals: 0
|
787
883
|
}
|
788
884
|
}
|
789
885
|
],
|
790
886
|
defaultCurrency: {
|
887
|
+
id: 'USD',
|
791
888
|
name: 'USD',
|
889
|
+
isDefault: true,
|
792
890
|
format: {
|
793
|
-
|
891
|
+
code: 'USD',
|
892
|
+
decimals: 0
|
794
893
|
}
|
795
894
|
},
|
796
895
|
defaultLanguage: {
|
797
896
|
culture: 'en-GB',
|
798
897
|
name: 'Engelska',
|
799
898
|
isDefault: true
|
800
|
-
},
|
801
|
-
settings: {
|
802
|
-
tracking: {
|
803
|
-
ga: {
|
804
|
-
trackingId: ''
|
805
|
-
},
|
806
|
-
gtm: {
|
807
|
-
containerId: ''
|
808
|
-
}
|
809
|
-
},
|
810
|
-
countrySettings: [
|
811
|
-
{
|
812
|
-
countryCode: 'IS',
|
813
|
-
paymentTypes: [],
|
814
|
-
shipping: {
|
815
|
-
freeShippingLimit: {
|
816
|
-
exVat: 320,
|
817
|
-
incVat: 400
|
818
|
-
}
|
819
|
-
}
|
820
|
-
},
|
821
|
-
{
|
822
|
-
countryCode: 'AE',
|
823
|
-
paymentTypes: [],
|
824
|
-
shipping: {
|
825
|
-
freeShippingLimit: {
|
826
|
-
exVat: 160,
|
827
|
-
incVat: 200
|
828
|
-
}
|
829
|
-
}
|
830
|
-
},
|
831
|
-
{
|
832
|
-
countryCode: 'AR',
|
833
|
-
paymentTypes: [],
|
834
|
-
shipping: {
|
835
|
-
freeShippingLimit: {
|
836
|
-
exVat: 160,
|
837
|
-
incVat: 200
|
838
|
-
}
|
839
|
-
}
|
840
|
-
},
|
841
|
-
{
|
842
|
-
countryCode: 'BN',
|
843
|
-
paymentTypes: [],
|
844
|
-
shipping: {
|
845
|
-
freeShippingLimit: {
|
846
|
-
exVat: 160,
|
847
|
-
incVat: 200
|
848
|
-
}
|
849
|
-
}
|
850
|
-
},
|
851
|
-
{
|
852
|
-
countryCode: 'BR',
|
853
|
-
paymentTypes: [],
|
854
|
-
shipping: {
|
855
|
-
freeShippingLimit: {
|
856
|
-
exVat: 160,
|
857
|
-
incVat: 200
|
858
|
-
}
|
859
|
-
}
|
860
|
-
},
|
861
|
-
{
|
862
|
-
countryCode: 'CA',
|
863
|
-
paymentTypes: [],
|
864
|
-
shipping: {
|
865
|
-
freeShippingLimit: {
|
866
|
-
exVat: 200,
|
867
|
-
incVat: 200
|
868
|
-
}
|
869
|
-
}
|
870
|
-
},
|
871
|
-
{
|
872
|
-
countryCode: 'CN',
|
873
|
-
paymentTypes: [],
|
874
|
-
shipping: {
|
875
|
-
freeShippingLimit: null
|
876
|
-
}
|
877
|
-
},
|
878
|
-
{
|
879
|
-
countryCode: 'FO',
|
880
|
-
paymentTypes: [],
|
881
|
-
shipping: {
|
882
|
-
freeShippingLimit: {
|
883
|
-
exVat: 160,
|
884
|
-
incVat: 200
|
885
|
-
}
|
886
|
-
}
|
887
|
-
},
|
888
|
-
{
|
889
|
-
countryCode: 'MQ',
|
890
|
-
paymentTypes: [],
|
891
|
-
shipping: {
|
892
|
-
freeShippingLimit: {
|
893
|
-
exVat: 160,
|
894
|
-
incVat: 200
|
895
|
-
}
|
896
|
-
}
|
897
|
-
},
|
898
|
-
{
|
899
|
-
countryCode: 'MX',
|
900
|
-
paymentTypes: [],
|
901
|
-
shipping: {
|
902
|
-
freeShippingLimit: {
|
903
|
-
exVat: 160,
|
904
|
-
incVat: 200
|
905
|
-
}
|
906
|
-
}
|
907
|
-
},
|
908
|
-
{
|
909
|
-
countryCode: 'MY',
|
910
|
-
paymentTypes: [],
|
911
|
-
shipping: {
|
912
|
-
freeShippingLimit: {
|
913
|
-
exVat: 160,
|
914
|
-
incVat: 200
|
915
|
-
}
|
916
|
-
}
|
917
|
-
},
|
918
|
-
{
|
919
|
-
countryCode: 'PF',
|
920
|
-
paymentTypes: [],
|
921
|
-
shipping: {
|
922
|
-
freeShippingLimit: {
|
923
|
-
exVat: 160,
|
924
|
-
incVat: 200
|
925
|
-
}
|
926
|
-
}
|
927
|
-
},
|
928
|
-
{
|
929
|
-
countryCode: 'RU',
|
930
|
-
paymentTypes: [],
|
931
|
-
shipping: {
|
932
|
-
freeShippingLimit: {
|
933
|
-
exVat: 160,
|
934
|
-
incVat: 200
|
935
|
-
}
|
936
|
-
}
|
937
|
-
},
|
938
|
-
{
|
939
|
-
countryCode: 'SG',
|
940
|
-
paymentTypes: [],
|
941
|
-
shipping: {
|
942
|
-
freeShippingLimit: {
|
943
|
-
exVat: 160,
|
944
|
-
incVat: 200
|
945
|
-
}
|
946
|
-
}
|
947
|
-
},
|
948
|
-
{
|
949
|
-
countryCode: 'SV',
|
950
|
-
paymentTypes: [],
|
951
|
-
shipping: {
|
952
|
-
freeShippingLimit: {
|
953
|
-
exVat: 160,
|
954
|
-
incVat: 200
|
955
|
-
}
|
956
|
-
}
|
957
|
-
},
|
958
|
-
{
|
959
|
-
countryCode: 'TH',
|
960
|
-
paymentTypes: [],
|
961
|
-
shipping: {
|
962
|
-
freeShippingLimit: {
|
963
|
-
exVat: 160,
|
964
|
-
incVat: 200
|
965
|
-
}
|
966
|
-
}
|
967
|
-
},
|
968
|
-
{
|
969
|
-
countryCode: 'TR',
|
970
|
-
paymentTypes: [],
|
971
|
-
shipping: {
|
972
|
-
freeShippingLimit: {
|
973
|
-
exVat: 160,
|
974
|
-
incVat: 200
|
975
|
-
}
|
976
|
-
}
|
977
|
-
},
|
978
|
-
{
|
979
|
-
countryCode: 'TW',
|
980
|
-
paymentTypes: [],
|
981
|
-
shipping: {
|
982
|
-
freeShippingLimit: {
|
983
|
-
exVat: 160,
|
984
|
-
incVat: 200
|
985
|
-
}
|
986
|
-
}
|
987
|
-
},
|
988
|
-
{
|
989
|
-
countryCode: 'UA',
|
990
|
-
paymentTypes: [],
|
991
|
-
shipping: {
|
992
|
-
freeShippingLimit: {
|
993
|
-
exVat: 160,
|
994
|
-
incVat: 200
|
995
|
-
}
|
996
|
-
}
|
997
|
-
},
|
998
|
-
{
|
999
|
-
countryCode: 'US',
|
1000
|
-
paymentTypes: [],
|
1001
|
-
shipping: {
|
1002
|
-
freeShippingLimit: {
|
1003
|
-
exVat: 200,
|
1004
|
-
incVat: 200
|
1005
|
-
}
|
1006
|
-
}
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
countryCode: 'ZA',
|
1010
|
-
paymentTypes: [],
|
1011
|
-
shipping: {
|
1012
|
-
freeShippingLimit: {
|
1013
|
-
exVat: 160,
|
1014
|
-
incVat: 200
|
1015
|
-
}
|
1016
|
-
}
|
1017
|
-
},
|
1018
|
-
{
|
1019
|
-
countryCode: 'HK',
|
1020
|
-
paymentTypes: [],
|
1021
|
-
shipping: {
|
1022
|
-
freeShippingLimit: {
|
1023
|
-
exVat: 160,
|
1024
|
-
incVat: 200
|
1025
|
-
}
|
1026
|
-
}
|
1027
|
-
},
|
1028
|
-
{
|
1029
|
-
countryCode: 'IN',
|
1030
|
-
paymentTypes: [],
|
1031
|
-
shipping: {
|
1032
|
-
freeShippingLimit: {
|
1033
|
-
exVat: 320,
|
1034
|
-
incVat: 400
|
1035
|
-
}
|
1036
|
-
}
|
1037
|
-
},
|
1038
|
-
{
|
1039
|
-
countryCode: 'ID',
|
1040
|
-
paymentTypes: [],
|
1041
|
-
shipping: {
|
1042
|
-
freeShippingLimit: {
|
1043
|
-
exVat: 160,
|
1044
|
-
incVat: 200
|
1045
|
-
}
|
1046
|
-
}
|
1047
|
-
},
|
1048
|
-
{
|
1049
|
-
countryCode: 'IL',
|
1050
|
-
paymentTypes: [],
|
1051
|
-
shipping: {
|
1052
|
-
freeShippingLimit: {
|
1053
|
-
exVat: 160,
|
1054
|
-
incVat: 200
|
1055
|
-
}
|
1056
|
-
}
|
1057
|
-
},
|
1058
|
-
{
|
1059
|
-
countryCode: 'JP',
|
1060
|
-
paymentTypes: [],
|
1061
|
-
shipping: {
|
1062
|
-
freeShippingLimit: {
|
1063
|
-
exVat: 160,
|
1064
|
-
incVat: 200
|
1065
|
-
}
|
1066
|
-
}
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
countryCode: 'KE',
|
1070
|
-
paymentTypes: [],
|
1071
|
-
shipping: {
|
1072
|
-
freeShippingLimit: {
|
1073
|
-
exVat: 160,
|
1074
|
-
incVat: 200
|
1075
|
-
}
|
1076
|
-
}
|
1077
|
-
},
|
1078
|
-
{
|
1079
|
-
countryCode: 'KR',
|
1080
|
-
paymentTypes: [],
|
1081
|
-
shipping: {
|
1082
|
-
freeShippingLimit: {
|
1083
|
-
exVat: 160,
|
1084
|
-
incVat: 200
|
1085
|
-
}
|
1086
|
-
}
|
1087
|
-
},
|
1088
|
-
{
|
1089
|
-
countryCode: 'BL',
|
1090
|
-
paymentTypes: [],
|
1091
|
-
shipping: {
|
1092
|
-
freeShippingLimit: {
|
1093
|
-
exVat: 160,
|
1094
|
-
incVat: 200
|
1095
|
-
}
|
1096
|
-
}
|
1097
|
-
}
|
1098
|
-
],
|
1099
|
-
pricesIncVat: true
|
1100
|
-
}
|
1101
|
-
},
|
1102
|
-
{
|
1103
|
-
id: 4,
|
1104
|
-
name: 'SE',
|
1105
|
-
isDefault: false,
|
1106
|
-
displayName: null,
|
1107
|
-
groupName: null,
|
1108
|
-
url: 'https://flight-m2.jetshop.se/se',
|
1109
|
-
countries: [
|
1110
|
-
{
|
1111
|
-
name: 'Sweden',
|
1112
|
-
code: 'SE',
|
1113
|
-
isDefault: true
|
1114
|
-
}
|
1115
|
-
],
|
1116
|
-
languages: [
|
1117
|
-
{
|
1118
|
-
culture: 'sv-SE',
|
1119
|
-
name: 'Svenska',
|
1120
|
-
isDefault: true
|
1121
|
-
},
|
1122
|
-
{
|
1123
|
-
culture: 'en-GB',
|
1124
|
-
name: 'English',
|
1125
|
-
isDefault: false
|
1126
|
-
}
|
1127
|
-
],
|
1128
|
-
currencies: [
|
1129
|
-
{
|
1130
|
-
name: 'SEK',
|
1131
|
-
format: {
|
1132
|
-
decimals: 2
|
1133
|
-
}
|
1134
|
-
}
|
1135
|
-
],
|
1136
|
-
defaultCurrency: {
|
1137
|
-
name: 'SEK',
|
1138
|
-
format: {
|
1139
|
-
decimals: 2
|
1140
|
-
}
|
1141
|
-
},
|
1142
|
-
defaultLanguage: {
|
1143
|
-
culture: 'sv-SE',
|
1144
|
-
name: 'Svenska',
|
1145
|
-
isDefault: true
|
1146
|
-
},
|
1147
|
-
settings: {
|
1148
|
-
tracking: {
|
1149
|
-
ga: {
|
1150
|
-
trackingId: ''
|
1151
|
-
},
|
1152
|
-
gtm: {
|
1153
|
-
containerId: ''
|
1154
|
-
}
|
1155
|
-
},
|
1156
|
-
countrySettings: [
|
1157
|
-
{
|
1158
|
-
countryCode: 'SE',
|
1159
|
-
paymentTypes: [],
|
1160
|
-
shipping: {
|
1161
|
-
freeShippingLimit: {
|
1162
|
-
exVat: 600,
|
1163
|
-
incVat: 600
|
1164
|
-
}
|
1165
|
-
}
|
1166
|
-
}
|
1167
|
-
],
|
1168
|
-
pricesIncVat: true
|
1169
|
-
}
|
1170
|
-
},
|
1171
|
-
{
|
1172
|
-
id: 5,
|
1173
|
-
name: 'UK',
|
1174
|
-
isDefault: false,
|
1175
|
-
displayName: null,
|
1176
|
-
groupName: null,
|
1177
|
-
url: 'https://flight-m2.jetshop.se/uk',
|
1178
|
-
countries: [
|
1179
|
-
{
|
1180
|
-
name: 'United Kingdom',
|
1181
|
-
code: 'UK',
|
1182
|
-
isDefault: true
|
1183
|
-
}
|
1184
|
-
],
|
1185
|
-
languages: [
|
1186
|
-
{
|
1187
|
-
culture: 'sv-SE',
|
1188
|
-
name: 'Svenska',
|
1189
|
-
isDefault: true
|
1190
|
-
}
|
1191
|
-
],
|
1192
|
-
currencies: [
|
1193
|
-
{
|
1194
|
-
name: 'SEK',
|
1195
|
-
format: {
|
1196
|
-
decimals: 2
|
1197
|
-
}
|
1198
|
-
}
|
1199
|
-
],
|
1200
|
-
defaultCurrency: {
|
1201
|
-
name: 'SEK',
|
1202
|
-
format: {
|
1203
|
-
decimals: 2
|
1204
|
-
}
|
1205
|
-
},
|
1206
|
-
defaultLanguage: {
|
1207
|
-
culture: 'sv-SE',
|
1208
|
-
name: 'Svenska',
|
1209
|
-
isDefault: true
|
1210
|
-
},
|
1211
|
-
settings: {
|
1212
|
-
tracking: {
|
1213
|
-
ga: {
|
1214
|
-
trackingId: ''
|
1215
|
-
},
|
1216
|
-
gtm: {
|
1217
|
-
containerId: ''
|
1218
|
-
}
|
1219
|
-
},
|
1220
|
-
countrySettings: [
|
1221
|
-
{
|
1222
|
-
countryCode: 'SE',
|
1223
|
-
paymentTypes: [],
|
1224
|
-
shipping: {
|
1225
|
-
freeShippingLimit: {
|
1226
|
-
exVat: 600,
|
1227
|
-
incVat: 600
|
1228
|
-
}
|
1229
|
-
}
|
1230
|
-
}
|
1231
|
-
],
|
1232
|
-
pricesIncVat: true
|
1233
|
-
}
|
1234
|
-
}
|
1235
|
-
];
|
1236
|
-
|
1237
|
-
export const groupedChannels = [
|
1238
|
-
{
|
1239
|
-
id: 1,
|
1240
|
-
name: 'INT',
|
1241
|
-
isDefault: true,
|
1242
|
-
displayName: 'International',
|
1243
|
-
groupName: 'Brand-1',
|
1244
|
-
url: 'https://flight.jetshop.se',
|
1245
|
-
countries: [
|
1246
|
-
{
|
1247
|
-
name: 'Iceland',
|
1248
|
-
code: 'IS',
|
1249
|
-
isDefault: false
|
1250
|
-
},
|
1251
|
-
{
|
1252
|
-
name: 'United Arab Emirates',
|
1253
|
-
code: 'AE',
|
1254
|
-
isDefault: false
|
1255
|
-
},
|
1256
|
-
{
|
1257
|
-
name: 'Argentina',
|
1258
|
-
code: 'AR',
|
1259
|
-
isDefault: false
|
1260
|
-
},
|
1261
|
-
{
|
1262
|
-
name: 'Brunei',
|
1263
|
-
code: 'BN',
|
1264
|
-
isDefault: false
|
1265
|
-
},
|
1266
|
-
{
|
1267
|
-
name: 'Brazil',
|
1268
|
-
code: 'BR',
|
1269
|
-
isDefault: false
|
1270
|
-
},
|
1271
|
-
{
|
1272
|
-
name: 'Canada',
|
1273
|
-
code: 'CA',
|
1274
|
-
isDefault: false
|
1275
|
-
},
|
1276
|
-
{
|
1277
|
-
name: 'China',
|
1278
|
-
code: 'CN',
|
1279
|
-
isDefault: false
|
1280
|
-
},
|
1281
|
-
{
|
1282
|
-
name: 'Faeroe Islands',
|
1283
|
-
code: 'FO',
|
1284
|
-
isDefault: false
|
1285
|
-
},
|
1286
|
-
{
|
1287
|
-
name: 'Martinique',
|
1288
|
-
code: 'MQ',
|
1289
|
-
isDefault: false
|
1290
|
-
},
|
1291
|
-
{
|
1292
|
-
name: 'Mexico',
|
1293
|
-
code: 'MX',
|
1294
|
-
isDefault: false
|
1295
|
-
},
|
1296
|
-
{
|
1297
|
-
name: 'Malaysia',
|
1298
|
-
code: 'MY',
|
1299
|
-
isDefault: false
|
1300
|
-
},
|
1301
|
-
{
|
1302
|
-
name: 'French Polynesia',
|
1303
|
-
code: 'PF',
|
1304
|
-
isDefault: false
|
1305
|
-
},
|
1306
|
-
{
|
1307
|
-
name: 'Russia',
|
1308
|
-
code: 'RU',
|
1309
|
-
isDefault: false
|
1310
|
-
},
|
1311
|
-
{
|
1312
|
-
name: 'Singapore',
|
1313
|
-
code: 'SG',
|
1314
|
-
isDefault: false
|
1315
|
-
},
|
1316
|
-
{
|
1317
|
-
name: 'El Salvador',
|
1318
|
-
code: 'SV',
|
1319
|
-
isDefault: false
|
1320
|
-
},
|
1321
|
-
{
|
1322
|
-
name: 'Thailand',
|
1323
|
-
code: 'TH',
|
1324
|
-
isDefault: false
|
1325
|
-
},
|
1326
|
-
{
|
1327
|
-
name: 'Turkey',
|
1328
|
-
code: 'TR',
|
1329
|
-
isDefault: false
|
1330
|
-
},
|
1331
|
-
{
|
1332
|
-
name: 'Taiwan',
|
1333
|
-
code: 'TW',
|
1334
|
-
isDefault: false
|
1335
|
-
},
|
1336
|
-
{
|
1337
|
-
name: 'Ukraina',
|
1338
|
-
code: 'UA',
|
1339
|
-
isDefault: false
|
1340
|
-
},
|
1341
|
-
{
|
1342
|
-
name: 'United States',
|
1343
|
-
code: 'US',
|
1344
|
-
isDefault: true
|
1345
|
-
},
|
1346
|
-
{
|
1347
|
-
name: 'South Africa',
|
1348
|
-
code: 'ZA',
|
1349
|
-
isDefault: false
|
1350
|
-
},
|
1351
|
-
{
|
1352
|
-
name: 'Hong Kong',
|
1353
|
-
code: 'HK',
|
1354
|
-
isDefault: false
|
1355
|
-
},
|
1356
|
-
{
|
1357
|
-
name: 'India',
|
1358
|
-
code: 'IN',
|
1359
|
-
isDefault: false
|
1360
|
-
},
|
1361
|
-
{
|
1362
|
-
name: 'Indonesia',
|
1363
|
-
code: 'ID',
|
1364
|
-
isDefault: false
|
1365
|
-
},
|
1366
|
-
{
|
1367
|
-
name: 'Israel',
|
1368
|
-
code: 'IL',
|
1369
|
-
isDefault: false
|
1370
|
-
},
|
1371
|
-
{
|
1372
|
-
name: 'Japan',
|
1373
|
-
code: 'JP',
|
1374
|
-
isDefault: false
|
1375
|
-
},
|
1376
|
-
{
|
1377
|
-
name: 'Kenya',
|
1378
|
-
code: 'KE',
|
1379
|
-
isDefault: false
|
1380
|
-
},
|
1381
|
-
{
|
1382
|
-
name: 'South Korea',
|
1383
|
-
code: 'KR',
|
1384
|
-
isDefault: false
|
1385
|
-
},
|
1386
|
-
{
|
1387
|
-
name: 'Saint Barthélemy',
|
1388
|
-
code: 'BL',
|
1389
|
-
isDefault: false
|
1390
|
-
}
|
1391
|
-
],
|
1392
|
-
languages: [
|
1393
|
-
{
|
1394
|
-
culture: 'en-GB',
|
1395
|
-
name: 'Engelska',
|
1396
|
-
isDefault: true
|
1397
|
-
}
|
1398
|
-
],
|
1399
|
-
currencies: [
|
1400
|
-
{
|
1401
|
-
name: 'USD',
|
1402
|
-
format: {
|
1403
|
-
decimals: 2
|
1404
|
-
}
|
1405
|
-
}
|
1406
|
-
],
|
1407
|
-
defaultCurrency: {
|
1408
|
-
name: 'USD',
|
1409
|
-
format: {
|
1410
|
-
decimals: 2
|
1411
|
-
}
|
1412
|
-
},
|
1413
|
-
defaultLanguage: {
|
1414
|
-
culture: 'en-GB',
|
1415
|
-
name: 'Engelska',
|
1416
|
-
isDefault: true
|
1417
|
-
},
|
1418
|
-
settings: {
|
1419
|
-
tracking: {
|
1420
|
-
ga: {
|
1421
|
-
trackingId: ''
|
1422
|
-
},
|
1423
|
-
gtm: {
|
1424
|
-
containerId: ''
|
1425
|
-
}
|
1426
|
-
},
|
1427
|
-
countrySettings: [
|
1428
|
-
{
|
1429
|
-
countryCode: 'IS',
|
1430
|
-
paymentTypes: [],
|
1431
|
-
shipping: {
|
1432
|
-
freeShippingLimit: {
|
1433
|
-
exVat: 320,
|
1434
|
-
incVat: 400
|
1435
|
-
}
|
1436
|
-
}
|
1437
|
-
},
|
1438
|
-
{
|
1439
|
-
countryCode: 'AE',
|
1440
|
-
paymentTypes: [],
|
1441
|
-
shipping: {
|
1442
|
-
freeShippingLimit: {
|
1443
|
-
exVat: 160,
|
1444
|
-
incVat: 200
|
1445
|
-
}
|
1446
|
-
}
|
1447
|
-
},
|
1448
|
-
{
|
1449
|
-
countryCode: 'AR',
|
1450
|
-
paymentTypes: [],
|
1451
|
-
shipping: {
|
1452
|
-
freeShippingLimit: {
|
1453
|
-
exVat: 160,
|
1454
|
-
incVat: 200
|
1455
|
-
}
|
1456
|
-
}
|
1457
|
-
},
|
1458
|
-
{
|
1459
|
-
countryCode: 'BN',
|
1460
|
-
paymentTypes: [],
|
1461
|
-
shipping: {
|
1462
|
-
freeShippingLimit: {
|
1463
|
-
exVat: 160,
|
1464
|
-
incVat: 200
|
1465
|
-
}
|
1466
|
-
}
|
1467
|
-
},
|
1468
|
-
{
|
1469
|
-
countryCode: 'BR',
|
1470
|
-
paymentTypes: [],
|
1471
|
-
shipping: {
|
1472
|
-
freeShippingLimit: {
|
1473
|
-
exVat: 160,
|
1474
|
-
incVat: 200
|
1475
|
-
}
|
1476
|
-
}
|
1477
|
-
},
|
1478
|
-
{
|
1479
|
-
countryCode: 'CA',
|
1480
|
-
paymentTypes: [],
|
1481
|
-
shipping: {
|
1482
|
-
freeShippingLimit: {
|
1483
|
-
exVat: 200,
|
1484
|
-
incVat: 200
|
1485
|
-
}
|
1486
|
-
}
|
1487
|
-
},
|
1488
|
-
{
|
1489
|
-
countryCode: 'CN',
|
1490
|
-
paymentTypes: [],
|
1491
|
-
shipping: {
|
1492
|
-
freeShippingLimit: null
|
1493
|
-
}
|
1494
|
-
},
|
1495
|
-
{
|
1496
|
-
countryCode: 'FO',
|
1497
|
-
paymentTypes: [],
|
1498
|
-
shipping: {
|
1499
|
-
freeShippingLimit: {
|
1500
|
-
exVat: 160,
|
1501
|
-
incVat: 200
|
1502
|
-
}
|
1503
|
-
}
|
1504
|
-
},
|
1505
|
-
{
|
1506
|
-
countryCode: 'MQ',
|
1507
|
-
paymentTypes: [],
|
1508
|
-
shipping: {
|
1509
|
-
freeShippingLimit: {
|
1510
|
-
exVat: 160,
|
1511
|
-
incVat: 200
|
1512
|
-
}
|
1513
|
-
}
|
1514
|
-
},
|
1515
|
-
{
|
1516
|
-
countryCode: 'MX',
|
1517
|
-
paymentTypes: [],
|
1518
|
-
shipping: {
|
1519
|
-
freeShippingLimit: {
|
1520
|
-
exVat: 160,
|
1521
|
-
incVat: 200
|
1522
|
-
}
|
1523
|
-
}
|
1524
|
-
},
|
1525
|
-
{
|
1526
|
-
countryCode: 'MY',
|
1527
|
-
paymentTypes: [],
|
1528
|
-
shipping: {
|
1529
|
-
freeShippingLimit: {
|
1530
|
-
exVat: 160,
|
1531
|
-
incVat: 200
|
1532
|
-
}
|
1533
|
-
}
|
1534
|
-
},
|
1535
|
-
{
|
1536
|
-
countryCode: 'PF',
|
1537
|
-
paymentTypes: [],
|
1538
|
-
shipping: {
|
1539
|
-
freeShippingLimit: {
|
1540
|
-
exVat: 160,
|
1541
|
-
incVat: 200
|
1542
|
-
}
|
1543
|
-
}
|
1544
|
-
},
|
1545
|
-
{
|
1546
|
-
countryCode: 'RU',
|
1547
|
-
paymentTypes: [],
|
1548
|
-
shipping: {
|
1549
|
-
freeShippingLimit: {
|
1550
|
-
exVat: 160,
|
1551
|
-
incVat: 200
|
1552
|
-
}
|
1553
|
-
}
|
1554
|
-
},
|
1555
|
-
{
|
1556
|
-
countryCode: 'SG',
|
1557
|
-
paymentTypes: [],
|
1558
|
-
shipping: {
|
1559
|
-
freeShippingLimit: {
|
1560
|
-
exVat: 160,
|
1561
|
-
incVat: 200
|
1562
|
-
}
|
1563
|
-
}
|
1564
|
-
},
|
1565
|
-
{
|
1566
|
-
countryCode: 'SV',
|
1567
|
-
paymentTypes: [],
|
1568
|
-
shipping: {
|
1569
|
-
freeShippingLimit: {
|
1570
|
-
exVat: 160,
|
1571
|
-
incVat: 200
|
1572
|
-
}
|
1573
|
-
}
|
1574
|
-
},
|
1575
|
-
{
|
1576
|
-
countryCode: 'TH',
|
1577
|
-
paymentTypes: [],
|
1578
|
-
shipping: {
|
1579
|
-
freeShippingLimit: {
|
1580
|
-
exVat: 160,
|
1581
|
-
incVat: 200
|
1582
|
-
}
|
1583
|
-
}
|
1584
|
-
},
|
1585
|
-
{
|
1586
|
-
countryCode: 'TR',
|
1587
|
-
paymentTypes: [],
|
1588
|
-
shipping: {
|
1589
|
-
freeShippingLimit: {
|
1590
|
-
exVat: 160,
|
1591
|
-
incVat: 200
|
1592
|
-
}
|
1593
|
-
}
|
1594
|
-
},
|
1595
|
-
{
|
1596
|
-
countryCode: 'TW',
|
1597
|
-
paymentTypes: [],
|
1598
|
-
shipping: {
|
1599
|
-
freeShippingLimit: {
|
1600
|
-
exVat: 160,
|
1601
|
-
incVat: 200
|
1602
|
-
}
|
1603
|
-
}
|
1604
|
-
},
|
1605
|
-
{
|
1606
|
-
countryCode: 'UA',
|
1607
|
-
paymentTypes: [],
|
1608
|
-
shipping: {
|
1609
|
-
freeShippingLimit: {
|
1610
|
-
exVat: 160,
|
1611
|
-
incVat: 200
|
1612
|
-
}
|
1613
|
-
}
|
1614
|
-
},
|
1615
|
-
{
|
1616
|
-
countryCode: 'US',
|
1617
|
-
paymentTypes: [],
|
1618
|
-
shipping: {
|
1619
|
-
freeShippingLimit: {
|
1620
|
-
exVat: 200,
|
1621
|
-
incVat: 200
|
1622
|
-
}
|
1623
|
-
}
|
1624
|
-
},
|
1625
|
-
{
|
1626
|
-
countryCode: 'ZA',
|
1627
|
-
paymentTypes: [],
|
1628
|
-
shipping: {
|
1629
|
-
freeShippingLimit: {
|
1630
|
-
exVat: 160,
|
1631
|
-
incVat: 200
|
1632
|
-
}
|
1633
|
-
}
|
1634
|
-
},
|
1635
|
-
{
|
1636
|
-
countryCode: 'HK',
|
1637
|
-
paymentTypes: [],
|
1638
|
-
shipping: {
|
1639
|
-
freeShippingLimit: {
|
1640
|
-
exVat: 160,
|
1641
|
-
incVat: 200
|
1642
|
-
}
|
1643
|
-
}
|
1644
|
-
},
|
1645
|
-
{
|
1646
|
-
countryCode: 'IN',
|
1647
|
-
paymentTypes: [],
|
1648
|
-
shipping: {
|
1649
|
-
freeShippingLimit: {
|
1650
|
-
exVat: 320,
|
1651
|
-
incVat: 400
|
1652
|
-
}
|
1653
|
-
}
|
1654
|
-
},
|
1655
|
-
{
|
1656
|
-
countryCode: 'ID',
|
1657
|
-
paymentTypes: [],
|
1658
|
-
shipping: {
|
1659
|
-
freeShippingLimit: {
|
1660
|
-
exVat: 160,
|
1661
|
-
incVat: 200
|
1662
|
-
}
|
1663
|
-
}
|
1664
|
-
},
|
1665
|
-
{
|
1666
|
-
countryCode: 'IL',
|
1667
|
-
paymentTypes: [],
|
1668
|
-
shipping: {
|
1669
|
-
freeShippingLimit: {
|
1670
|
-
exVat: 160,
|
1671
|
-
incVat: 200
|
1672
|
-
}
|
1673
|
-
}
|
1674
|
-
},
|
1675
|
-
{
|
1676
|
-
countryCode: 'JP',
|
1677
|
-
paymentTypes: [],
|
1678
|
-
shipping: {
|
1679
|
-
freeShippingLimit: {
|
1680
|
-
exVat: 160,
|
1681
|
-
incVat: 200
|
1682
|
-
}
|
1683
|
-
}
|
1684
|
-
},
|
1685
|
-
{
|
1686
|
-
countryCode: 'KE',
|
1687
|
-
paymentTypes: [],
|
1688
|
-
shipping: {
|
1689
|
-
freeShippingLimit: {
|
1690
|
-
exVat: 160,
|
1691
|
-
incVat: 200
|
1692
|
-
}
|
1693
|
-
}
|
1694
|
-
},
|
1695
|
-
{
|
1696
|
-
countryCode: 'KR',
|
1697
|
-
paymentTypes: [],
|
1698
|
-
shipping: {
|
1699
|
-
freeShippingLimit: {
|
1700
|
-
exVat: 160,
|
1701
|
-
incVat: 200
|
1702
|
-
}
|
1703
|
-
}
|
1704
|
-
},
|
1705
|
-
{
|
1706
|
-
countryCode: 'BL',
|
1707
|
-
paymentTypes: [],
|
1708
|
-
shipping: {
|
1709
|
-
freeShippingLimit: {
|
1710
|
-
exVat: 160,
|
1711
|
-
incVat: 200
|
1712
|
-
}
|
1713
|
-
}
|
1714
|
-
}
|
1715
|
-
],
|
1716
|
-
pricesIncVat: true
|
1717
|
-
}
|
1718
|
-
},
|
1719
|
-
{
|
1720
|
-
id: 4,
|
1721
|
-
name: 'SE',
|
1722
|
-
isDefault: false,
|
1723
|
-
displayName: null,
|
1724
|
-
groupName: 'Brand-1',
|
1725
|
-
url: 'https://flight-m2.jetshop.se',
|
1726
|
-
countries: [
|
1727
|
-
{
|
1728
|
-
name: 'Sweden',
|
1729
|
-
code: 'SE',
|
1730
|
-
isDefault: true
|
1731
|
-
}
|
1732
|
-
],
|
1733
|
-
languages: [
|
1734
|
-
{
|
1735
|
-
culture: 'sv-SE',
|
1736
|
-
name: 'Svenska',
|
1737
|
-
isDefault: true
|
1738
|
-
},
|
1739
|
-
{
|
1740
|
-
culture: 'en-GB',
|
1741
|
-
name: 'English',
|
1742
|
-
isDefault: false
|
1743
|
-
}
|
1744
|
-
],
|
1745
|
-
currencies: [
|
1746
|
-
{
|
1747
|
-
name: 'SEK',
|
1748
|
-
format: {
|
1749
|
-
decimals: 2
|
1750
|
-
}
|
1751
|
-
}
|
1752
|
-
],
|
1753
|
-
defaultCurrency: {
|
1754
|
-
name: 'SEK',
|
1755
|
-
format: {
|
1756
|
-
decimals: 2
|
1757
|
-
}
|
1758
|
-
},
|
1759
|
-
defaultLanguage: {
|
1760
|
-
culture: 'sv-SE',
|
1761
|
-
name: 'Svenska',
|
1762
|
-
isDefault: true
|
1763
|
-
},
|
1764
|
-
settings: {
|
1765
|
-
tracking: {
|
1766
|
-
ga: {
|
1767
|
-
trackingId: ''
|
1768
|
-
},
|
1769
|
-
gtm: {
|
1770
|
-
containerId: ''
|
1771
|
-
}
|
1772
|
-
},
|
1773
|
-
countrySettings: [
|
1774
|
-
{
|
1775
|
-
countryCode: 'SE',
|
1776
|
-
paymentTypes: [],
|
1777
|
-
shipping: {
|
1778
|
-
freeShippingLimit: {
|
1779
|
-
exVat: 600,
|
1780
|
-
incVat: 600
|
1781
|
-
}
|
1782
|
-
}
|
1783
|
-
}
|
1784
|
-
],
|
1785
|
-
pricesIncVat: true
|
1786
|
-
}
|
1787
|
-
},
|
1788
|
-
{
|
1789
|
-
id: 5,
|
1790
|
-
name: 'UK',
|
1791
|
-
isDefault: false,
|
1792
|
-
displayName: null,
|
1793
|
-
groupName: 'Brand-2',
|
1794
|
-
url: 'https://flight-m2.jetshop.uk',
|
1795
|
-
countries: [
|
1796
|
-
{
|
1797
|
-
name: 'Sweden',
|
1798
|
-
code: 'SE',
|
1799
|
-
isDefault: true
|
1800
|
-
}
|
1801
|
-
],
|
1802
|
-
languages: [
|
1803
|
-
{
|
1804
|
-
culture: 'sv-SE',
|
1805
|
-
name: 'Svenska',
|
1806
|
-
isDefault: true
|
1807
|
-
}
|
1808
|
-
],
|
1809
|
-
currencies: [
|
1810
|
-
{
|
1811
|
-
name: 'SEK',
|
1812
|
-
format: {
|
1813
|
-
decimals: 2
|
1814
|
-
}
|
1815
|
-
}
|
1816
|
-
],
|
1817
|
-
defaultCurrency: {
|
1818
|
-
name: 'SEK',
|
1819
|
-
format: {
|
1820
|
-
decimals: 2
|
1821
|
-
}
|
1822
|
-
},
|
1823
|
-
defaultLanguage: {
|
1824
|
-
culture: 'sv-SE',
|
1825
|
-
name: 'Svenska',
|
1826
|
-
isDefault: true
|
1827
|
-
},
|
1828
|
-
settings: {
|
1829
|
-
tracking: {
|
1830
|
-
ga: {
|
1831
|
-
trackingId: ''
|
1832
|
-
},
|
1833
|
-
gtm: {
|
1834
|
-
containerId: ''
|
1835
|
-
}
|
1836
|
-
},
|
1837
|
-
countrySettings: [
|
1838
|
-
{
|
1839
|
-
countryCode: 'SE',
|
1840
|
-
paymentTypes: [],
|
1841
|
-
shipping: {
|
1842
|
-
freeShippingLimit: {
|
1843
|
-
exVat: 600,
|
1844
|
-
incVat: 600
|
1845
|
-
}
|
1846
|
-
}
|
1847
|
-
}
|
1848
|
-
],
|
1849
|
-
pricesIncVat: true
|
1850
|
-
}
|
1851
|
-
}
|
1852
|
-
];
|
1853
|
-
|
1854
|
-
export const groupedSingleDomainChannels = [
|
1855
|
-
{
|
1856
|
-
id: 1,
|
1857
|
-
name: 'INT',
|
1858
|
-
isDefault: true,
|
1859
|
-
displayName: 'International',
|
1860
|
-
groupName: 'Brand-1',
|
1861
|
-
url: 'https://flight-m2.jetshop.se/int',
|
1862
|
-
countries: [
|
1863
|
-
{
|
1864
|
-
name: 'Iceland',
|
1865
|
-
code: 'IS',
|
1866
|
-
isDefault: false
|
1867
|
-
},
|
1868
|
-
{
|
1869
|
-
name: 'United Arab Emirates',
|
1870
|
-
code: 'AE',
|
1871
|
-
isDefault: false
|
1872
|
-
},
|
1873
|
-
{
|
1874
|
-
name: 'Argentina',
|
1875
|
-
code: 'AR',
|
1876
|
-
isDefault: false
|
1877
|
-
},
|
1878
|
-
{
|
1879
|
-
name: 'Brunei',
|
1880
|
-
code: 'BN',
|
1881
|
-
isDefault: false
|
1882
|
-
},
|
1883
|
-
{
|
1884
|
-
name: 'Brazil',
|
1885
|
-
code: 'BR',
|
1886
|
-
isDefault: false
|
1887
|
-
},
|
1888
|
-
{
|
1889
|
-
name: 'Canada',
|
1890
|
-
code: 'CA',
|
1891
|
-
isDefault: false
|
1892
|
-
},
|
1893
|
-
{
|
1894
|
-
name: 'China',
|
1895
|
-
code: 'CN',
|
1896
|
-
isDefault: false
|
1897
|
-
},
|
1898
|
-
{
|
1899
|
-
name: 'Faeroe Islands',
|
1900
|
-
code: 'FO',
|
1901
|
-
isDefault: false
|
1902
|
-
},
|
1903
|
-
{
|
1904
|
-
name: 'Martinique',
|
1905
|
-
code: 'MQ',
|
1906
|
-
isDefault: false
|
1907
|
-
},
|
1908
|
-
{
|
1909
|
-
name: 'Mexico',
|
1910
|
-
code: 'MX',
|
1911
|
-
isDefault: false
|
1912
|
-
},
|
1913
|
-
{
|
1914
|
-
name: 'Malaysia',
|
1915
|
-
code: 'MY',
|
1916
|
-
isDefault: false
|
1917
|
-
},
|
1918
|
-
{
|
1919
|
-
name: 'French Polynesia',
|
1920
|
-
code: 'PF',
|
1921
|
-
isDefault: false
|
1922
|
-
},
|
1923
|
-
{
|
1924
|
-
name: 'Russia',
|
1925
|
-
code: 'RU',
|
1926
|
-
isDefault: false
|
1927
|
-
},
|
1928
|
-
{
|
1929
|
-
name: 'Singapore',
|
1930
|
-
code: 'SG',
|
1931
|
-
isDefault: false
|
1932
|
-
},
|
1933
|
-
{
|
1934
|
-
name: 'El Salvador',
|
1935
|
-
code: 'SV',
|
1936
|
-
isDefault: false
|
1937
|
-
},
|
1938
|
-
{
|
1939
|
-
name: 'Thailand',
|
1940
|
-
code: 'TH',
|
1941
|
-
isDefault: false
|
1942
|
-
},
|
1943
|
-
{
|
1944
|
-
name: 'Turkey',
|
1945
|
-
code: 'TR',
|
1946
|
-
isDefault: false
|
1947
|
-
},
|
1948
|
-
{
|
1949
|
-
name: 'Taiwan',
|
1950
|
-
code: 'TW',
|
1951
|
-
isDefault: false
|
1952
|
-
},
|
1953
|
-
{
|
1954
|
-
name: 'Ukraina',
|
1955
|
-
code: 'UA',
|
1956
|
-
isDefault: false
|
1957
|
-
},
|
1958
|
-
{
|
1959
|
-
name: 'United States',
|
1960
|
-
code: 'US',
|
1961
|
-
isDefault: true
|
1962
|
-
},
|
1963
|
-
{
|
1964
|
-
name: 'South Africa',
|
1965
|
-
code: 'ZA',
|
1966
|
-
isDefault: false
|
1967
|
-
},
|
1968
|
-
{
|
1969
|
-
name: 'Hong Kong',
|
1970
|
-
code: 'HK',
|
1971
|
-
isDefault: false
|
1972
|
-
},
|
1973
|
-
{
|
1974
|
-
name: 'India',
|
1975
|
-
code: 'IN',
|
1976
|
-
isDefault: false
|
1977
|
-
},
|
1978
|
-
{
|
1979
|
-
name: 'Indonesia',
|
1980
|
-
code: 'ID',
|
1981
|
-
isDefault: false
|
1982
|
-
},
|
1983
|
-
{
|
1984
|
-
name: 'Israel',
|
1985
|
-
code: 'IL',
|
1986
|
-
isDefault: false
|
1987
|
-
},
|
1988
|
-
{
|
1989
|
-
name: 'Japan',
|
1990
|
-
code: 'JP',
|
1991
|
-
isDefault: false
|
1992
|
-
},
|
1993
|
-
{
|
1994
|
-
name: 'Kenya',
|
1995
|
-
code: 'KE',
|
1996
|
-
isDefault: false
|
1997
|
-
},
|
1998
|
-
{
|
1999
|
-
name: 'South Korea',
|
2000
|
-
code: 'KR',
|
2001
|
-
isDefault: false
|
2002
|
-
},
|
2003
|
-
{
|
2004
|
-
name: 'Saint Barthélemy',
|
2005
|
-
code: 'BL',
|
2006
|
-
isDefault: false
|
2007
|
-
}
|
2008
|
-
],
|
2009
|
-
languages: [
|
2010
|
-
{
|
2011
|
-
culture: 'en-GB',
|
2012
|
-
name: 'Engelska',
|
2013
|
-
isDefault: true
|
2014
|
-
}
|
2015
|
-
],
|
2016
|
-
currencies: [
|
2017
|
-
{
|
2018
|
-
name: 'USD',
|
2019
|
-
format: {
|
2020
|
-
decimals: 2
|
2021
|
-
}
|
2022
|
-
}
|
2023
|
-
],
|
2024
|
-
defaultCurrency: {
|
2025
|
-
name: 'USD',
|
2026
|
-
format: {
|
2027
|
-
decimals: 2
|
2028
|
-
}
|
2029
|
-
},
|
2030
|
-
defaultLanguage: {
|
2031
|
-
culture: 'en-GB',
|
2032
|
-
name: 'Engelska',
|
2033
|
-
isDefault: true
|
2034
|
-
},
|
2035
|
-
settings: {
|
2036
|
-
tracking: {
|
2037
|
-
ga: {
|
2038
|
-
trackingId: ''
|
2039
|
-
},
|
2040
|
-
gtm: {
|
2041
|
-
containerId: ''
|
2042
|
-
}
|
2043
|
-
},
|
2044
|
-
countrySettings: [
|
2045
|
-
{
|
2046
|
-
countryCode: 'IS',
|
2047
|
-
paymentTypes: [],
|
2048
|
-
shipping: {
|
2049
|
-
freeShippingLimit: {
|
2050
|
-
exVat: 320,
|
2051
|
-
incVat: 400
|
2052
|
-
}
|
2053
|
-
}
|
2054
|
-
},
|
2055
|
-
{
|
2056
|
-
countryCode: 'AE',
|
2057
|
-
paymentTypes: [],
|
2058
|
-
shipping: {
|
2059
|
-
freeShippingLimit: {
|
2060
|
-
exVat: 160,
|
2061
|
-
incVat: 200
|
2062
|
-
}
|
2063
|
-
}
|
2064
|
-
},
|
2065
|
-
{
|
2066
|
-
countryCode: 'AR',
|
2067
|
-
paymentTypes: [],
|
2068
|
-
shipping: {
|
2069
|
-
freeShippingLimit: {
|
2070
|
-
exVat: 160,
|
2071
|
-
incVat: 200
|
2072
|
-
}
|
2073
|
-
}
|
2074
|
-
},
|
2075
|
-
{
|
2076
|
-
countryCode: 'BN',
|
2077
|
-
paymentTypes: [],
|
2078
|
-
shipping: {
|
2079
|
-
freeShippingLimit: {
|
2080
|
-
exVat: 160,
|
2081
|
-
incVat: 200
|
2082
|
-
}
|
2083
|
-
}
|
2084
|
-
},
|
2085
|
-
{
|
2086
|
-
countryCode: 'BR',
|
2087
|
-
paymentTypes: [],
|
2088
|
-
shipping: {
|
2089
|
-
freeShippingLimit: {
|
2090
|
-
exVat: 160,
|
2091
|
-
incVat: 200
|
2092
|
-
}
|
2093
|
-
}
|
2094
|
-
},
|
2095
|
-
{
|
2096
|
-
countryCode: 'CA',
|
2097
|
-
paymentTypes: [],
|
2098
|
-
shipping: {
|
2099
|
-
freeShippingLimit: {
|
2100
|
-
exVat: 200,
|
2101
|
-
incVat: 200
|
2102
|
-
}
|
2103
|
-
}
|
2104
|
-
},
|
2105
|
-
{
|
2106
|
-
countryCode: 'CN',
|
2107
|
-
paymentTypes: [],
|
2108
|
-
shipping: {
|
2109
|
-
freeShippingLimit: null
|
2110
|
-
}
|
2111
|
-
},
|
2112
|
-
{
|
2113
|
-
countryCode: 'FO',
|
2114
|
-
paymentTypes: [],
|
2115
|
-
shipping: {
|
2116
|
-
freeShippingLimit: {
|
2117
|
-
exVat: 160,
|
2118
|
-
incVat: 200
|
2119
|
-
}
|
2120
|
-
}
|
2121
|
-
},
|
2122
|
-
{
|
2123
|
-
countryCode: 'MQ',
|
2124
|
-
paymentTypes: [],
|
2125
|
-
shipping: {
|
2126
|
-
freeShippingLimit: {
|
2127
|
-
exVat: 160,
|
2128
|
-
incVat: 200
|
2129
|
-
}
|
2130
|
-
}
|
2131
|
-
},
|
2132
|
-
{
|
2133
|
-
countryCode: 'MX',
|
2134
|
-
paymentTypes: [],
|
2135
|
-
shipping: {
|
2136
|
-
freeShippingLimit: {
|
2137
|
-
exVat: 160,
|
2138
|
-
incVat: 200
|
2139
|
-
}
|
2140
|
-
}
|
2141
|
-
},
|
2142
|
-
{
|
2143
|
-
countryCode: 'MY',
|
2144
|
-
paymentTypes: [],
|
2145
|
-
shipping: {
|
2146
|
-
freeShippingLimit: {
|
2147
|
-
exVat: 160,
|
2148
|
-
incVat: 200
|
2149
|
-
}
|
2150
|
-
}
|
2151
|
-
},
|
2152
|
-
{
|
2153
|
-
countryCode: 'PF',
|
2154
|
-
paymentTypes: [],
|
2155
|
-
shipping: {
|
2156
|
-
freeShippingLimit: {
|
2157
|
-
exVat: 160,
|
2158
|
-
incVat: 200
|
2159
|
-
}
|
2160
|
-
}
|
2161
|
-
},
|
2162
|
-
{
|
2163
|
-
countryCode: 'RU',
|
2164
|
-
paymentTypes: [],
|
2165
|
-
shipping: {
|
2166
|
-
freeShippingLimit: {
|
2167
|
-
exVat: 160,
|
2168
|
-
incVat: 200
|
2169
|
-
}
|
2170
|
-
}
|
2171
|
-
},
|
2172
|
-
{
|
2173
|
-
countryCode: 'SG',
|
2174
|
-
paymentTypes: [],
|
2175
|
-
shipping: {
|
2176
|
-
freeShippingLimit: {
|
2177
|
-
exVat: 160,
|
2178
|
-
incVat: 200
|
2179
|
-
}
|
2180
|
-
}
|
2181
|
-
},
|
2182
|
-
{
|
2183
|
-
countryCode: 'SV',
|
2184
|
-
paymentTypes: [],
|
2185
|
-
shipping: {
|
2186
|
-
freeShippingLimit: {
|
2187
|
-
exVat: 160,
|
2188
|
-
incVat: 200
|
2189
|
-
}
|
2190
|
-
}
|
2191
|
-
},
|
2192
|
-
{
|
2193
|
-
countryCode: 'TH',
|
2194
|
-
paymentTypes: [],
|
2195
|
-
shipping: {
|
2196
|
-
freeShippingLimit: {
|
2197
|
-
exVat: 160,
|
2198
|
-
incVat: 200
|
2199
|
-
}
|
2200
|
-
}
|
2201
|
-
},
|
2202
|
-
{
|
2203
|
-
countryCode: 'TR',
|
2204
|
-
paymentTypes: [],
|
2205
|
-
shipping: {
|
2206
|
-
freeShippingLimit: {
|
2207
|
-
exVat: 160,
|
2208
|
-
incVat: 200
|
2209
|
-
}
|
2210
|
-
}
|
2211
|
-
},
|
2212
|
-
{
|
2213
|
-
countryCode: 'TW',
|
2214
|
-
paymentTypes: [],
|
2215
|
-
shipping: {
|
2216
|
-
freeShippingLimit: {
|
2217
|
-
exVat: 160,
|
2218
|
-
incVat: 200
|
2219
|
-
}
|
2220
|
-
}
|
2221
|
-
},
|
2222
|
-
{
|
2223
|
-
countryCode: 'UA',
|
2224
|
-
paymentTypes: [],
|
2225
|
-
shipping: {
|
2226
|
-
freeShippingLimit: {
|
2227
|
-
exVat: 160,
|
2228
|
-
incVat: 200
|
2229
|
-
}
|
2230
|
-
}
|
2231
|
-
},
|
2232
|
-
{
|
2233
|
-
countryCode: 'US',
|
2234
|
-
paymentTypes: [],
|
2235
|
-
shipping: {
|
2236
|
-
freeShippingLimit: {
|
2237
|
-
exVat: 200,
|
2238
|
-
incVat: 200
|
2239
|
-
}
|
2240
|
-
}
|
2241
|
-
},
|
2242
|
-
{
|
2243
|
-
countryCode: 'ZA',
|
2244
|
-
paymentTypes: [],
|
2245
|
-
shipping: {
|
2246
|
-
freeShippingLimit: {
|
2247
|
-
exVat: 160,
|
2248
|
-
incVat: 200
|
2249
|
-
}
|
2250
|
-
}
|
2251
|
-
},
|
2252
|
-
{
|
2253
|
-
countryCode: 'HK',
|
2254
|
-
paymentTypes: [],
|
2255
|
-
shipping: {
|
2256
|
-
freeShippingLimit: {
|
2257
|
-
exVat: 160,
|
2258
|
-
incVat: 200
|
2259
|
-
}
|
2260
|
-
}
|
2261
|
-
},
|
2262
|
-
{
|
2263
|
-
countryCode: 'IN',
|
2264
|
-
paymentTypes: [],
|
2265
|
-
shipping: {
|
2266
|
-
freeShippingLimit: {
|
2267
|
-
exVat: 320,
|
2268
|
-
incVat: 400
|
2269
|
-
}
|
2270
|
-
}
|
2271
|
-
},
|
2272
|
-
{
|
2273
|
-
countryCode: 'ID',
|
2274
|
-
paymentTypes: [],
|
2275
|
-
shipping: {
|
2276
|
-
freeShippingLimit: {
|
2277
|
-
exVat: 160,
|
2278
|
-
incVat: 200
|
2279
|
-
}
|
2280
|
-
}
|
2281
|
-
},
|
2282
|
-
{
|
2283
|
-
countryCode: 'IL',
|
2284
|
-
paymentTypes: [],
|
2285
|
-
shipping: {
|
2286
|
-
freeShippingLimit: {
|
2287
|
-
exVat: 160,
|
2288
|
-
incVat: 200
|
2289
|
-
}
|
2290
|
-
}
|
2291
|
-
},
|
2292
|
-
{
|
2293
|
-
countryCode: 'JP',
|
2294
|
-
paymentTypes: [],
|
2295
|
-
shipping: {
|
2296
|
-
freeShippingLimit: {
|
2297
|
-
exVat: 160,
|
2298
|
-
incVat: 200
|
2299
|
-
}
|
2300
|
-
}
|
2301
|
-
},
|
2302
|
-
{
|
2303
|
-
countryCode: 'KE',
|
2304
|
-
paymentTypes: [],
|
2305
|
-
shipping: {
|
2306
|
-
freeShippingLimit: {
|
2307
|
-
exVat: 160,
|
2308
|
-
incVat: 200
|
2309
|
-
}
|
2310
|
-
}
|
2311
|
-
},
|
2312
|
-
{
|
2313
|
-
countryCode: 'KR',
|
2314
|
-
paymentTypes: [],
|
2315
|
-
shipping: {
|
2316
|
-
freeShippingLimit: {
|
2317
|
-
exVat: 160,
|
2318
|
-
incVat: 200
|
2319
|
-
}
|
2320
|
-
}
|
2321
|
-
},
|
2322
|
-
{
|
2323
|
-
countryCode: 'BL',
|
2324
|
-
paymentTypes: [],
|
2325
|
-
shipping: {
|
2326
|
-
freeShippingLimit: {
|
2327
|
-
exVat: 160,
|
2328
|
-
incVat: 200
|
2329
|
-
}
|
2330
|
-
}
|
2331
|
-
}
|
2332
|
-
],
|
2333
|
-
pricesIncVat: true
|
2334
|
-
}
|
2335
|
-
},
|
2336
|
-
{
|
2337
|
-
id: 4,
|
2338
|
-
name: 'SE',
|
2339
|
-
isDefault: false,
|
2340
|
-
displayName: null,
|
2341
|
-
groupName: 'Brand-1',
|
2342
|
-
url: 'https://flight-m2.jetshop.se/se',
|
2343
|
-
countries: [
|
2344
|
-
{
|
2345
|
-
name: 'Sweden',
|
2346
|
-
code: 'SE',
|
2347
|
-
isDefault: true
|
2348
|
-
}
|
2349
|
-
],
|
2350
|
-
languages: [
|
2351
|
-
{
|
2352
|
-
culture: 'sv-SE',
|
2353
|
-
name: 'Svenska',
|
2354
|
-
isDefault: true
|
2355
|
-
},
|
2356
|
-
{
|
2357
|
-
culture: 'en-GB',
|
2358
|
-
name: 'English',
|
2359
|
-
isDefault: false
|
2360
|
-
}
|
2361
|
-
],
|
2362
|
-
currencies: [
|
2363
|
-
{
|
2364
|
-
name: 'SEK',
|
2365
|
-
format: {
|
2366
|
-
decimals: 2
|
2367
|
-
}
|
2368
|
-
}
|
2369
|
-
],
|
2370
|
-
defaultCurrency: {
|
2371
|
-
name: 'SEK',
|
2372
|
-
format: {
|
2373
|
-
decimals: 2
|
2374
|
-
}
|
2375
|
-
},
|
2376
|
-
defaultLanguage: {
|
2377
|
-
culture: 'sv-SE',
|
2378
|
-
name: 'Svenska',
|
2379
|
-
isDefault: true
|
2380
|
-
},
|
2381
|
-
settings: {
|
2382
|
-
tracking: {
|
2383
|
-
ga: {
|
2384
|
-
trackingId: ''
|
2385
|
-
},
|
2386
|
-
gtm: {
|
2387
|
-
containerId: ''
|
2388
|
-
}
|
2389
|
-
},
|
2390
|
-
countrySettings: [
|
2391
|
-
{
|
2392
|
-
countryCode: 'SE',
|
2393
|
-
paymentTypes: [],
|
2394
|
-
shipping: {
|
2395
|
-
freeShippingLimit: {
|
2396
|
-
exVat: 600,
|
2397
|
-
incVat: 600
|
2398
|
-
}
|
2399
|
-
}
|
2400
|
-
}
|
2401
|
-
],
|
2402
|
-
pricesIncVat: true
|
2403
|
-
}
|
2404
|
-
},
|
2405
|
-
{
|
2406
|
-
id: 5,
|
2407
|
-
name: 'UK',
|
2408
|
-
isDefault: false,
|
2409
|
-
displayName: null,
|
2410
|
-
groupName: 'Brand-2',
|
2411
|
-
url: 'https://flight-m2.jetshop.se/uk',
|
2412
|
-
countries: [
|
2413
|
-
{
|
2414
|
-
name: 'United Kingdom',
|
2415
|
-
code: 'UK',
|
2416
|
-
isDefault: true
|
2417
|
-
},
|
2418
|
-
{
|
2419
|
-
name: 'Sweden',
|
2420
|
-
code: 'SE',
|
2421
|
-
isDefault: false
|
2422
|
-
}
|
2423
|
-
],
|
2424
|
-
languages: [
|
2425
|
-
{
|
2426
|
-
culture: 'sv-SE',
|
2427
|
-
name: 'Svenska',
|
2428
|
-
isDefault: true
|
2429
|
-
}
|
2430
|
-
],
|
2431
|
-
currencies: [
|
2432
|
-
{
|
2433
|
-
name: 'SEK',
|
2434
|
-
format: {
|
2435
|
-
decimals: 2
|
2436
|
-
}
|
2437
|
-
}
|
2438
|
-
],
|
2439
|
-
defaultCurrency: {
|
2440
|
-
name: 'SEK',
|
2441
|
-
format: {
|
2442
|
-
decimals: 2
|
2443
|
-
}
|
2444
|
-
},
|
2445
|
-
defaultLanguage: {
|
2446
|
-
culture: 'sv-SE',
|
2447
|
-
name: 'Svenska',
|
2448
|
-
isDefault: true
|
2449
|
-
},
|
2450
|
-
settings: {
|
2451
|
-
tracking: {
|
2452
|
-
ga: {
|
2453
|
-
trackingId: ''
|
2454
|
-
},
|
2455
|
-
gtm: {
|
2456
|
-
containerId: ''
|
2457
|
-
}
|
2458
|
-
},
|
2459
|
-
countrySettings: [
|
2460
|
-
{
|
2461
|
-
countryCode: 'SE',
|
2462
|
-
paymentTypes: [],
|
2463
|
-
shipping: {
|
2464
|
-
freeShippingLimit: {
|
2465
|
-
exVat: 600,
|
2466
|
-
incVat: 600
|
2467
|
-
}
|
2468
|
-
}
|
2469
|
-
}
|
2470
|
-
],
|
2471
|
-
pricesIncVat: true
|
2472
899
|
}
|
2473
900
|
}
|
2474
901
|
];
|