spaceship_stub 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/lib/spaceship/spec/tunes/fixtures/app_details.json +137 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json +54 -0
- data/lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json +68 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center.json +46 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json +26 -0
- data/lib/spaceship/spec/tunes/fixtures/app_summary.json +298 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version.json +836 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_ref.json +12 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_states_history.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/app_versions_history.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_request.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_request.json +49 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_response.json +61 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/build_details.json +169 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history_for_train.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains.json +1734 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/candiate_builds.json +290 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json +94 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json +88 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_success.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json +247 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json +35 -0
- data/lib/spaceship/spec/tunes/fixtures/create_version_success.json +683 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json +7 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_create.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_detail.json +180 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_families.json +299 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create.json +63 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_detail.json +156 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_template.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_list.json +633 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json +373475 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_update.json +118 -0
- data/lib/spaceship/spec/tunes/fixtures/invalid_login.html +12 -0
- data/lib/spaceship/spec/tunes/fixtures/landing_page.html +6 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cntrl.js +3 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt +1 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_developer.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_list.json +715 -0
- data/lib/spaceship/spec/tunes/fixtures/member_template.json +309 -0
- data/lib/spaceship/spec/tunes/fixtures/pricing_tiers.json +46182 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_generated.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_history.json +109 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings_US.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/review_by_storefront.json +60 -0
- data/lib/spaceship/spec/tunes/fixtures/sandbox_testers.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/supported_countries.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/create_tester.json +91 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_external.json +120 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_internal.json +110 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/user_detail.json +24 -0
- metadata +83 -3
@@ -0,0 +1,1095 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"HK": {
|
4
|
+
"countryName": "Hong Kong",
|
5
|
+
"fRetailPrice": "HK$ 5.00",
|
6
|
+
"fWholesalePrice": "HK$ 3.50",
|
7
|
+
"fWholesalePrice2": "HK$ 4.25",
|
8
|
+
"tierStem": "1"
|
9
|
+
},
|
10
|
+
"PT": {
|
11
|
+
"countryName": "Portugal",
|
12
|
+
"fRetailPrice": "0,49 €",
|
13
|
+
"fWholesalePrice": "0,28 €",
|
14
|
+
"fWholesalePrice2": "0,34 €",
|
15
|
+
"tierStem": "1"
|
16
|
+
},
|
17
|
+
"HN": {
|
18
|
+
"countryName": "Honduras",
|
19
|
+
"fRetailPrice": "US$0.49",
|
20
|
+
"fWholesalePrice": "US$0.35",
|
21
|
+
"fWholesalePrice2": "US$0.42",
|
22
|
+
"tierStem": "1"
|
23
|
+
},
|
24
|
+
"PW": {
|
25
|
+
"countryName": "Palau",
|
26
|
+
"fRetailPrice": "US$0.49",
|
27
|
+
"fWholesalePrice": "US$0.35",
|
28
|
+
"fWholesalePrice2": "US$0.42",
|
29
|
+
"tierStem": "1"
|
30
|
+
},
|
31
|
+
"PY": {
|
32
|
+
"countryName": "Paraguay",
|
33
|
+
"fRetailPrice": "US$0.49",
|
34
|
+
"fWholesalePrice": "US$0.35",
|
35
|
+
"fWholesalePrice2": "US$0.42",
|
36
|
+
"tierStem": "1"
|
37
|
+
},
|
38
|
+
"HR": {
|
39
|
+
"countryName": "Croatia",
|
40
|
+
"fRetailPrice": "US$0.61",
|
41
|
+
"fWholesalePrice": "US$0.35",
|
42
|
+
"fWholesalePrice2": "US$0.42",
|
43
|
+
"tierStem": "1"
|
44
|
+
},
|
45
|
+
"YE": {
|
46
|
+
"countryName": "Yemen",
|
47
|
+
"fRetailPrice": "US$0.49",
|
48
|
+
"fWholesalePrice": "US$0.35",
|
49
|
+
"fWholesalePrice2": "US$0.42",
|
50
|
+
"tierStem": "1"
|
51
|
+
},
|
52
|
+
"HU": {
|
53
|
+
"countryName": "Hungary",
|
54
|
+
"fRetailPrice": "0,49 €",
|
55
|
+
"fWholesalePrice": "0,27 €",
|
56
|
+
"fWholesalePrice2": "0,33 €",
|
57
|
+
"tierStem": "1"
|
58
|
+
},
|
59
|
+
"QA": {
|
60
|
+
"countryName": "Qatar",
|
61
|
+
"fRetailPrice": "1.99 QAR",
|
62
|
+
"fWholesalePrice": "1.39 QAR",
|
63
|
+
"fWholesalePrice2": "1.69 QAR",
|
64
|
+
"tierStem": "1"
|
65
|
+
},
|
66
|
+
"ID": {
|
67
|
+
"countryName": "Indonesia",
|
68
|
+
"fRetailPrice": "Rp 6ribu",
|
69
|
+
"fWholesalePrice": "Rp 4.200",
|
70
|
+
"fWholesalePrice2": "Rp 5.100",
|
71
|
+
"tierStem": "3"
|
72
|
+
},
|
73
|
+
"IE": {
|
74
|
+
"countryName": "Ireland",
|
75
|
+
"fRetailPrice": "0,49 €",
|
76
|
+
"fWholesalePrice": "0,28 €",
|
77
|
+
"fWholesalePrice2": "0,34 €",
|
78
|
+
"tierStem": "1"
|
79
|
+
},
|
80
|
+
"IL": {
|
81
|
+
"countryName": "Israel",
|
82
|
+
"fRetailPrice": "NIS 1.90",
|
83
|
+
"fWholesalePrice": "NIS 1.33",
|
84
|
+
"fWholesalePrice2": "NIS 1.62",
|
85
|
+
"tierStem": "1"
|
86
|
+
},
|
87
|
+
"AE": {
|
88
|
+
"countryName": "United Arab Emirates",
|
89
|
+
"fRetailPrice": "AED 1.99",
|
90
|
+
"fWholesalePrice": "AED 1.39",
|
91
|
+
"fWholesalePrice2": "AED 1.69",
|
92
|
+
"tierStem": "1"
|
93
|
+
},
|
94
|
+
"IN": {
|
95
|
+
"countryName": "India",
|
96
|
+
"fRetailPrice": "Rs 30",
|
97
|
+
"fWholesalePrice": "Rs 18.26",
|
98
|
+
"fWholesalePrice2": "Rs 22.17",
|
99
|
+
"tierStem": "3"
|
100
|
+
},
|
101
|
+
"AG": {
|
102
|
+
"countryName": "Antigua and Barbuda",
|
103
|
+
"fRetailPrice": "US$0.49",
|
104
|
+
"fWholesalePrice": "US$0.35",
|
105
|
+
"fWholesalePrice2": "US$0.42",
|
106
|
+
"tierStem": "1"
|
107
|
+
},
|
108
|
+
"ZA": {
|
109
|
+
"countryName": "South Africa",
|
110
|
+
"fRetailPrice": "R6.99",
|
111
|
+
"fWholesalePrice": "R4.29",
|
112
|
+
"fWholesalePrice2": "R5.21",
|
113
|
+
"tierStem": "2"
|
114
|
+
},
|
115
|
+
"AI": {
|
116
|
+
"countryName": "Anguilla",
|
117
|
+
"fRetailPrice": "US$0.49",
|
118
|
+
"fWholesalePrice": "US$0.35",
|
119
|
+
"fWholesalePrice2": "US$0.42",
|
120
|
+
"tierStem": "1"
|
121
|
+
},
|
122
|
+
"IS": {
|
123
|
+
"countryName": "Iceland",
|
124
|
+
"fRetailPrice": "US$0.61",
|
125
|
+
"fWholesalePrice": "US$0.35",
|
126
|
+
"fWholesalePrice2": "US$0.42",
|
127
|
+
"tierStem": "1"
|
128
|
+
},
|
129
|
+
"AL": {
|
130
|
+
"countryName": "Albania",
|
131
|
+
"fRetailPrice": "US$0.59",
|
132
|
+
"fWholesalePrice": "US$0.35",
|
133
|
+
"fWholesalePrice2": "US$0.42",
|
134
|
+
"tierStem": "1"
|
135
|
+
},
|
136
|
+
"IT": {
|
137
|
+
"countryName": "Italy",
|
138
|
+
"fRetailPrice": "0,49 €",
|
139
|
+
"fWholesalePrice": "0,28 €",
|
140
|
+
"fWholesalePrice2": "0,34 €",
|
141
|
+
"tierStem": "1"
|
142
|
+
},
|
143
|
+
"AM": {
|
144
|
+
"countryName": "Armenia",
|
145
|
+
"fRetailPrice": "US$0.49",
|
146
|
+
"fWholesalePrice": "US$0.35",
|
147
|
+
"fWholesalePrice2": "US$0.42",
|
148
|
+
"tierStem": "1"
|
149
|
+
},
|
150
|
+
"AO": {
|
151
|
+
"countryName": "Angola",
|
152
|
+
"fRetailPrice": "US$0.49",
|
153
|
+
"fWholesalePrice": "US$0.35",
|
154
|
+
"fWholesalePrice2": "US$0.42",
|
155
|
+
"tierStem": "1"
|
156
|
+
},
|
157
|
+
"AR": {
|
158
|
+
"countryName": "Argentina",
|
159
|
+
"fRetailPrice": "US$0.49",
|
160
|
+
"fWholesalePrice": "US$0.35",
|
161
|
+
"fWholesalePrice2": "US$0.42",
|
162
|
+
"tierStem": "1"
|
163
|
+
},
|
164
|
+
"AT": {
|
165
|
+
"countryName": "Austria",
|
166
|
+
"fRetailPrice": "0,49 €",
|
167
|
+
"fWholesalePrice": "0,29 €",
|
168
|
+
"fWholesalePrice2": "0,35 €",
|
169
|
+
"tierStem": "1"
|
170
|
+
},
|
171
|
+
"AU": {
|
172
|
+
"countryName": "Australia",
|
173
|
+
"fRetailPrice": "AU$0.49",
|
174
|
+
"fWholesalePrice": "AU$0.31",
|
175
|
+
"fWholesalePrice2": "AU$0.38",
|
176
|
+
"tierStem": "1"
|
177
|
+
},
|
178
|
+
"AZ": {
|
179
|
+
"countryName": "Azerbaijan",
|
180
|
+
"fRetailPrice": "US$0.49",
|
181
|
+
"fWholesalePrice": "US$0.35",
|
182
|
+
"fWholesalePrice2": "US$0.42",
|
183
|
+
"tierStem": "1"
|
184
|
+
},
|
185
|
+
"RO": {
|
186
|
+
"countryName": "Romania",
|
187
|
+
"fRetailPrice": "0,49 €",
|
188
|
+
"fWholesalePrice": "0,29 €",
|
189
|
+
"fWholesalePrice2": "0,35 €",
|
190
|
+
"tierStem": "1"
|
191
|
+
},
|
192
|
+
"ZW": {
|
193
|
+
"countryName": "Zimbabwe",
|
194
|
+
"fRetailPrice": "US$0.49",
|
195
|
+
"fWholesalePrice": "US$0.35",
|
196
|
+
"fWholesalePrice2": "US$0.42",
|
197
|
+
"tierStem": "1"
|
198
|
+
},
|
199
|
+
"BB": {
|
200
|
+
"countryName": "Barbados",
|
201
|
+
"fRetailPrice": "US$0.49",
|
202
|
+
"fWholesalePrice": "US$0.35",
|
203
|
+
"fWholesalePrice2": "US$0.42",
|
204
|
+
"tierStem": "1"
|
205
|
+
},
|
206
|
+
"BE": {
|
207
|
+
"countryName": "Belgium",
|
208
|
+
"fRetailPrice": "0,49 €",
|
209
|
+
"fWholesalePrice": "0,28 €",
|
210
|
+
"fWholesalePrice2": "0,34 €",
|
211
|
+
"tierStem": "1"
|
212
|
+
},
|
213
|
+
"JM": {
|
214
|
+
"countryName": "Jamaica",
|
215
|
+
"fRetailPrice": "US$0.49",
|
216
|
+
"fWholesalePrice": "US$0.35",
|
217
|
+
"fWholesalePrice2": "US$0.42",
|
218
|
+
"tierStem": "1"
|
219
|
+
},
|
220
|
+
"RU": {
|
221
|
+
"countryName": "Russia",
|
222
|
+
"fRetailPrice": "29 р.",
|
223
|
+
"fWholesalePrice": "17,20 р.",
|
224
|
+
"fWholesalePrice2": "20,89 р.",
|
225
|
+
"tierStem": "2"
|
226
|
+
},
|
227
|
+
"BF": {
|
228
|
+
"countryName": "Burkina Faso",
|
229
|
+
"fRetailPrice": "US$0.49",
|
230
|
+
"fWholesalePrice": "US$0.35",
|
231
|
+
"fWholesalePrice2": "US$0.42",
|
232
|
+
"tierStem": "1"
|
233
|
+
},
|
234
|
+
"BG": {
|
235
|
+
"countryName": "Bulgaria",
|
236
|
+
"fRetailPrice": "0,49 €",
|
237
|
+
"fWholesalePrice": "0,29 €",
|
238
|
+
"fWholesalePrice2": "0,35 €",
|
239
|
+
"tierStem": "1"
|
240
|
+
},
|
241
|
+
"JO": {
|
242
|
+
"countryName": "Jordan",
|
243
|
+
"fRetailPrice": "US$0.49",
|
244
|
+
"fWholesalePrice": "US$0.35",
|
245
|
+
"fWholesalePrice2": "US$0.42",
|
246
|
+
"tierStem": "1"
|
247
|
+
},
|
248
|
+
"BH": {
|
249
|
+
"countryName": "Bahrain",
|
250
|
+
"fRetailPrice": "US$0.49",
|
251
|
+
"fWholesalePrice": "US$0.35",
|
252
|
+
"fWholesalePrice2": "US$0.42",
|
253
|
+
"tierStem": "1"
|
254
|
+
},
|
255
|
+
"JP": {
|
256
|
+
"countryName": "Japan",
|
257
|
+
"fRetailPrice": "JP¥50",
|
258
|
+
"fWholesalePrice": "JP¥35",
|
259
|
+
"fWholesalePrice2": "JP¥43",
|
260
|
+
"tierStem": "1"
|
261
|
+
},
|
262
|
+
"BJ": {
|
263
|
+
"countryName": "Benin",
|
264
|
+
"fRetailPrice": "US$0.49",
|
265
|
+
"fWholesalePrice": "US$0.35",
|
266
|
+
"fWholesalePrice2": "US$0.42",
|
267
|
+
"tierStem": "1"
|
268
|
+
},
|
269
|
+
"BM": {
|
270
|
+
"countryName": "Bermuda",
|
271
|
+
"fRetailPrice": "US$0.49",
|
272
|
+
"fWholesalePrice": "US$0.35",
|
273
|
+
"fWholesalePrice2": "US$0.42",
|
274
|
+
"tierStem": "1"
|
275
|
+
},
|
276
|
+
"BN": {
|
277
|
+
"countryName": "Brunei Darussalam",
|
278
|
+
"fRetailPrice": "US$0.49",
|
279
|
+
"fWholesalePrice": "US$0.35",
|
280
|
+
"fWholesalePrice2": "US$0.42",
|
281
|
+
"tierStem": "1"
|
282
|
+
},
|
283
|
+
"BO": {
|
284
|
+
"countryName": "Bolivia",
|
285
|
+
"fRetailPrice": "US$0.49",
|
286
|
+
"fWholesalePrice": "US$0.35",
|
287
|
+
"fWholesalePrice2": "US$0.42",
|
288
|
+
"tierStem": "1"
|
289
|
+
},
|
290
|
+
"SA": {
|
291
|
+
"countryName": "Saudi Arabia",
|
292
|
+
"fRetailPrice": "SR 1.99",
|
293
|
+
"fWholesalePrice": "SR 1.39",
|
294
|
+
"fWholesalePrice2": "SR 1.69",
|
295
|
+
"tierStem": "1"
|
296
|
+
},
|
297
|
+
"SB": {
|
298
|
+
"countryName": "Solomon Islands",
|
299
|
+
"fRetailPrice": "US$0.49",
|
300
|
+
"fWholesalePrice": "US$0.35",
|
301
|
+
"fWholesalePrice2": "US$0.42",
|
302
|
+
"tierStem": "1"
|
303
|
+
},
|
304
|
+
"BR": {
|
305
|
+
"countryName": "Brazil",
|
306
|
+
"fRetailPrice": "US$0.49",
|
307
|
+
"fWholesalePrice": "US$0.35",
|
308
|
+
"fWholesalePrice2": "US$0.42",
|
309
|
+
"tierStem": "1"
|
310
|
+
},
|
311
|
+
"SC": {
|
312
|
+
"countryName": "Seychelles",
|
313
|
+
"fRetailPrice": "US$0.49",
|
314
|
+
"fWholesalePrice": "US$0.35",
|
315
|
+
"fWholesalePrice2": "US$0.42",
|
316
|
+
"tierStem": "1"
|
317
|
+
},
|
318
|
+
"BS": {
|
319
|
+
"countryName": "Bahamas",
|
320
|
+
"fRetailPrice": "US$0.49",
|
321
|
+
"fWholesalePrice": "US$0.35",
|
322
|
+
"fWholesalePrice2": "US$0.42",
|
323
|
+
"tierStem": "1"
|
324
|
+
},
|
325
|
+
"BT": {
|
326
|
+
"countryName": "Bhutan",
|
327
|
+
"fRetailPrice": "US$0.49",
|
328
|
+
"fWholesalePrice": "US$0.35",
|
329
|
+
"fWholesalePrice2": "US$0.42",
|
330
|
+
"tierStem": "1"
|
331
|
+
},
|
332
|
+
"SE": {
|
333
|
+
"countryName": "Sweden",
|
334
|
+
"fRetailPrice": "5,00 kr",
|
335
|
+
"fWholesalePrice": "2,80 kr",
|
336
|
+
"fWholesalePrice2": "3,40 kr",
|
337
|
+
"tierStem": "1"
|
338
|
+
},
|
339
|
+
"SG": {
|
340
|
+
"countryName": "Singapore",
|
341
|
+
"fRetailPrice": "S$ .48",
|
342
|
+
"fWholesalePrice": "S$ .34",
|
343
|
+
"fWholesalePrice2": "S$ .41",
|
344
|
+
"tierStem": "1"
|
345
|
+
},
|
346
|
+
"BW": {
|
347
|
+
"countryName": "Botswana",
|
348
|
+
"fRetailPrice": "US$0.49",
|
349
|
+
"fWholesalePrice": "US$0.35",
|
350
|
+
"fWholesalePrice2": "US$0.42",
|
351
|
+
"tierStem": "1"
|
352
|
+
},
|
353
|
+
"SI": {
|
354
|
+
"countryName": "Slovenia",
|
355
|
+
"fRetailPrice": "0,49 €",
|
356
|
+
"fWholesalePrice": "0,28 €",
|
357
|
+
"fWholesalePrice2": "0,34 €",
|
358
|
+
"tierStem": "1"
|
359
|
+
},
|
360
|
+
"BY": {
|
361
|
+
"countryName": "Belarus",
|
362
|
+
"fRetailPrice": "US$0.49",
|
363
|
+
"fWholesalePrice": "US$0.35",
|
364
|
+
"fWholesalePrice2": "US$0.42",
|
365
|
+
"tierStem": "1"
|
366
|
+
},
|
367
|
+
"BZ": {
|
368
|
+
"countryName": "Belize",
|
369
|
+
"fRetailPrice": "US$0.49",
|
370
|
+
"fWholesalePrice": "US$0.35",
|
371
|
+
"fWholesalePrice2": "US$0.42",
|
372
|
+
"tierStem": "1"
|
373
|
+
},
|
374
|
+
"SK": {
|
375
|
+
"countryName": "Slovakia",
|
376
|
+
"fRetailPrice": "0,49 €",
|
377
|
+
"fWholesalePrice": "0,29 €",
|
378
|
+
"fWholesalePrice2": "0,35 €",
|
379
|
+
"tierStem": "1"
|
380
|
+
},
|
381
|
+
"SL": {
|
382
|
+
"countryName": "Sierra Leone",
|
383
|
+
"fRetailPrice": "US$0.49",
|
384
|
+
"fWholesalePrice": "US$0.35",
|
385
|
+
"fWholesalePrice2": "US$0.42",
|
386
|
+
"tierStem": "1"
|
387
|
+
},
|
388
|
+
"KE": {
|
389
|
+
"countryName": "Kenya",
|
390
|
+
"fRetailPrice": "US$0.49",
|
391
|
+
"fWholesalePrice": "US$0.35",
|
392
|
+
"fWholesalePrice2": "US$0.42",
|
393
|
+
"tierStem": "1"
|
394
|
+
},
|
395
|
+
"SN": {
|
396
|
+
"countryName": "Senegal",
|
397
|
+
"fRetailPrice": "US$0.49",
|
398
|
+
"fWholesalePrice": "US$0.35",
|
399
|
+
"fWholesalePrice2": "US$0.42",
|
400
|
+
"tierStem": "1"
|
401
|
+
},
|
402
|
+
"KG": {
|
403
|
+
"countryName": "Kyrgyzstan",
|
404
|
+
"fRetailPrice": "US$0.49",
|
405
|
+
"fWholesalePrice": "US$0.35",
|
406
|
+
"fWholesalePrice2": "US$0.42",
|
407
|
+
"tierStem": "1"
|
408
|
+
},
|
409
|
+
"KH": {
|
410
|
+
"countryName": "Cambodia",
|
411
|
+
"fRetailPrice": "US$0.49",
|
412
|
+
"fWholesalePrice": "US$0.35",
|
413
|
+
"fWholesalePrice2": "US$0.42",
|
414
|
+
"tierStem": "1"
|
415
|
+
},
|
416
|
+
"CA": {
|
417
|
+
"countryName": "Canada",
|
418
|
+
"fRetailPrice": "CA$0.49",
|
419
|
+
"fWholesalePrice": "CA$0.34",
|
420
|
+
"fWholesalePrice2": "CA$0.42",
|
421
|
+
"tierStem": "1"
|
422
|
+
},
|
423
|
+
"SR": {
|
424
|
+
"countryName": "Suriname",
|
425
|
+
"fRetailPrice": "US$0.49",
|
426
|
+
"fWholesalePrice": "US$0.35",
|
427
|
+
"fWholesalePrice2": "US$0.42",
|
428
|
+
"tierStem": "1"
|
429
|
+
},
|
430
|
+
"ST": {
|
431
|
+
"countryName": "São Tomé and Príncipe",
|
432
|
+
"fRetailPrice": "US$0.49",
|
433
|
+
"fWholesalePrice": "US$0.35",
|
434
|
+
"fWholesalePrice2": "US$0.42",
|
435
|
+
"tierStem": "1"
|
436
|
+
},
|
437
|
+
"SV": {
|
438
|
+
"countryName": "El Salvador",
|
439
|
+
"fRetailPrice": "US$0.49",
|
440
|
+
"fWholesalePrice": "US$0.35",
|
441
|
+
"fWholesalePrice2": "US$0.42",
|
442
|
+
"tierStem": "1"
|
443
|
+
},
|
444
|
+
"KN": {
|
445
|
+
"countryName": "St. Kitts and Nevis",
|
446
|
+
"fRetailPrice": "US$0.49",
|
447
|
+
"fWholesalePrice": "US$0.35",
|
448
|
+
"fWholesalePrice2": "US$0.42",
|
449
|
+
"tierStem": "1"
|
450
|
+
},
|
451
|
+
"CG": {
|
452
|
+
"countryName": "Congo, Republic of",
|
453
|
+
"fRetailPrice": "US$0.49",
|
454
|
+
"fWholesalePrice": "US$0.35",
|
455
|
+
"fWholesalePrice2": "US$0.42",
|
456
|
+
"tierStem": "1"
|
457
|
+
},
|
458
|
+
"CH": {
|
459
|
+
"countryName": "Switzerland",
|
460
|
+
"fRetailPrice": "CHF 0.50",
|
461
|
+
"fWholesalePrice": "CHF 0.32",
|
462
|
+
"fWholesalePrice2": "CHF 0.39",
|
463
|
+
"tierStem": "1"
|
464
|
+
},
|
465
|
+
"KR": {
|
466
|
+
"countryName": "Korea, Republic Of",
|
467
|
+
"fRetailPrice": "US$0.54",
|
468
|
+
"fWholesalePrice": "US$0.39",
|
469
|
+
"fWholesalePrice2": "US$0.46",
|
470
|
+
"tierStem": "1"
|
471
|
+
},
|
472
|
+
"SZ": {
|
473
|
+
"countryName": "Swaziland",
|
474
|
+
"fRetailPrice": "US$0.49",
|
475
|
+
"fWholesalePrice": "US$0.35",
|
476
|
+
"fWholesalePrice2": "US$0.42",
|
477
|
+
"tierStem": "1"
|
478
|
+
},
|
479
|
+
"CL": {
|
480
|
+
"countryName": "Chile",
|
481
|
+
"fRetailPrice": "US$0.49",
|
482
|
+
"fWholesalePrice": "US$0.35",
|
483
|
+
"fWholesalePrice2": "US$0.42",
|
484
|
+
"tierStem": "1"
|
485
|
+
},
|
486
|
+
"CN": {
|
487
|
+
"countryName": "China",
|
488
|
+
"fRetailPrice": "CN¥3.00",
|
489
|
+
"fWholesalePrice": "CN¥2.06",
|
490
|
+
"fWholesalePrice2": "CN¥2.50",
|
491
|
+
"tierStem": "3"
|
492
|
+
},
|
493
|
+
"CO": {
|
494
|
+
"countryName": "Colombia",
|
495
|
+
"fRetailPrice": "US$0.49",
|
496
|
+
"fWholesalePrice": "US$0.35",
|
497
|
+
"fWholesalePrice2": "US$0.42",
|
498
|
+
"tierStem": "1"
|
499
|
+
},
|
500
|
+
"KW": {
|
501
|
+
"countryName": "Kuwait",
|
502
|
+
"fRetailPrice": "US$0.49",
|
503
|
+
"fWholesalePrice": "US$0.35",
|
504
|
+
"fWholesalePrice2": "US$0.42",
|
505
|
+
"tierStem": "1"
|
506
|
+
},
|
507
|
+
"KY": {
|
508
|
+
"countryName": "Cayman Islands",
|
509
|
+
"fRetailPrice": "US$0.49",
|
510
|
+
"fWholesalePrice": "US$0.35",
|
511
|
+
"fWholesalePrice2": "US$0.42",
|
512
|
+
"tierStem": "1"
|
513
|
+
},
|
514
|
+
"CR": {
|
515
|
+
"countryName": "Costa Rica",
|
516
|
+
"fRetailPrice": "US$0.49",
|
517
|
+
"fWholesalePrice": "US$0.35",
|
518
|
+
"fWholesalePrice2": "US$0.42",
|
519
|
+
"tierStem": "1"
|
520
|
+
},
|
521
|
+
"KZ": {
|
522
|
+
"countryName": "Kazakhstan",
|
523
|
+
"fRetailPrice": "149.00₸",
|
524
|
+
"fWholesalePrice": "104.30₸",
|
525
|
+
"fWholesalePrice2": "126.65₸",
|
526
|
+
"tierStem": "4"
|
527
|
+
},
|
528
|
+
"TC": {
|
529
|
+
"countryName": "Turks and Caicos",
|
530
|
+
"fRetailPrice": "US$0.49",
|
531
|
+
"fWholesalePrice": "US$0.35",
|
532
|
+
"fWholesalePrice2": "US$0.42",
|
533
|
+
"tierStem": "1"
|
534
|
+
},
|
535
|
+
"TD": {
|
536
|
+
"countryName": "Chad",
|
537
|
+
"fRetailPrice": "US$0.49",
|
538
|
+
"fWholesalePrice": "US$0.35",
|
539
|
+
"fWholesalePrice2": "US$0.42",
|
540
|
+
"tierStem": "1"
|
541
|
+
},
|
542
|
+
"CV": {
|
543
|
+
"countryName": "Cape Verde",
|
544
|
+
"fRetailPrice": "US$0.49",
|
545
|
+
"fWholesalePrice": "US$0.35",
|
546
|
+
"fWholesalePrice2": "US$0.42",
|
547
|
+
"tierStem": "1"
|
548
|
+
},
|
549
|
+
"TH": {
|
550
|
+
"countryName": "Thailand",
|
551
|
+
"fRetailPrice": "฿15.00",
|
552
|
+
"fWholesalePrice": "฿10.50",
|
553
|
+
"fWholesalePrice2": "฿12.75",
|
554
|
+
"tierStem": "2"
|
555
|
+
},
|
556
|
+
"LA": {
|
557
|
+
"countryName": "Lao People's Democratic Republic",
|
558
|
+
"fRetailPrice": "US$0.49",
|
559
|
+
"fWholesalePrice": "US$0.35",
|
560
|
+
"fWholesalePrice2": "US$0.42",
|
561
|
+
"tierStem": "1"
|
562
|
+
},
|
563
|
+
"CY": {
|
564
|
+
"countryName": "Cyprus",
|
565
|
+
"fRetailPrice": "0,49 €",
|
566
|
+
"fWholesalePrice": "0,29 €",
|
567
|
+
"fWholesalePrice2": "0,35 €",
|
568
|
+
"tierStem": "1"
|
569
|
+
},
|
570
|
+
"LB": {
|
571
|
+
"countryName": "Lebanon",
|
572
|
+
"fRetailPrice": "US$0.49",
|
573
|
+
"fWholesalePrice": "US$0.35",
|
574
|
+
"fWholesalePrice2": "US$0.42",
|
575
|
+
"tierStem": "1"
|
576
|
+
},
|
577
|
+
"TJ": {
|
578
|
+
"countryName": "Tajikistan",
|
579
|
+
"fRetailPrice": "US$0.49",
|
580
|
+
"fWholesalePrice": "US$0.35",
|
581
|
+
"fWholesalePrice2": "US$0.42",
|
582
|
+
"tierStem": "1"
|
583
|
+
},
|
584
|
+
"CZ": {
|
585
|
+
"countryName": "Czech Republic",
|
586
|
+
"fRetailPrice": "0,49 €",
|
587
|
+
"fWholesalePrice": "0,28 €",
|
588
|
+
"fWholesalePrice2": "0,34 €",
|
589
|
+
"tierStem": "1"
|
590
|
+
},
|
591
|
+
"LC": {
|
592
|
+
"countryName": "Saint Lucia",
|
593
|
+
"fRetailPrice": "US$0.49",
|
594
|
+
"fWholesalePrice": "US$0.35",
|
595
|
+
"fWholesalePrice2": "US$0.42",
|
596
|
+
"tierStem": "1"
|
597
|
+
},
|
598
|
+
"TM": {
|
599
|
+
"countryName": "Turkmenistan",
|
600
|
+
"fRetailPrice": "US$0.49",
|
601
|
+
"fWholesalePrice": "US$0.35",
|
602
|
+
"fWholesalePrice2": "US$0.42",
|
603
|
+
"tierStem": "1"
|
604
|
+
},
|
605
|
+
"TN": {
|
606
|
+
"countryName": "Tunisia",
|
607
|
+
"fRetailPrice": "US$0.49",
|
608
|
+
"fWholesalePrice": "US$0.35",
|
609
|
+
"fWholesalePrice2": "US$0.42",
|
610
|
+
"tierStem": "1"
|
611
|
+
},
|
612
|
+
"TR": {
|
613
|
+
"countryName": "Turkey",
|
614
|
+
"fRetailPrice": "1,49 TL",
|
615
|
+
"fWholesalePrice": "1,04 TL",
|
616
|
+
"fWholesalePrice2": "1,27 TL",
|
617
|
+
"tierStem": "3"
|
618
|
+
},
|
619
|
+
"LK": {
|
620
|
+
"countryName": "Sri Lanka",
|
621
|
+
"fRetailPrice": "US$0.49",
|
622
|
+
"fWholesalePrice": "US$0.35",
|
623
|
+
"fWholesalePrice2": "US$0.42",
|
624
|
+
"tierStem": "1"
|
625
|
+
},
|
626
|
+
"TT": {
|
627
|
+
"countryName": "Trinidad and Tobago",
|
628
|
+
"fRetailPrice": "US$0.49",
|
629
|
+
"fWholesalePrice": "US$0.35",
|
630
|
+
"fWholesalePrice2": "US$0.42",
|
631
|
+
"tierStem": "1"
|
632
|
+
},
|
633
|
+
"DE": {
|
634
|
+
"countryName": "Germany",
|
635
|
+
"fRetailPrice": "0,49 €",
|
636
|
+
"fWholesalePrice": "0,29 €",
|
637
|
+
"fWholesalePrice2": "0,35 €",
|
638
|
+
"tierStem": "1"
|
639
|
+
},
|
640
|
+
"TW": {
|
641
|
+
"countryName": "Taiwan",
|
642
|
+
"fRetailPrice": "NT$ 10",
|
643
|
+
"fWholesalePrice": "NT$ 7",
|
644
|
+
"fWholesalePrice2": "NT$ 9",
|
645
|
+
"tierStem": "1"
|
646
|
+
},
|
647
|
+
"LR": {
|
648
|
+
"countryName": "Liberia",
|
649
|
+
"fRetailPrice": "US$0.49",
|
650
|
+
"fWholesalePrice": "US$0.35",
|
651
|
+
"fWholesalePrice2": "US$0.42",
|
652
|
+
"tierStem": "1"
|
653
|
+
},
|
654
|
+
"TZ": {
|
655
|
+
"countryName": "Tanzania, United Republic Of",
|
656
|
+
"fRetailPrice": "900.00 TZS",
|
657
|
+
"fWholesalePrice": "630.00 TZS",
|
658
|
+
"fWholesalePrice2": "765.00 TZS",
|
659
|
+
"tierStem": "3"
|
660
|
+
},
|
661
|
+
"DK": {
|
662
|
+
"countryName": "Denmark",
|
663
|
+
"fRetailPrice": "5,00 kr",
|
664
|
+
"fWholesalePrice": "2,80 kr",
|
665
|
+
"fWholesalePrice2": "3,40 kr",
|
666
|
+
"tierStem": "1"
|
667
|
+
},
|
668
|
+
"LT": {
|
669
|
+
"countryName": "Lithuania",
|
670
|
+
"fRetailPrice": "0,49 €",
|
671
|
+
"fWholesalePrice": "0,28 €",
|
672
|
+
"fWholesalePrice2": "0,34 €",
|
673
|
+
"tierStem": "1"
|
674
|
+
},
|
675
|
+
"DM": {
|
676
|
+
"countryName": "Dominica",
|
677
|
+
"fRetailPrice": "US$0.49",
|
678
|
+
"fWholesalePrice": "US$0.35",
|
679
|
+
"fWholesalePrice2": "US$0.42",
|
680
|
+
"tierStem": "1"
|
681
|
+
},
|
682
|
+
"LU": {
|
683
|
+
"countryName": "Luxembourg",
|
684
|
+
"fRetailPrice": "0,49 €",
|
685
|
+
"fWholesalePrice": "0,29 €",
|
686
|
+
"fWholesalePrice2": "0,36 €",
|
687
|
+
"tierStem": "1"
|
688
|
+
},
|
689
|
+
"LV": {
|
690
|
+
"countryName": "Latvia",
|
691
|
+
"fRetailPrice": "0,49 €",
|
692
|
+
"fWholesalePrice": "0,28 €",
|
693
|
+
"fWholesalePrice2": "0,34 €",
|
694
|
+
"tierStem": "1"
|
695
|
+
},
|
696
|
+
"DO": {
|
697
|
+
"countryName": "Dominican Republic",
|
698
|
+
"fRetailPrice": "US$0.49",
|
699
|
+
"fWholesalePrice": "US$0.35",
|
700
|
+
"fWholesalePrice2": "US$0.42",
|
701
|
+
"tierStem": "1"
|
702
|
+
},
|
703
|
+
"UA": {
|
704
|
+
"countryName": "Ukraine",
|
705
|
+
"fRetailPrice": "US$0.49",
|
706
|
+
"fWholesalePrice": "US$0.35",
|
707
|
+
"fWholesalePrice2": "US$0.42",
|
708
|
+
"tierStem": "1"
|
709
|
+
},
|
710
|
+
"UG": {
|
711
|
+
"countryName": "Uganda",
|
712
|
+
"fRetailPrice": "US$0.49",
|
713
|
+
"fWholesalePrice": "US$0.35",
|
714
|
+
"fWholesalePrice2": "US$0.42",
|
715
|
+
"tierStem": "1"
|
716
|
+
},
|
717
|
+
"DZ": {
|
718
|
+
"countryName": "Algeria",
|
719
|
+
"fRetailPrice": "US$0.49",
|
720
|
+
"fWholesalePrice": "US$0.35",
|
721
|
+
"fWholesalePrice2": "US$0.42",
|
722
|
+
"tierStem": "1"
|
723
|
+
},
|
724
|
+
"MD": {
|
725
|
+
"countryName": "Moldova, Republic Of",
|
726
|
+
"fRetailPrice": "US$0.49",
|
727
|
+
"fWholesalePrice": "US$0.35",
|
728
|
+
"fWholesalePrice2": "US$0.42",
|
729
|
+
"tierStem": "1"
|
730
|
+
},
|
731
|
+
"MG": {
|
732
|
+
"countryName": "Madagascar",
|
733
|
+
"fRetailPrice": "US$0.49",
|
734
|
+
"fWholesalePrice": "US$0.35",
|
735
|
+
"fWholesalePrice2": "US$0.42",
|
736
|
+
"tierStem": "1"
|
737
|
+
},
|
738
|
+
"EC": {
|
739
|
+
"countryName": "Ecuador",
|
740
|
+
"fRetailPrice": "US$0.49",
|
741
|
+
"fWholesalePrice": "US$0.35",
|
742
|
+
"fWholesalePrice2": "US$0.42",
|
743
|
+
"tierStem": "1"
|
744
|
+
},
|
745
|
+
"MK": {
|
746
|
+
"countryName": "Macedonia, The Former Yugoslav Republic Of",
|
747
|
+
"fRetailPrice": "US$0.49",
|
748
|
+
"fWholesalePrice": "US$0.35",
|
749
|
+
"fWholesalePrice2": "US$0.42",
|
750
|
+
"tierStem": "1"
|
751
|
+
},
|
752
|
+
"US": {
|
753
|
+
"countryName": "United States",
|
754
|
+
"fRetailPrice": "US$0.49",
|
755
|
+
"fWholesalePrice": "US$0.35",
|
756
|
+
"fWholesalePrice2": "US$0.42",
|
757
|
+
"tierStem": "1"
|
758
|
+
},
|
759
|
+
"ML": {
|
760
|
+
"countryName": "Mali",
|
761
|
+
"fRetailPrice": "US$0.49",
|
762
|
+
"fWholesalePrice": "US$0.35",
|
763
|
+
"fWholesalePrice2": "US$0.42",
|
764
|
+
"tierStem": "1"
|
765
|
+
},
|
766
|
+
"EE": {
|
767
|
+
"countryName": "Estonia",
|
768
|
+
"fRetailPrice": "0,49 €",
|
769
|
+
"fWholesalePrice": "0,29 €",
|
770
|
+
"fWholesalePrice2": "0,35 €",
|
771
|
+
"tierStem": "1"
|
772
|
+
},
|
773
|
+
"MN": {
|
774
|
+
"countryName": "Mongolia",
|
775
|
+
"fRetailPrice": "US$0.49",
|
776
|
+
"fWholesalePrice": "US$0.35",
|
777
|
+
"fWholesalePrice2": "US$0.42",
|
778
|
+
"tierStem": "1"
|
779
|
+
},
|
780
|
+
"EG": {
|
781
|
+
"countryName": "Egypt",
|
782
|
+
"fRetailPrice": "EGP8.99",
|
783
|
+
"fWholesalePrice": "EGP5.57",
|
784
|
+
"fWholesalePrice2": "EGP6.76",
|
785
|
+
"tierStem": "7"
|
786
|
+
},
|
787
|
+
"MO": {
|
788
|
+
"countryName": "Macau",
|
789
|
+
"fRetailPrice": "US$0.49",
|
790
|
+
"fWholesalePrice": "US$0.35",
|
791
|
+
"fWholesalePrice2": "US$0.42",
|
792
|
+
"tierStem": "1"
|
793
|
+
},
|
794
|
+
"UY": {
|
795
|
+
"countryName": "Uruguay",
|
796
|
+
"fRetailPrice": "US$0.49",
|
797
|
+
"fWholesalePrice": "US$0.35",
|
798
|
+
"fWholesalePrice2": "US$0.42",
|
799
|
+
"tierStem": "1"
|
800
|
+
},
|
801
|
+
"MR": {
|
802
|
+
"countryName": "Mauritania",
|
803
|
+
"fRetailPrice": "US$0.49",
|
804
|
+
"fWholesalePrice": "US$0.35",
|
805
|
+
"fWholesalePrice2": "US$0.42",
|
806
|
+
"tierStem": "1"
|
807
|
+
},
|
808
|
+
"UZ": {
|
809
|
+
"countryName": "Uzbekistan",
|
810
|
+
"fRetailPrice": "US$0.49",
|
811
|
+
"fWholesalePrice": "US$0.35",
|
812
|
+
"fWholesalePrice2": "US$0.42",
|
813
|
+
"tierStem": "1"
|
814
|
+
},
|
815
|
+
"MS": {
|
816
|
+
"countryName": "Montserrat",
|
817
|
+
"fRetailPrice": "US$0.49",
|
818
|
+
"fWholesalePrice": "US$0.35",
|
819
|
+
"fWholesalePrice2": "US$0.42",
|
820
|
+
"tierStem": "1"
|
821
|
+
},
|
822
|
+
"MT": {
|
823
|
+
"countryName": "Malta",
|
824
|
+
"fRetailPrice": "0,49 €",
|
825
|
+
"fWholesalePrice": "0,29 €",
|
826
|
+
"fWholesalePrice2": "0,35 €",
|
827
|
+
"tierStem": "1"
|
828
|
+
},
|
829
|
+
"MU": {
|
830
|
+
"countryName": "Mauritius",
|
831
|
+
"fRetailPrice": "US$0.49",
|
832
|
+
"fWholesalePrice": "US$0.35",
|
833
|
+
"fWholesalePrice2": "US$0.42",
|
834
|
+
"tierStem": "1"
|
835
|
+
},
|
836
|
+
"MW": {
|
837
|
+
"countryName": "Malawi",
|
838
|
+
"fRetailPrice": "US$0.49",
|
839
|
+
"fWholesalePrice": "US$0.35",
|
840
|
+
"fWholesalePrice2": "US$0.42",
|
841
|
+
"tierStem": "1"
|
842
|
+
},
|
843
|
+
"MX": {
|
844
|
+
"countryName": "Mexico",
|
845
|
+
"fRetailPrice": "$9.00",
|
846
|
+
"fWholesalePrice": "$6.30",
|
847
|
+
"fWholesalePrice2": "$7.65",
|
848
|
+
"tierStem": "2"
|
849
|
+
},
|
850
|
+
"MY": {
|
851
|
+
"countryName": "Malaysia",
|
852
|
+
"fRetailPrice": "RM1.90",
|
853
|
+
"fWholesalePrice": "RM1.33",
|
854
|
+
"fWholesalePrice2": "RM1.62",
|
855
|
+
"tierStem": "2"
|
856
|
+
},
|
857
|
+
"MZ": {
|
858
|
+
"countryName": "Mozambique",
|
859
|
+
"fRetailPrice": "US$0.49",
|
860
|
+
"fWholesalePrice": "US$0.35",
|
861
|
+
"fWholesalePrice2": "US$0.42",
|
862
|
+
"tierStem": "1"
|
863
|
+
},
|
864
|
+
"VC": {
|
865
|
+
"countryName": "St. Vincent and The Grenadines",
|
866
|
+
"fRetailPrice": "US$0.49",
|
867
|
+
"fWholesalePrice": "US$0.35",
|
868
|
+
"fWholesalePrice2": "US$0.42",
|
869
|
+
"tierStem": "1"
|
870
|
+
},
|
871
|
+
"ES": {
|
872
|
+
"countryName": "Spain",
|
873
|
+
"fRetailPrice": "0,49 €",
|
874
|
+
"fWholesalePrice": "0,28 €",
|
875
|
+
"fWholesalePrice2": "0,34 €",
|
876
|
+
"tierStem": "1"
|
877
|
+
},
|
878
|
+
"VE": {
|
879
|
+
"countryName": "Venezuela",
|
880
|
+
"fRetailPrice": "US$0.49",
|
881
|
+
"fWholesalePrice": "US$0.35",
|
882
|
+
"fWholesalePrice2": "US$0.42",
|
883
|
+
"tierStem": "1"
|
884
|
+
},
|
885
|
+
"VG": {
|
886
|
+
"countryName": "Virgin Islands, British",
|
887
|
+
"fRetailPrice": "US$0.49",
|
888
|
+
"fWholesalePrice": "US$0.35",
|
889
|
+
"fWholesalePrice2": "US$0.42",
|
890
|
+
"tierStem": "1"
|
891
|
+
},
|
892
|
+
"NA": {
|
893
|
+
"countryName": "Namibia",
|
894
|
+
"fRetailPrice": "US$0.49",
|
895
|
+
"fWholesalePrice": "US$0.35",
|
896
|
+
"fWholesalePrice2": "US$0.42",
|
897
|
+
"tierStem": "1"
|
898
|
+
},
|
899
|
+
"NE": {
|
900
|
+
"countryName": "Niger",
|
901
|
+
"fRetailPrice": "US$0.49",
|
902
|
+
"fWholesalePrice": "US$0.35",
|
903
|
+
"fWholesalePrice2": "US$0.42",
|
904
|
+
"tierStem": "1"
|
905
|
+
},
|
906
|
+
"VN": {
|
907
|
+
"countryName": "Vietnam",
|
908
|
+
"fRetailPrice": "9.000đ",
|
909
|
+
"fWholesalePrice": "6.300đ",
|
910
|
+
"fWholesalePrice2": "7.650đ",
|
911
|
+
"tierStem": "3"
|
912
|
+
},
|
913
|
+
"NG": {
|
914
|
+
"countryName": "Nigeria",
|
915
|
+
"fRetailPrice": "₦ 150.00",
|
916
|
+
"fWholesalePrice": "₦ 105.00",
|
917
|
+
"fWholesalePrice2": "₦ 127.50",
|
918
|
+
"tierStem": "2"
|
919
|
+
},
|
920
|
+
"NI": {
|
921
|
+
"countryName": "Nicaragua",
|
922
|
+
"fRetailPrice": "US$0.49",
|
923
|
+
"fWholesalePrice": "US$0.35",
|
924
|
+
"fWholesalePrice2": "US$0.42",
|
925
|
+
"tierStem": "1"
|
926
|
+
},
|
927
|
+
"NL": {
|
928
|
+
"countryName": "Netherlands",
|
929
|
+
"fRetailPrice": "0,49 €",
|
930
|
+
"fWholesalePrice": "0,28 €",
|
931
|
+
"fWholesalePrice2": "0,34 €",
|
932
|
+
"tierStem": "1"
|
933
|
+
},
|
934
|
+
"NO": {
|
935
|
+
"countryName": "Norway",
|
936
|
+
"fRetailPrice": "5,00 kr",
|
937
|
+
"fWholesalePrice": "2,80 kr",
|
938
|
+
"fWholesalePrice2": "3,40 kr",
|
939
|
+
"tierStem": "1"
|
940
|
+
},
|
941
|
+
"NP": {
|
942
|
+
"countryName": "Nepal",
|
943
|
+
"fRetailPrice": "US$0.49",
|
944
|
+
"fWholesalePrice": "US$0.35",
|
945
|
+
"fWholesalePrice2": "US$0.42",
|
946
|
+
"tierStem": "1"
|
947
|
+
},
|
948
|
+
"FI": {
|
949
|
+
"countryName": "Finland",
|
950
|
+
"fRetailPrice": "0,49 €",
|
951
|
+
"fWholesalePrice": "0,28 €",
|
952
|
+
"fWholesalePrice2": "0,34 €",
|
953
|
+
"tierStem": "1"
|
954
|
+
},
|
955
|
+
"FJ": {
|
956
|
+
"countryName": "Fiji",
|
957
|
+
"fRetailPrice": "US$0.49",
|
958
|
+
"fWholesalePrice": "US$0.35",
|
959
|
+
"fWholesalePrice2": "US$0.42",
|
960
|
+
"tierStem": "1"
|
961
|
+
},
|
962
|
+
"FM": {
|
963
|
+
"countryName": "Micronesia, Federated States of",
|
964
|
+
"fRetailPrice": "US$0.49",
|
965
|
+
"fWholesalePrice": "US$0.35",
|
966
|
+
"fWholesalePrice2": "US$0.42",
|
967
|
+
"tierStem": "1"
|
968
|
+
},
|
969
|
+
"FR": {
|
970
|
+
"countryName": "France",
|
971
|
+
"fRetailPrice": "0,49 €",
|
972
|
+
"fWholesalePrice": "0,29 €",
|
973
|
+
"fWholesalePrice2": "0,35 €",
|
974
|
+
"tierStem": "1"
|
975
|
+
},
|
976
|
+
"NZ": {
|
977
|
+
"countryName": "New Zealand",
|
978
|
+
"fRetailPrice": "NZ$0.49",
|
979
|
+
"fWholesalePrice": "NZ$0.30",
|
980
|
+
"fWholesalePrice2": "NZ$0.36",
|
981
|
+
"tierStem": "1"
|
982
|
+
},
|
983
|
+
"GB": {
|
984
|
+
"countryName": "United Kingdom",
|
985
|
+
"fRetailPrice": "£0.49",
|
986
|
+
"fWholesalePrice": "£0.29",
|
987
|
+
"fWholesalePrice2": "£0.35",
|
988
|
+
"tierStem": "1"
|
989
|
+
},
|
990
|
+
"GD": {
|
991
|
+
"countryName": "Grenada",
|
992
|
+
"fRetailPrice": "US$0.49",
|
993
|
+
"fWholesalePrice": "US$0.35",
|
994
|
+
"fWholesalePrice2": "US$0.42",
|
995
|
+
"tierStem": "1"
|
996
|
+
},
|
997
|
+
"OM": {
|
998
|
+
"countryName": "Oman",
|
999
|
+
"fRetailPrice": "US$0.49",
|
1000
|
+
"fWholesalePrice": "US$0.35",
|
1001
|
+
"fWholesalePrice2": "US$0.42",
|
1002
|
+
"tierStem": "1"
|
1003
|
+
},
|
1004
|
+
"GH": {
|
1005
|
+
"countryName": "Ghana",
|
1006
|
+
"fRetailPrice": "US$0.49",
|
1007
|
+
"fWholesalePrice": "US$0.35",
|
1008
|
+
"fWholesalePrice2": "US$0.42",
|
1009
|
+
"tierStem": "1"
|
1010
|
+
},
|
1011
|
+
"GM": {
|
1012
|
+
"countryName": "Gambia",
|
1013
|
+
"fRetailPrice": "US$0.49",
|
1014
|
+
"fWholesalePrice": "US$0.35",
|
1015
|
+
"fWholesalePrice2": "US$0.42",
|
1016
|
+
"tierStem": "1"
|
1017
|
+
},
|
1018
|
+
"GR": {
|
1019
|
+
"countryName": "Greece",
|
1020
|
+
"fRetailPrice": "0,49 €",
|
1021
|
+
"fWholesalePrice": "0,28 €",
|
1022
|
+
"fWholesalePrice2": "0,34 €",
|
1023
|
+
"tierStem": "1"
|
1024
|
+
},
|
1025
|
+
"GT": {
|
1026
|
+
"countryName": "Guatemala",
|
1027
|
+
"fRetailPrice": "US$0.49",
|
1028
|
+
"fWholesalePrice": "US$0.35",
|
1029
|
+
"fWholesalePrice2": "US$0.42",
|
1030
|
+
"tierStem": "1"
|
1031
|
+
},
|
1032
|
+
"GW": {
|
1033
|
+
"countryName": "Guinea-Bissau",
|
1034
|
+
"fRetailPrice": "US$0.49",
|
1035
|
+
"fWholesalePrice": "US$0.35",
|
1036
|
+
"fWholesalePrice2": "US$0.42",
|
1037
|
+
"tierStem": "1"
|
1038
|
+
},
|
1039
|
+
"PA": {
|
1040
|
+
"countryName": "Panama",
|
1041
|
+
"fRetailPrice": "US$0.49",
|
1042
|
+
"fWholesalePrice": "US$0.35",
|
1043
|
+
"fWholesalePrice2": "US$0.42",
|
1044
|
+
"tierStem": "1"
|
1045
|
+
},
|
1046
|
+
"GY": {
|
1047
|
+
"countryName": "Guyana",
|
1048
|
+
"fRetailPrice": "US$0.49",
|
1049
|
+
"fWholesalePrice": "US$0.35",
|
1050
|
+
"fWholesalePrice2": "US$0.42",
|
1051
|
+
"tierStem": "1"
|
1052
|
+
},
|
1053
|
+
"PE": {
|
1054
|
+
"countryName": "Peru",
|
1055
|
+
"fRetailPrice": "US$0.49",
|
1056
|
+
"fWholesalePrice": "US$0.35",
|
1057
|
+
"fWholesalePrice2": "US$0.42",
|
1058
|
+
"tierStem": "1"
|
1059
|
+
},
|
1060
|
+
"PG": {
|
1061
|
+
"countryName": "Papua New Guinea",
|
1062
|
+
"fRetailPrice": "US$0.49",
|
1063
|
+
"fWholesalePrice": "US$0.35",
|
1064
|
+
"fWholesalePrice2": "US$0.42",
|
1065
|
+
"tierStem": "1"
|
1066
|
+
},
|
1067
|
+
"PH": {
|
1068
|
+
"countryName": "Philippines",
|
1069
|
+
"fRetailPrice": "₱ 19.00",
|
1070
|
+
"fWholesalePrice": "₱ 13.30",
|
1071
|
+
"fWholesalePrice2": "₱ 16.15",
|
1072
|
+
"tierStem": "3"
|
1073
|
+
},
|
1074
|
+
"PK": {
|
1075
|
+
"countryName": "Pakistan",
|
1076
|
+
"fRetailPrice": "Rs 50.00",
|
1077
|
+
"fWholesalePrice": "Rs 35.00",
|
1078
|
+
"fWholesalePrice2": "Rs 42.50",
|
1079
|
+
"tierStem": "3"
|
1080
|
+
},
|
1081
|
+
"PL": {
|
1082
|
+
"countryName": "Poland",
|
1083
|
+
"fRetailPrice": "0,49 €",
|
1084
|
+
"fWholesalePrice": "0,28 €",
|
1085
|
+
"fWholesalePrice2": "0,34 €",
|
1086
|
+
"tierStem": "1"
|
1087
|
+
}
|
1088
|
+
},
|
1089
|
+
"messages": {
|
1090
|
+
"warn": null,
|
1091
|
+
"error": null,
|
1092
|
+
"info": null
|
1093
|
+
},
|
1094
|
+
"statusCode": "SUCCESS"
|
1095
|
+
}
|