@@ -140,7 +140,11 @@ If we run the program now, we'll see 34 items in total. Some items don't have va
140
140
[
141
141
...
142
142
{
143
+ <<<<<<< HEAD
143
144
"variantName" : null ,
145
+ =======
146
+ "variant" : null ,
147
+ >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
144
148
"url" : " https://warehouse-theme-metal.myshopify.com/products/klipsch-r-120sw-powerful-detailed-home-speaker-set-of-1" ,
145
149
"title" : " Klipsch R-120SW Powerful Detailed Home Speaker - Unit" ,
146
150
"minPrice" : 32400 ,
@@ -158,15 +162,23 @@ Some products will break into several items, each with a different variant name.
158
162
[
159
163
...
160
164
{
165
+ <<<<<<< HEAD
161
166
"variantName" : " Red - $178.00" ,
167
+ =======
168
+ "variant" : " Red - $178.00" ,
169
+ >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
162
170
"url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
163
171
"title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
164
172
"minPrice" : 12800 ,
165
173
"price" : null ,
166
174
"vendor" : " Sony"
167
175
},
168
176
{
177
+ <<<<<<< HEAD
169
178
"variantName" : " Black - $178.00" ,
179
+ =======
180
+ "variant" : " Black - $178.00" ,
181
+ >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
170
182
"url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
171
183
"title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
172
184
"minPrice" : 12800 ,
@@ -184,7 +196,11 @@ Perhaps surprisingly, some products with variants will have the price field set.
184
196
[
185
197
...
186
198
{
199
+ <<<<<<< HEAD
187
200
"variantName" : " Red - $74.95" ,
201
+ =======
202
+ "variant" : " Red - $74.95" ,
203
+ >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
188
204
"url" : " https://warehouse-theme-metal.myshopify.com/products/jbl-flip-4-waterproof-portable-bluetooth-speaker" ,
189
205
"title" : " JBL Flip 4 Waterproof Portable Bluetooth Speaker" ,
190
206
"minPrice" : 7495 ,
0 commit comments