|
8 | 8 | "commerceAPI": { |
9 | 9 | "proxyPath": "/mobify/proxy/api", |
10 | 10 | "parameters": { |
11 | | - "clientId": "<CLIENT_ID>", |
12 | | - "organizationId": "<ORGANIZATION_ID>", |
13 | | - "shortCode": "<SHORT_CODE>", |
14 | | - "siteId": "<SITE_ID>" |
| 11 | + "clientId": "c9c45bfd-0ed3-4aa2-9971-40f88962b836", |
| 12 | + "organizationId": "f_ecom_zzrf_001", |
| 13 | + "shortCode": "8o7m175y", |
| 14 | + "siteId": "RefArchGlobal" |
15 | 15 | } |
16 | 16 | }, |
17 | | - "defaultSite": "<SITE_ID>", |
18 | | - "defaultAppLocale": "<DEFAULT_APP_LOCALE>", |
19 | | - "defaultSiteTitle": "<DEFAULT_SITE_TITLE>", |
| 17 | + "defaultSite": "RefArchGlobal", |
| 18 | + "defaultAppLocale": "en-US", |
| 19 | + "defaultSiteTitle": "Retail React App", |
20 | 20 | "einsteinAPI": { |
21 | 21 | "host": "https://api.cquotient.com", |
22 | | - "einsteinId": "<EINSTEIN_ID>", |
23 | | - "siteId": "<EINSTEIN_SITE_ID>", |
| 22 | + "einsteinId": "1ea06c6e-c936-4324-bcf0-fada93f83bb1", |
| 23 | + "siteId": "aaij-MobileFirst", |
24 | 24 | "isProduction": false |
25 | 25 | }, |
26 | 26 | "maxCacheAge": 900, |
|
76 | 76 | "recentSearchLimit": 5, |
77 | 77 | "recentSearchMinLength": 3 |
78 | 78 | }, |
79 | | - "siteAliases": {}, |
| 79 | + "siteAliases": { |
| 80 | + "RefArch": "us", |
| 81 | + "RefArchGlobal": "global" |
| 82 | + }, |
80 | 83 | "sites": [ |
81 | 84 | { |
82 | | - "id": "<SITE_ID>", |
| 85 | + "id": "RefArch", |
83 | 86 | "l10n": { |
84 | | - "defaultCurrency": "<CURRENCY>", |
85 | | - "defaultLocale": "<LOCALE>", |
86 | | - "supportedCurrencies": ["<CURRENCY>"], |
| 87 | + "supportedCurrencies": ["USD"], |
| 88 | + "defaultCurrency": "USD", |
| 89 | + "defaultLocale": "en-US", |
87 | 90 | "supportedLocales": [ |
88 | 91 | { |
89 | | - "id": "<LOCALE>", |
90 | | - "preferredCurrency": "<CURRENCY>" |
| 92 | + "id": "en-US", |
| 93 | + "preferredCurrency": "USD" |
| 94 | + }, |
| 95 | + { |
| 96 | + "id": "en-CA", |
| 97 | + "preferredCurrency": "USD" |
91 | 98 | } |
92 | 99 | ] |
93 | 100 | } |
| 101 | + }, |
| 102 | + { |
| 103 | + "id": "RefArchGlobal", |
| 104 | + "l10n": { |
| 105 | + "supportedCurrencies": ["GBP", "EUR", "CNY", "JPY"], |
| 106 | + "defaultCurrency": "GBP", |
| 107 | + "supportedLocales": [ |
| 108 | + { |
| 109 | + "id": "de-DE", |
| 110 | + "preferredCurrency": "EUR" |
| 111 | + }, |
| 112 | + { |
| 113 | + "id": "en-GB", |
| 114 | + "preferredCurrency": "GBP" |
| 115 | + }, |
| 116 | + { |
| 117 | + "id": "es-MX", |
| 118 | + "preferredCurrency": "MXN" |
| 119 | + }, |
| 120 | + { |
| 121 | + "id": "fr-FR", |
| 122 | + "preferredCurrency": "EUR" |
| 123 | + }, |
| 124 | + { |
| 125 | + "id": "it-IT", |
| 126 | + "preferredCurrency": "EUR" |
| 127 | + }, |
| 128 | + { |
| 129 | + "id": "ja-JP", |
| 130 | + "preferredCurrency": "JPY" |
| 131 | + }, |
| 132 | + { |
| 133 | + "id": "ko-KR", |
| 134 | + "preferredCurrency": "KRW" |
| 135 | + }, |
| 136 | + { |
| 137 | + "id": "pt-BR", |
| 138 | + "preferredCurrency": "BRL" |
| 139 | + }, |
| 140 | + { |
| 141 | + "id": "zh-CN", |
| 142 | + "preferredCurrency": "CNY" |
| 143 | + }, |
| 144 | + { |
| 145 | + "id": "zh-TW", |
| 146 | + "preferredCurrency": "TWD" |
| 147 | + } |
| 148 | + ], |
| 149 | + "defaultLocale": "en-GB" |
| 150 | + } |
94 | 151 | } |
95 | 152 | ], |
96 | 153 | "staleWhileRevalidate": 900, |
|
0 commit comments