@@ -140,11 +140,7 @@ If we run the program now, we'll see 34 items in total. Some items don't have va
140140[
141141 ...
142142 {
143- <<<<<<< HEAD
144143 "variantName" : null ,
145- =======
146- "variant" : null ,
147- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
148144 "url" : " https://warehouse-theme-metal.myshopify.com/products/klipsch-r-120sw-powerful-detailed-home-speaker-set-of-1" ,
149145 "title" : " Klipsch R-120SW Powerful Detailed Home Speaker - Unit" ,
150146 "minPrice" : 32400 ,
@@ -162,23 +158,15 @@ Some products will break into several items, each with a different variant name.
162158[
163159 ...
164160 {
165- <<<<<<< HEAD
166161 "variantName" : " Red - $178.00" ,
167- =======
168- "variant" : " Red - $178.00" ,
169- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
170162 "url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
171163 "title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
172164 "minPrice" : 12800 ,
173165 "price" : null ,
174166 "vendor" : " Sony"
175167 },
176168 {
177- <<<<<<< HEAD
178169 "variantName" : " Black - $178.00" ,
179- =======
180- "variant" : " Black - $178.00" ,
181- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
182170 "url" : " https://warehouse-theme-metal.myshopify.com/products/sony-xb950-extra-bass-wireless-headphones-with-app-control" ,
183171 "title" : " Sony XB-950B1 Extra Bass Wireless Headphones with App Control" ,
184172 "minPrice" : 12800 ,
@@ -196,11 +184,7 @@ Perhaps surprisingly, some products with variants will have the price field set.
196184[
197185 ...
198186 {
199- <<<<<<< HEAD
200187 "variantName" : " Red - $74.95" ,
201- =======
202- "variant" : " Red - $74.95" ,
203- >>>>>>> 7d8da199 (feat: update first half of scraping variants to be about JS)
204188 "url" : " https://warehouse-theme-metal.myshopify.com/products/jbl-flip-4-waterproof-portable-bluetooth-speaker" ,
205189 "title" : " JBL Flip 4 Waterproof Portable Bluetooth Speaker" ,
206190 "minPrice" : 7495 ,
0 commit comments