Gap Product Search avatar

Gap Product Search

Try for free

1 day trial then $22.99/month - No credit card required now

Go to Store
Gap Product Search

Gap Product Search

pintostudio/gap-product-search
Try for free

1 day trial then $22.99/month - No credit card required now

This Actor provides access to Gap's search functionality.(gap.com). It enables developers, and researchers to programmatically access to gap's extensive products database through a simple API interface.

GAP PRODUCT SEARCH ACTOR

Overview

This Actor provides access to Gap's search functionality.(gap.com). It enables developers, and researchers to programmatically access to gap's extensive products database through a simple API interface.

Features

  • Get h&m product search
  • paginate the results
  • Easy integration with other applications and workflows
  • Efficient data extraction with rate limiting and error handling

Input Parameters

  • query (required): Search term (e.g., "JACKET")
  • page Page number. Default: '1'
  • perPage Items per page. Default: '45'
  • locale Language/region. Default: 'en_US'
  • market Market region. Default: 'us'

Usage Examples

Basic Usage

1const input = {
2    "query": "jacket",
3    "page": "1",
4    "perPage": "55",
5    "locale": "en_US",
6    "market": "us",
7
8};

Output Format

The actor returns data in JSON format with the following structure:

1{
2  "pagination": {
3    "perPage": 45,
4    "page": 1,
5    "totalPagesAvailable": 8
6  },
7  "products": [
8    {
9      "id": "715005",
10      "name": "Vintage Soft Arch Logo Full-Zip Hoodie",
11      "priceRange": [
12        "49.95",
13        "59.95"
14      ],
15      "salePriceRange": [
16        "35.0",
17        "59.95"
18      ],
19      "reviewScore": 4.82,
20      "reviewCount": 934,
21      "brand": "GAP",
22      "market": "US",
23      "defaultThumbImage": "https://www.gap.com/webcontent/0056/963/443/cn56963443.jpg",
24      "excludedFromPromotion": "false",
25      "showSellerName": "false",
26      "freeShipping": "false",
27      "vendorId": "MAKALOT INDUSTRIAL CO LTD",
28      "colors": [
29        {
30          "id": "715005362",
31          "shortDescription": "PERFECT KHAKI",
32          "name": "PERFECT KHAKI",
33          "effectivePrice": "35.0",
34          "regularPrice": "59.95",
35          "priceType": "P",
36          "percentageOff": "42",
37          "inventoryCount": "0",
38          "backOrderInventoryCount": "0",
39          "defaultSizeVariantId": "REGULAR",
40          "skuSizes": [
41            "regular|tops|size|xxl",
42            "regular|tops|size|l",
43            "regular|tops|size|xxxl",
44            "regular|tops|size|xl",
45            "tall|tops|size|l",
46            "regular|tops|size|s",
47            "tall|tops|size|xl",
48            "regular|tops|size|xs",
49            "tall|tops|size|m",
50            "regular|tops|size|m"
51          ],
52          "ccMarketingFlagsDetails": [
53            {
54              "name": "40% off: price as marked",
55              "position": "9",
56              "type": "",
57              "subType": "MARKETING FLAG"
58            },
59            {
60              "name": "40% off: price as marked",
61              "position": "10",
62              "type": "",
63              "subType": "BADGE"
64            }
65          ],
66          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
67          "madeToOrder": "false",
68          "images": [
69            {
70              "type": "thumbImage",
71              "url": "https://www.gap.com/webcontent/0056/963/443/cn56963443.jpg"
72            },
73            {
74              "type": "zoomImage",
75              "url": "https://www.gap.com/webcontent/0056/963/451/cn56963451.jpg"
76            },
77            {
78              "type": "swatchImage",
79              "url": "https://www.gap.com/webcontent/0056/963/417/cn56963417.jpg"
80            },
81            {
82              "type": "swatchImageAttribute",
83              "url": "https://www.gap.com/webcontent/0056/963/417/cn56963417.jpg"
84            },
85            {
86              "type": "pristineImage",
87              "url": "https://www.gap.com/webcontent/0056/963/451/cn56963451.jpg"
88            }
89          ],
90          "mergeType": "STYLE",
91          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
92          "ccLevelMarketingFlags": [
93            {
94              "content": "40% off: price as marked",
95              "position": "9"
96            },
97            {
98              "content": "40% off: price as marked",
99              "position": "10"
100            }
101          ]
102        },
103        {
104          "id": "715005322",
105          "shortDescription": "LIGHT HEATHER GREY",
106          "name": "LIGHT HEATHER GREY",
107          "effectivePrice": "47.0",
108          "regularPrice": "59.95",
109          "priceType": "P",
110          "percentageOff": "22",
111          "inventoryCount": "0",
112          "backOrderInventoryCount": "0",
113          "defaultSizeVariantId": "REGULAR",
114          "skuSizes": [
115            "regular|tops|size|m",
116            "regular|tops|size|xl",
117            "regular|tops|size|xxl",
118            "regular|tops|size|xxxl",
119            "tall|tops|size|xl",
120            "regular|tops|size|s",
121            "regular|tops|size|l",
122            "tall|tops|size|xxxl",
123            "tall|tops|size|xxl",
124            "tall|tops|size|l"
125          ],
126          "ccMarketingFlagsDetails": [
127            {
128              "name": "Excluded from promotion",
129              "position": "9",
130              "type": "",
131              "subType": "MARKETING FLAG"
132            }
133          ],
134          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
135          "madeToOrder": "false",
136          "images": [
137            {
138              "type": "thumbImage",
139              "url": "https://www.gap.com/webcontent/0056/583/066/cn56583066.jpg"
140            },
141            {
142              "type": "zoomImage",
143              "url": "https://www.gap.com/webcontent/0056/583/088/cn56583088.jpg"
144            },
145            {
146              "type": "swatchImage",
147              "url": "https://www.gap.com/webcontent/0056/582/986/cn56582986.jpg"
148            },
149            {
150              "type": "swatchImageAttribute",
151              "url": "https://www.gap.com/webcontent/0056/582/986/cn56582986.jpg"
152            },
153            {
154              "type": "pristineImage",
155              "url": "https://www.gap.com/webcontent/0056/583/088/cn56583088.jpg"
156            }
157          ],
158          "mergeType": "STYLE",
159          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
160          "ccLevelMarketingFlags": [
161            {
162              "content": "Excluded from promotion",
163              "position": "9"
164            }
165          ]
166        },
167        {
168          "id": "715005302",
169          "shortDescription": "true black",
170          "name": "true black",
171          "effectivePrice": "47.0",
172          "regularPrice": "59.95",
173          "priceType": "P",
174          "percentageOff": "22",
175          "inventoryCount": "0",
176          "backOrderInventoryCount": "0",
177          "defaultSizeVariantId": "REGULAR",
178          "skuSizes": [
179            "tall|tops|size|m",
180            "regular|tops|size|s",
181            "tall|tops|size|xxl",
182            "regular|tops|size|xl",
183            "tall|tops|size|l",
184            "regular|tops|size|l",
185            "regular|tops|size|xxxl",
186            "tall|tops|size|xl",
187            "regular|tops|size|xs",
188            "regular|tops|size|xxl",
189            "regular|tops|size|m",
190            "tall|tops|size|xxxl"
191          ],
192          "ccMarketingFlagsDetails": [
193            {
194              "name": "Excluded from promotion",
195              "position": "9",
196              "type": "",
197              "subType": "MARKETING FLAG"
198            }
199          ],
200          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
201          "madeToOrder": "false",
202          "images": [
203            {
204              "type": "thumbImage",
205              "url": "https://www.gap.com/webcontent/0056/735/619/cn56735619.jpg"
206            },
207            {
208              "type": "zoomImage",
209              "url": "https://www.gap.com/webcontent/0056/735/643/cn56735643.jpg"
210            },
211            {
212              "type": "swatchImage",
213              "url": "https://www.gap.com/webcontent/0056/735/462/cn56735462.jpg"
214            },
215            {
216              "type": "swatchImageAttribute",
217              "url": "https://www.gap.com/webcontent/0056/735/462/cn56735462.jpg"
218            },
219            {
220              "type": "pristineImage",
221              "url": "https://www.gap.com/webcontent/0056/735/643/cn56735643.jpg"
222            }
223          ],
224          "mergeType": "STYLE",
225          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
226          "ccLevelMarketingFlags": [
227            {
228              "content": "Excluded from promotion",
229              "position": "9"
230            }
231          ]
232        },
233        {
234          "id": "715005332",
235          "shortDescription": "TAPESTRY NAVY",
236          "name": "TAPESTRY NAVY",
237          "effectivePrice": "47.0",
238          "regularPrice": "59.95",
239          "priceType": "P",
240          "percentageOff": "22",
241          "inventoryCount": "0",
242          "backOrderInventoryCount": "0",
243          "defaultSizeVariantId": "REGULAR",
244          "skuSizes": [
245            "tall|tops|size|xxxl",
246            "tall|tops|size|m",
247            "tall|tops|size|xl",
248            "regular|tops|size|xxl",
249            "regular|tops|size|xl",
250            "tall|tops|size|xxl",
251            "tall|tops|size|l",
252            "regular|tops|size|m",
253            "regular|tops|size|l",
254            "regular|tops|size|xs",
255            "regular|tops|size|xxxl",
256            "regular|tops|size|s"
257          ],
258          "ccMarketingFlagsDetails": [
259            {
260              "name": "Excluded from promotion",
261              "position": "9",
262              "type": "",
263              "subType": "MARKETING FLAG"
264            }
265          ],
266          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
267          "madeToOrder": "false",
268          "images": [
269            {
270              "type": "thumbImage",
271              "url": "https://www.gap.com/webcontent/0056/747/402/cn56747402.jpg"
272            },
273            {
274              "type": "zoomImage",
275              "url": "https://www.gap.com/webcontent/0056/747/419/cn56747419.jpg"
276            },
277            {
278              "type": "swatchImage",
279              "url": "https://www.gap.com/webcontent/0056/747/371/cn56747371.jpg"
280            },
281            {
282              "type": "swatchImageAttribute",
283              "url": "https://www.gap.com/webcontent/0056/747/371/cn56747371.jpg"
284            },
285            {
286              "type": "pristineImage",
287              "url": "https://www.gap.com/webcontent/0056/747/419/cn56747419.jpg"
288            }
289          ],
290          "mergeType": "STYLE",
291          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
292          "ccLevelMarketingFlags": [
293            {
294              "content": "Excluded from promotion",
295              "position": "9"
296            }
297          ]
298        },
299        {
300          "id": "715005342",
301          "shortDescription": "off white",
302          "name": "off white",
303          "effectivePrice": "47.0",
304          "regularPrice": "59.95",
305          "priceType": "P",
306          "percentageOff": "22",
307          "inventoryCount": "0",
308          "backOrderInventoryCount": "0",
309          "defaultSizeVariantId": "REGULAR",
310          "skuSizes": [
311            "regular|tops|size|l",
312            "regular|tops|size|xl",
313            "regular|tops|size|xxxl",
314            "tall|tops|size|m",
315            "regular|tops|size|xxl",
316            "tall|tops|size|xxxl",
317            "regular|tops|size|s",
318            "tall|tops|size|xl",
319            "tall|tops|size|xxl",
320            "tall|tops|size|l",
321            "regular|tops|size|m"
322          ],
323          "ccMarketingFlagsDetails": [
324            {
325              "name": "Excluded from promotion",
326              "position": "9",
327              "type": "",
328              "subType": "MARKETING FLAG"
329            }
330          ],
331          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
332          "madeToOrder": "false",
333          "images": [
334            {
335              "type": "thumbImage",
336              "url": "https://www.gap.com/webcontent/0056/083/181/cn56083181.jpg"
337            },
338            {
339              "type": "zoomImage",
340              "url": "https://www.gap.com/webcontent/0056/083/198/cn56083198.jpg"
341            },
342            {
343              "type": "swatchImage",
344              "url": "https://www.gap.com/webcontent/0056/082/982/cn56082982.jpg"
345            },
346            {
347              "type": "swatchImageAttribute",
348              "url": "https://www.gap.com/webcontent/0056/082/982/cn56082982.jpg"
349            },
350            {
351              "type": "pristineImage",
352              "url": "https://www.gap.com/webcontent/0056/083/198/cn56083198.jpg"
353            }
354          ],
355          "mergeType": "STYLE",
356          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
357          "ccLevelMarketingFlags": [
358            {
359              "content": "Excluded from promotion",
360              "position": "9"
361            }
362          ]
363        },
364        {
365          "id": "715005312",
366          "shortDescription": "black grey",
367          "name": "black grey",
368          "effectivePrice": "47.0",
369          "regularPrice": "59.95",
370          "priceType": "P",
371          "percentageOff": "22",
372          "inventoryCount": "0",
373          "backOrderInventoryCount": "0",
374          "defaultSizeVariantId": "REGULAR",
375          "skuSizes": [
376            "regular|tops|size|xxxl",
377            "tall|tops|size|m",
378            "regular|tops|size|s",
379            "regular|tops|size|l",
380            "regular|tops|size|xxl",
381            "tall|tops|size|l",
382            "regular|tops|size|xl",
383            "tall|tops|size|xl",
384            "tall|tops|size|xxxl",
385            "tall|tops|size|xxl",
386            "regular|tops|size|xs",
387            "regular|tops|size|m"
388          ],
389          "ccMarketingFlagsDetails": [
390            {
391              "name": "Excluded from promotion",
392              "position": "9",
393              "type": "",
394              "subType": "MARKETING FLAG"
395            }
396          ],
397          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
398          "madeToOrder": "false",
399          "images": [
400            {
401              "type": "thumbImage",
402              "url": "https://www.gap.com/webcontent/0056/100/497/cn56100497.jpg"
403            },
404            {
405              "type": "zoomImage",
406              "url": "https://www.gap.com/webcontent/0056/100/507/cn56100507.jpg"
407            },
408            {
409              "type": "swatchImage",
410              "url": "https://www.gap.com/webcontent/0056/100/302/cn56100302.jpg"
411            },
412            {
413              "type": "swatchImageAttribute",
414              "url": "https://www.gap.com/webcontent/0056/100/302/cn56100302.jpg"
415            },
416            {
417              "type": "pristineImage",
418              "url": "https://www.gap.com/webcontent/0056/100/507/cn56100507.jpg"
419            }
420          ],
421          "mergeType": "STYLE",
422          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
423          "ccLevelMarketingFlags": [
424            {
425              "content": "Excluded from promotion",
426              "position": "9"
427            }
428          ]
429        },
430        {
431          "id": "715005352",
432          "shortDescription": "french almond",
433          "name": "french almond",
434          "effectivePrice": "47.0",
435          "regularPrice": "59.95",
436          "priceType": "P",
437          "percentageOff": "22",
438          "inventoryCount": "0",
439          "backOrderInventoryCount": "0",
440          "defaultSizeVariantId": "REGULAR",
441          "skuSizes": [
442            "regular|tops|size|xxl",
443            "tall|tops|size|l",
444            "regular|tops|size|xxxl",
445            "regular|tops|size|xl",
446            "regular|tops|size|s",
447            "tall|tops|size|xxl",
448            "regular|tops|size|xs",
449            "regular|tops|size|l",
450            "tall|tops|size|xl",
451            "tall|tops|size|m",
452            "regular|tops|size|m"
453          ],
454          "ccMarketingFlagsDetails": [
455            {
456              "name": "Excluded from promotion",
457              "position": "9",
458              "type": "",
459              "subType": "MARKETING FLAG"
460            }
461          ],
462          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
463          "madeToOrder": "false",
464          "images": [
465            {
466              "type": "thumbImage",
467              "url": "https://www.gap.com/webcontent/0056/945/101/cn56945101.jpg"
468            },
469            {
470              "type": "zoomImage",
471              "url": "https://www.gap.com/webcontent/0056/945/113/cn56945113.jpg"
472            },
473            {
474              "type": "swatchImage",
475              "url": "https://www.gap.com/webcontent/0056/944/748/cn56944748.jpg"
476            },
477            {
478              "type": "swatchImageAttribute",
479              "url": "https://www.gap.com/webcontent/0056/944/748/cn56944748.jpg"
480            },
481            {
482              "type": "pristineImage",
483              "url": "https://www.gap.com/webcontent/0056/945/113/cn56945113.jpg"
484            }
485          ],
486          "mergeType": "STYLE",
487          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
488          "ccLevelMarketingFlags": [
489            {
490              "content": "Excluded from promotion",
491              "position": "9"
492            }
493          ]
494        },
495        {
496          "id": "715005012",
497          "shortDescription": "blue",
498          "name": "blue",
499          "effectivePrice": "49.95",
500          "regularPrice": "49.95",
501          "priceType": "R",
502          "percentageOff": "",
503          "inventoryCount": "0",
504          "backOrderInventoryCount": "0",
505          "defaultSizeVariantId": "REGULAR",
506          "skuSizes": [
507            "tall|tops|size|l",
508            "regular|tops|size|l",
509            "regular|tops|size|s",
510            "regular|tops|size|xs",
511            "regular|tops|size|xxl",
512            "regular|tops|size|m",
513            "regular|tops|size|xl",
514            "tall|tops|size|xl",
515            "regular|tops|size|xxxl"
516          ],
517          "ccMarketingFlagsDetails": [
518            {
519              "name": "Excluded from promotion",
520              "position": "9",
521              "type": "",
522              "subType": "MARKETING FLAG"
523            }
524          ],
525          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
526          "madeToOrder": "false",
527          "images": [
528            {
529              "type": "thumbImage",
530              "url": "https://www.gap.com/webcontent/0055/701/176/cn55701176.jpg"
531            },
532            {
533              "type": "zoomImage",
534              "url": "https://www.gap.com/webcontent/0055/701/188/cn55701188.jpg"
535            },
536            {
537              "type": "swatchImage",
538              "url": "https://www.gap.com/webcontent/0055/700/983/cn55700983.jpg"
539            },
540            {
541              "type": "swatchImageAttribute",
542              "url": "https://www.gap.com/webcontent/0055/700/983/cn55700983.jpg"
543            },
544            {
545              "type": "pristineImage",
546              "url": "https://www.gap.com/webcontent/0055/701/188/cn55701188.jpg"
547            }
548          ],
549          "mergeType": "STYLE",
550          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
551          "ccLevelMarketingFlags": [
552            {
553              "content": "Excluded from promotion",
554              "position": "9"
555            }
556          ]
557        },
558        {
559          "id": "715005062",
560          "shortDescription": "true black",
561          "name": "true black",
562          "effectivePrice": "49.95",
563          "regularPrice": "49.95",
564          "priceType": "R",
565          "percentageOff": "",
566          "inventoryCount": "0",
567          "backOrderInventoryCount": "0",
568          "defaultSizeVariantId": "REGULAR",
569          "skuSizes": [
570            "tall|tops|size|m",
571            "tall|tops|size|xl",
572            "tall|tops|size|xxl",
573            "regular|tops|size|l"
574          ],
575          "ccMarketingFlagsDetails": [
576            {
577              "name": "Excluded from promotion",
578              "position": "9",
579              "type": "",
580              "subType": "MARKETING FLAG"
581            }
582          ],
583          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
584          "madeToOrder": "false",
585          "images": [
586            {
587              "type": "thumbImage",
588              "url": "https://www.gap.com/webcontent/0055/700/998/cn55700998.jpg"
589            },
590            {
591              "type": "zoomImage",
592              "url": "https://www.gap.com/webcontent/0055/701/002/cn55701002.jpg"
593            },
594            {
595              "type": "swatchImage",
596              "url": "https://www.gap.com/webcontent/0055/700/984/cn55700984.jpg"
597            },
598            {
599              "type": "swatchImageAttribute",
600              "url": "https://www.gap.com/webcontent/0055/700/984/cn55700984.jpg"
601            },
602            {
603              "type": "pristineImage",
604              "url": "https://www.gap.com/webcontent/0055/701/002/cn55701002.jpg"
605            }
606          ],
607          "mergeType": "STYLE",
608          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
609          "ccLevelMarketingFlags": [
610            {
611              "content": "Excluded from promotion",
612              "position": "9"
613            }
614          ]
615        },
616        {
617          "id": "715005272",
618          "shortDescription": "Brown",
619          "name": "Brown",
620          "effectivePrice": "59.95",
621          "regularPrice": "59.95",
622          "priceType": "R",
623          "percentageOff": "",
624          "inventoryCount": "0",
625          "backOrderInventoryCount": "0",
626          "defaultSizeVariantId": "REGULAR",
627          "skuSizes": [
628            "regular|tops|size|l",
629            "regular|tops|size|xxl",
630            "regular|tops|size|xl",
631            "tall|tops|size|xxl",
632            "regular|tops|size|xxxl"
633          ],
634          "ccMarketingFlagsDetails": [
635            {
636              "name": "Excluded from promotion",
637              "position": "9",
638              "type": "",
639              "subType": "MARKETING FLAG"
640            }
641          ],
642          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
643          "madeToOrder": "false",
644          "images": [
645            {
646              "type": "thumbImage",
647              "url": "https://www.gap.com/webcontent/0056/000/373/cn56000373.jpg"
648            },
649            {
650              "type": "zoomImage",
651              "url": "https://www.gap.com/webcontent/0056/000/390/cn56000390.jpg"
652            },
653            {
654              "type": "swatchImage",
655              "url": "https://www.gap.com/webcontent/0056/000/205/cn56000205.jpg"
656            },
657            {
658              "type": "swatchImageAttribute",
659              "url": "https://www.gap.com/webcontent/0056/000/205/cn56000205.jpg"
660            },
661            {
662              "type": "pristineImage",
663              "url": "https://www.gap.com/webcontent/0056/000/390/cn56000390.jpg"
664            }
665          ],
666          "mergeType": "STYLE",
667          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
668          "ccLevelMarketingFlags": [
669            {
670              "content": "Excluded from promotion",
671              "position": "9"
672            }
673          ]
674        },
675        {
676          "id": "715005202",
677          "shortDescription": "light heather gray",
678          "name": "light heather gray",
679          "effectivePrice": "49.95",
680          "regularPrice": "49.95",
681          "priceType": "R",
682          "percentageOff": "",
683          "inventoryCount": "0",
684          "backOrderInventoryCount": "0",
685          "defaultSizeVariantId": "REGULAR",
686          "skuSizes": [
687            "tall|tops|size|xl",
688            "tall|tops|size|l",
689            "tall|tops|size|xxl",
690            "regular|tops|size|m",
691            "regular|tops|size|xl"
692          ],
693          "ccMarketingFlagsDetails": [
694            {
695              "name": "Excluded from promotion",
696              "position": "9",
697              "type": "",
698              "subType": "MARKETING FLAG"
699            }
700          ],
701          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
702          "madeToOrder": "false",
703          "images": [
704            {
705              "type": "thumbImage",
706              "url": "https://www.gap.com/webcontent/0054/561/440/cn54561440.jpg"
707            },
708            {
709              "type": "zoomImage",
710              "url": "https://www.gap.com/webcontent/0054/561/446/cn54561446.jpg"
711            },
712            {
713              "type": "swatchImage",
714              "url": "https://www.gap.com/webcontent/0054/561/414/cn54561414.jpg"
715            },
716            {
717              "type": "swatchImageAttribute",
718              "url": "https://www.gap.com/webcontent/0054/561/414/cn54561414.jpg"
719            },
720            {
721              "type": "pristineImage",
722              "url": "https://www.gap.com/webcontent/0054/561/446/cn54561446.jpg"
723            }
724          ],
725          "mergeType": "STYLE",
726          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
727          "ccLevelMarketingFlags": [
728            {
729              "content": "Excluded from promotion",
730              "position": "9"
731            }
732          ]
733        },
734        {
735          "id": "715005382",
736          "shortDescription": "JET STREAM BLUE",
737          "name": "JET STREAM BLUE",
738          "effectivePrice": "44.99",
739          "regularPrice": "59.95",
740          "priceType": "M",
741          "percentageOff": "25",
742          "inventoryCount": "0",
743          "backOrderInventoryCount": "0",
744          "defaultSizeVariantId": "REGULAR",
745          "skuSizes": [
746            "regular|tops|size|xs",
747            "tall|tops|size|l"
748          ],
749          "ccMarketingFlagsDetails": [
750            {
751              "name": "Extra 50% off at checkout",
752              "position": "6",
753              "type": "",
754              "subType": "MARKETING FLAG"
755            }
756          ],
757          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
758          "madeToOrder": "false",
759          "images": [
760            {
761              "type": "thumbImage",
762              "url": "https://www.gap.com/webcontent/0056/735/716/cn56735716.jpg"
763            },
764            {
765              "type": "zoomImage",
766              "url": "https://www.gap.com/webcontent/0056/735/735/cn56735735.jpg"
767            },
768            {
769              "type": "swatchImage",
770              "url": "https://www.gap.com/webcontent/0056/735/582/cn56735582.jpg"
771            },
772            {
773              "type": "swatchImageAttribute",
774              "url": "https://www.gap.com/webcontent/0056/735/582/cn56735582.jpg"
775            },
776            {
777              "type": "pristineImage",
778              "url": "https://www.gap.com/webcontent/0056/735/735/cn56735735.jpg"
779            }
780          ],
781          "mergeType": "STYLE",
782          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
783          "ccLevelMarketingFlags": [
784            {
785              "content": "Extra 50% off at checkout",
786              "position": "6"
787            }
788          ]
789        },
790        {
791          "id": "715005082",
792          "shortDescription": "new off white",
793          "name": "new off white",
794          "effectivePrice": "49.95",
795          "regularPrice": "49.95",
796          "priceType": "R",
797          "percentageOff": "",
798          "inventoryCount": "0",
799          "backOrderInventoryCount": "0",
800          "defaultSizeVariantId": "REGULAR",
801          "skuSizes": [
802            "tall|tops|size|xxl",
803            "tall|tops|size|l",
804            "regular|tops|size|xxl"
805          ],
806          "ccMarketingFlagsDetails": [
807            {
808              "name": "Excluded from promotion",
809              "position": "9",
810              "type": "",
811              "subType": "MARKETING FLAG"
812            }
813          ],
814          "vendorName": "MAKALOT INDUSTRIAL CO LTD",
815          "madeToOrder": "false",
816          "images": [
817            {
818              "type": "thumbImage",
819              "url": "https://www.gap.com/webcontent/0055/626/556/cn55626556.jpg"
820            },
821            {
822              "type": "zoomImage",
823              "url": "https://www.gap.com/webcontent/0055/626/565/cn55626565.jpg"
824            },
825            {
826              "type": "swatchImage",
827              "url": "https://www.gap.com/webcontent/0055/626/452/cn55626452.jpg"
828            },
829            {
830              "type": "swatchImageAttribute",
831              "url": "https://www.gap.com/webcontent/0055/626/452/cn55626452.jpg"
832            },
833            {
834              "type": "pristineImage",
835              "url": "https://www.gap.com/webcontent/0055/626/565/cn55626565.jpg"
836            }
837          ],
838          "mergeType": "STYLE",
839          "originalStyleTitle": "Vintage Soft Arch Logo Full-Zip Hoodie",
840          "ccLevelMarketingFlags": [
841            {
842              "content": "Excluded from promotion",
843              "position": "9"
844            }
845          ]
846        }
847      ]
848    },
849    {
850      "id": "733445",
851      "name": "Kids Vintage Soft Gap Logo Hoodie",
852      "priceRange": [
853        "44.95",
854        "49.95"
855      ],
856      "salePriceRange": [
857        "24.99",
858        "39.0"
859      ],
860      "reviewScore": 4.84,
861      "reviewCount": 569,
862      "brand": "GAP",
863      "market": "US",
864      "defaultThumbImage": "https://www.gap.com/webcontent/0057/533/031/cn57533031.jpg",
865      "excludedFromPromotion": "false",
866      "showSellerName": "false",
867      "freeShipping": "false",
868      "vendorId": "SAE-A TRADING CO., LTD",
869      "colors": [
870        {
871          "id": "733445052",
872          "shortDescription": "army jacket green",
873          "name": "army jacket green",
874          "effectivePrice": "24.99",
875          "regularPrice": "44.95",
876          "priceType": "M",
877          "percentageOff": "44",
878          "inventoryCount": "0",
879          "backOrderInventoryCount": "0",
880          "defaultSizeVariantId": "REGULAR",
881          "skuSizes": [
882            "regular|tops|size|4/5|xs",
883            "regular|tops|size|6/7|s",
884            "regular|tops|size|8|m"
885          ],
886          "ccMarketingFlagsDetails": [
887            {
888              "name": "Extra 50% off at checkout",
889              "position": "6",
890              "type": "",
891              "subType": "MARKETING FLAG"
892            }
893          ],
894          "vendorName": "SAE-A TRADING CO., LTD",
895          "madeToOrder": "false",
896          "images": [
897            {
898              "type": "thumbImage",
899              "url": "https://www.gap.com/webcontent/0057/533/031/cn57533031.jpg"
900            },
901            {
902              "type": "zoomImage",
903              "url": "https://www.gap.com/webcontent/0057/533/038/cn57533038.jpg"
904            },
905            {
906              "type": "swatchImage",
907              "url": "https://www.gap.com/webcontent/0056/464/384/cn56464384.jpg"
908            },
909            {
910              "type": "swatchImageAttribute",
911              "url": "https://www.gap.com/webcontent/0056/464/384/cn56464384.jpg"
912            },
913            {
914              "type": "pristineImage",
915              "url": "https://www.gap.com/webcontent/0057/533/038/cn57533038.jpg"
916            }
917          ],
918          "mergeType": "STYLE",
919          "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie",
920          "ccLevelMarketingFlags": [
921            {
922              "content": "Extra 50% off at checkout",
923              "position": "6"
924            }
925          ]
926        },
927        {
928          "id": "733445022",
929          "shortDescription": "black",
930          "name": "black",
931          "effectivePrice": "26.0",
932          "regularPrice": "44.95",
933          "priceType": "P",
934          "percentageOff": "42",
935          "inventoryCount": "0",
936          "backOrderInventoryCount": "0",
937          "defaultSizeVariantId": "REGULAR",
938          "skuSizes": [
939            "regular|tops|size|4/5|xs",
940            "regular|tops|size|6/7|s"
941          ],
942          "ccMarketingFlagsDetails": [
943            {
944              "name": "40% off: price as marked",
945              "position": "9",
946              "type": "",
947              "subType": "MARKETING FLAG"
948            },
949            {
950              "name": "40% off: price as marked",
951              "position": "10",
952              "type": "",
953              "subType": "BADGE"
954            }
955          ],
956          "vendorName": "SAE-A TRADING CO., LTD",
957          "madeToOrder": "false",
958          "images": [
959            {
960              "type": "thumbImage",
961              "url": "https://www.gap.com/webcontent/0053/991/308/cn53991308.jpg"
962            },
963            {
964              "type": "zoomImage",
965              "url": "https://www.gap.com/webcontent/0053/991/312/cn53991312.jpg"
966            },
967            {
968              "type": "swatchImage",
969              "url": "https://www.gap.com/webcontent/0053/990/927/cn53990927.jpg"
970            },
971            {
972              "type": "swatchImageAttribute",
973              "url": "https://www.gap.com/webcontent/0053/990/927/cn53990927.jpg"
974            },
975            {
976              "type": "pristineImage",
977              "url": "https://www.gap.com/webcontent/0053/991/312/cn53991312.jpg"
978            }
979          ],
980          "mergeType": "STYLE",
981          "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie",
982          "ccLevelMarketingFlags": [
983            {
984              "content": "40% off: price as marked",
985              "position": "9"
986            },
987            {
988              "content": "40% off: price as marked",
989              "position": "10"
990            }
991          ]
992        },
993        {
994          "id": "733445002",
995          "shortDescription": "light heather gray",
996          "name": "light heather gray",
997          "effectivePrice": "26.0",
998          "regularPrice": "44.95",
999          "priceType": "P",
1000          "percentageOff": "42",
1001          "inventoryCount": "0",
1002          "backOrderInventoryCount": "0",
1003          "defaultSizeVariantId": "REGULAR",
1004          "skuSizes": [
1005            "regular|tops|size|4/5|xs",
1006            "regular|tops|size|6/7|s"
1007          ],
1008          "ccMarketingFlagsDetails": [
1009            {
1010              "name": "40% off: price as marked",
1011              "position": "9",
1012              "type": "",
1013              "subType": "MARKETING FLAG"
1014            },
1015            {
1016              "name": "40% off: price as marked",
1017              "position": "10",
1018              "type": "",
1019              "subType": "BADGE"
1020            }
1021          ],
1022          "vendorName": "SAE-A TRADING CO., LTD",
1023          "madeToOrder": "false",
1024          "images": [
1025            {
1026              "type": "thumbImage",
1027              "url": "https://www.gap.com/webcontent/0020/603/973/cn20603973.jpg"
1028            },
1029            {
1030              "type": "zoomImage",
1031              "url": "https://www.gap.com/webcontent/0020/604/009/cn20604009.jpg"
1032            },
1033            {
1034              "type": "swatchImage",
1035              "url": "https://www.gap.com/webcontent/0020/603/741/cn20603741.jpg"
1036            },
1037            {
1038              "type": "swatchImageAttribute",
1039              "url": "https://www.gap.com/webcontent/0020/603/741/cn20603741.jpg"
1040            },
1041            {
1042              "type": "pristineImage",
1043              "url": "https://www.gap.com/webcontent/0020/604/009/cn20604009.jpg"
1044            }
1045          ],
1046          "mergeType": "STYLE",
1047          "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie",
1048          "ccLevelMarketingFlags": [
1049            {
1050              "content": "40% off: price as marked",
1051              "position": "9"
1052            },
1053            {
1054              "content": "40% off: price as marked",
1055              "position": "10"
1056            }
1057          ]
1058        },
1059        {
1060          "id": "655246022",
1061          "shortDescription": "true black",
1062          "name": "true black",
1063          "effectivePrice": "39.0",
1064          "regularPrice": "49.95",
1065          "priceType": "P",
1066          "percentageOff": "22",
1067          "inventoryCount": "0",
1068          "backOrderInventoryCount": "0",
1069          "defaultSizeVariantId": "REGULAR",
1070          "skuSizes": [
1071            "regular|tops|size|12|xl",
1072            "regular|tops|size|6/7|s",
1073            "regular|tops|size|8|m",
1074            "regular|tops|size|4/5|xs",
1075            "regular|tops|size|10|l",
1076            "regular|tops|size|14/16|xxl"
1077          ],
1078          "ccMarketingFlagsDetails": [
1079            {
1080              "name": "Excluded from promotion",
1081              "position": "9",
1082              "type": "",
1083              "subType": "MARKETING FLAG"
1084            }
1085          ],
1086          "vendorName": "SAE-A TRADING CO., LTD",
1087          "madeToOrder": "false",
1088          "images": [
1089            {
1090              "type": "thumbImage",
1091              "url": "https://www.gap.com/webcontent/0057/010/141/cn57010141.jpg"
1092            },
1093            {
1094              "type": "zoomImage",
1095              "url": "https://www.gap.com/webcontent/0057/010/159/cn57010159.jpg"
1096            },
1097            {
1098              "type": "swatchImage",
1099              "url": "https://www.gap.com/webcontent/0056/976/908/cn56976908.jpg"
1100            },
1101            {
1102              "type": "swatchImageAttribute",
1103              "url": "https://www.gap.com/webcontent/0056/976/908/cn56976908.jpg"
1104            },
1105            {
1106              "type": "pristineImage",
1107              "url": "https://www.gap.com/webcontent/0057/010/159/cn57010159.jpg"
1108            }
1109          ],
1110          "mergeType": "STYLE",
1111          "originalStyleTitle": "Kids Vintage Soft  Logo Zip Hoodie",
1112          "ccLevelMarketingFlags": [
1113            {
1114              "content": "Excluded from promotion",
1115              "position": "9"
1116            }
1117          ]
1118        },
1119        {
1120          "id": "655246012",
1121          "shortDescription": "tapestry navy",
1122          "name": "tapestry navy",
1123          "effectivePrice": "39.0",
1124          "regularPrice": "49.95",
1125          "priceType": "P",
1126          "percentageOff": "22",
1127          "inventoryCount": "0",
1128          "backOrderInventoryCount": "0",
1129          "defaultSizeVariantId": "REGULAR",
1130          "skuSizes": [
1131            "regular|tops|size|8|m",
1132            "regular|tops|size|12|xl",
1133            "regular|tops|size|6/7|s",
1134            "regular|tops|size|10|l",
1135            "regular|tops|size|14/16|xxl",
1136            "regular|tops|size|4/5|xs"
1137          ],
1138          "ccMarketingFlagsDetails": [
1139            {
1140              "name": "Excluded from promotion",
1141              "position": "9",
1142              "type": "",
1143              "subType": "MARKETING FLAG"
1144            }
1145          ],
1146          "vendorName": "SAE-A TRADING CO., LTD",
1147          "madeToOrder": "false",
1148          "images": [
1149            {
1150              "type": "thumbImage",
1151              "url": "https://www.gap.com/webcontent/0056/976/993/cn56976993.jpg"
1152            },
1153            {
1154              "type": "zoomImage",
1155              "url": "https://www.gap.com/webcontent/0056/977/008/cn56977008.jpg"
1156            },
1157            {
1158              "type": "swatchImage",
1159              "url": "https://www.gap.com/webcontent/0056/976/907/cn56976907.jpg"
1160            },
1161            {
1162              "type": "swatchImageAttribute",
1163              "url": "https://www.gap.com/webcontent/0056/976/907/cn56976907.jpg"
1164            },
1165            {
1166              "type": "pristineImage",
1167              "url": "https://www.gap.com/webcontent/0056/977/008/cn56977008.jpg"
1168            }
1169          ],
1170          "mergeType": "STYLE",
1171          "originalStyleTitle": "Kids Vintage Soft  Logo Zip Hoodie",
1172          "ccLevelMarketingFlags": [
1173            {
1174              "content": "Excluded from promotion",
1175              "position": "9"
1176            }
1177          ]
1178        },
1179        {
1180          "id": "655246002",
1181          "shortDescription": "grey heather",
1182          "name": "grey heather",
1183          "effectivePrice": "39.0",
1184          "regularPrice": "49.95",
1185          "priceType": "P",
1186          "percentageOff": "22",
1187          "inventoryCount": "0",
1188          "backOrderInventoryCount": "0",
1189          "defaultSizeVariantId": "REGULAR",
1190          "skuSizes": [
1191            "regular|tops|size|12|xl",
1192            "regular|tops|size|10|l",
1193            "regular|tops|size|14/16|xxl",
1194            "regular|tops|size|4/5|xs",
1195            "regular|tops|size|6/7|s",
1196            "regular|tops|size|8|m"
1197          ],
1198          "ccMarketingFlagsDetails": [
1199            {
1200              "name": "Excluded from promotion",
1201              "position": "9",
1202              "type": "",
1203              "subType": "MARKETING FLAG"
1204            }
1205          ],
1206          "vendorName": "SAE-A TRADING CO., LTD",
1207          "madeToOrder": "false",
1208          "images": [
1209            {
1210              "type": "thumbImage",
1211              "url": "https://www.gap.com/webcontent/0056/976/973/cn56976973.jpg"
1212            },
1213            {
1214              "type": "zoomImage",
1215              "url": "https://www.gap.com/webcontent/0056/976/990/cn56976990.jpg"
1216            },
1217            {
1218              "type": "swatchImage",
1219              "url": "https://www.gap.com/webcontent/0056/976/906/cn56976906.jpg"
1220            },
1221            {
1222              "type": "swatchImageAttribute",
1223              "url": "https://www.gap.com/webcontent/0056/976/906/cn56976906.jpg"
1224            },
1225            {
1226              "type": "pristineImage",
1227              "url": "https://www.gap.com/webcontent/0056/976/990/cn56976990.jpg"
1228            }
1229          ],
1230          "mergeType": "STYLE",
1231          "originalStyleTitle": "Kids Vintage Soft  Logo Zip Hoodie",
1232          "ccLevelMarketingFlags": [
1233            {
1234              "content": "Excluded from promotion",
1235              "position": "9"
1236            }
1237          ]
1238        },
1239        {
1240          "id": "733445012",
1241          "shortDescription": "blue",
1242          "name": "blue",
1243          "effectivePrice": "26.0",
1244          "regularPrice": "44.95",
1245          "priceType": "P",
1246          "percentageOff": "42",
1247          "inventoryCount": "0",
1248          "backOrderInventoryCount": "0",
1249          "defaultSizeVariantId": "REGULAR",
1250          "skuSizes": [
1251            "regular|tops|size|4/5|xs"
1252          ],
1253          "ccMarketingFlagsDetails": [
1254            {
1255              "name": "40% off: price as marked",
1256              "position": "9",
1257              "type": "",
1258              "subType": "MARKETING FLAG"
1259            },
1260            {
1261              "name": "40% off: price as marked",
1262              "position": "10",
1263              "type": "",
1264              "subType": "BADGE"
1265            }
1266          ],
1267          "vendorName": "SAE-A TRADING CO., LTD",
1268          "madeToOrder": "false",
1269          "images": [
1270            {
1271              "type": "thumbImage",
1272              "url": "https://www.gap.com/webcontent/0057/113/618/cn57113618.jpg"
1273            },
1274            {
1275              "type": "zoomImage",
1276              "url": "https://www.gap.com/webcontent/0057/113/622/cn57113622.jpg"
1277            },
1278            {
1279              "type": "swatchImage",
1280              "url": "https://www.gap.com/webcontent/0056/758/368/cn56758368.jpg"
1281            },
1282            {
1283              "type": "swatchImageAttribute",
1284              "url": "https://www.gap.com/webcontent/0056/758/368/cn56758368.jpg"
1285            },
1286            {
1287              "type": "pristineImage",
1288              "url": "https://www.gap.com/webcontent/0057/113/622/cn57113622.jpg"
1289            }
1290          ],
1291          "mergeType": "STYLE",
1292          "originalStyleTitle": "Kids Vintage Soft Gap Logo Hoodie",
1293          "ccLevelMarketingFlags": [
1294            {
1295              "content": "40% off: price as marked",
1296              "position": "9"
1297            },
1298            {
1299              "content": "40% off: price as marked",
1300              "position": "10"
1301            }
1302          ]
1303        }
1304      ]
1305    },
1306    {
1307      "id": "520185",
1308      "name": "Big Puff Jacket",
1309      "priceRange": [
1310        "188.0",
1311        "188.0"
1312      ],
1313      "salePriceRange": [
1314        "112.0",
1315        "188.0"
1316      ],
1317      "reviewScore": 4.56,
1318      "reviewCount": 232,
1319      "brand": "GAP",
1320      "market": "US",
1321      "defaultThumbImage": "https://www.gap.com/webcontent/0056/348/596/cn56348596.jpg",
1322      "excludedFromPromotion": "false",
1323      "showSellerName": "false",
1324      "freeShipping": "false",
1325      "vendorId": "TP INC.",
1326      "colors": [
1327        {
1328          "id": "520185002",
1329          "shortDescription": "off white",
1330          "name": "off white",
1331          "effectivePrice": "188.0",
1332          "regularPrice": "188.0",
1333          "priceType": "R",
1334          "percentageOff": "",
1335          "inventoryCount": "0",
1336          "backOrderInventoryCount": "0",
1337          "defaultSizeVariantId": "REGULAR",
1338          "skuSizes": [
1339            "petite|outerwear|size|xs",
1340            "regular|outerwear|size|xs",
1341            "tall|outerwear|size|s",
1342            "tall|outerwear|size|m",
1343            "regular|outerwear|size|s",
1344            "regular|outerwear|size|xxs",
1345            "tall|outerwear|size|xl",
1346            "regular|outerwear|size|xl",
1347            "petite|outerwear|size|l",
1348            "petite|outerwear|size|m",
1349            "petite|outerwear|size|s",
1350            "tall|outerwear|size|l",
1351            "regular|outerwear|size|l",
1352            "regular|outerwear|size|m"
1353          ],
1354          "ccMarketingFlagsDetails": [
1355            {
1356              "name": "Excluded from promotion",
1357              "position": "9",
1358              "type": "",
1359              "subType": "MARKETING FLAG"
1360            }
1361          ],
1362          "vendorName": "TP INC.",
1363          "madeToOrder": "false",
1364          "images": [
1365            {
1366              "type": "thumbImage",
1367              "url": "https://www.gap.com/webcontent/0056/348/596/cn56348596.jpg"
1368            },
1369            {
1370              "type": "zoomImage",
1371              "url": "https://www.gap.com/webcontent/0056/348/600/cn56348600.jpg"
1372            },
1373            {
1374              "type": "swatchImage",
1375              "url": "https://www.gap.com/webcontent/0056/348/594/cn56348594.jpg"
1376            },
1377            {
1378              "type": "swatchImageAttribute",
1379              "url": "https://www.gap.com/webcontent/0056/348/594/cn56348594.jpg"
1380            },
1381            {
1382              "type": "pristineImage",
1383              "url": "https://www.gap.com/webcontent/0056/348/600/cn56348600.jpg"
1384            }
1385          ],
1386          "mergeType": "NONE",
1387          "originalStyleTitle": "Big Puff Jacket",
1388          "ccLevelMarketingFlags": [
1389            {
1390              "content": "Excluded from promotion",
1391              "position": "9"
1392            }
1393          ]
1394        },
1395        {
1396          "id": "520185022",
1397          "shortDescription": "forbidden forest green",
1398          "name": "forbidden forest green",
1399          "effectivePrice": "112.0",
1400          "regularPrice": "188.0",
1401          "priceType": "P",
1402          "percentageOff": "40",
1403          "inventoryCount": "0",
1404          "backOrderInventoryCount": "0",
1405          "defaultSizeVariantId": "REGULAR",
1406          "skuSizes": [
1407            "regular|outerwear|size|m",
1408            "regular|outerwear|size|s",
1409            "tall|outerwear|size|m",
1410            "tall|outerwear|size|s",
1411            "petite|outerwear|size|xs",
1412            "regular|outerwear|size|l",
1413            "petite|outerwear|size|s",
1414            "regular|outerwear|size|xxs",
1415            "regular|outerwear|size|xs"
1416          ],
1417          "ccMarketingFlagsDetails": [
1418            {
1419              "name": "40% off: price as marked",
1420              "position": "9",
1421              "type": "",
1422              "subType": "MARKETING FLAG"
1423            }
1424          ],
1425          "vendorName": "TP INC.",
1426          "madeToOrder": "false",
1427          "images": [
1428            {
1429              "type": "thumbImage",
1430              "url": "https://www.gap.com/webcontent/0056/756/609/cn56756609.jpg"
1431            },
1432            {
1433              "type": "zoomImage",
1434              "url": "https://www.gap.com/webcontent/0056/756/647/cn56756647.jpg"
1435            },
1436            {
1437              "type": "swatchImage",
1438              "url": "https://www.gap.com/webcontent/0056/756/471/cn56756471.jpg"
1439            },
1440            {
1441              "type": "swatchImageAttribute",
1442              "url": "https://www.gap.com/webcontent/0056/756/471/cn56756471.jpg"
1443            },
1444            {
1445              "type": "pristineImage",
1446              "url": "https://www.gap.com/webcontent/0056/756/647/cn56756647.jpg"
1447            }
1448          ],
1449          "mergeType": "NONE",
1450          "originalStyleTitle": "Big Puff Jacket",
1451          "ccLevelMarketingFlags": [
1452            {
1453              "content": "40% off: price as marked",
1454              "position": "9"
1455            }
1456          ]
1457        },
1458        {
1459          "id": "520185012",
1460          "shortDescription": "black",
1461          "name": "black",
1462          "effectivePrice": "188.0",
1463          "regularPrice": "188.0",
1464          "priceType": "R",
1465          "percentageOff": "",
1466          "inventoryCount": "0",
1467          "backOrderInventoryCount": "0",
1468          "defaultSizeVariantId": "REGULAR",
1469          "skuSizes": [
1470            "regular|outerwear|size|m",
1471            "tall|outerwear|size|m",
1472            "petite|outerwear|size|xs",
1473            "regular|outerwear|size|xl",
1474            "petite|outerwear|size|m",
1475            "regular|outerwear|size|xs",
1476            "petite|outerwear|size|s",
1477            "regular|outerwear|size|xxs",
1478            "regular|outerwear|size|l",
1479            "tall|outerwear|size|l",
1480            "regular|outerwear|size|s",
1481            "tall|outerwear|size|s",
1482            "petite|outerwear|size|l"
1483          ],
1484          "ccMarketingFlagsDetails": [
1485            {
1486              "name": "Excluded from promotion",
1487              "position": "9",
1488              "type": "",
1489              "subType": "MARKETING FLAG"
1490            }
1491          ],
1492          "vendorName": "TP INC.",
1493          "madeToOrder": "false",
1494          "images": [
1495            {
1496              "type": "thumbImage",
1497              "url": "https://www.gap.com/webcontent/0056/377/772/cn56377772.jpg"
1498            },
1499            {
1500              "type": "zoomImage",
1501              "url": "https://www.gap.com/webcontent/0056/377/800/cn56377800.jpg"
1502            },
1503            {
1504              "type": "swatchImage",
1505              "url": "https://www.gap.com/webcontent/0056/377/484/cn56377484.jpg"
1506            },
1507            {
1508              "type": "swatchImageAttribute",
1509              "url": "https://www.gap.com/webcontent/0056/377/484/cn56377484.jpg"
1510            },
1511            {
1512              "type": "pristineImage",
1513              "url": "https://www.gap.com/webcontent/0056/377/800/cn56377800.jpg"
1514            }
1515          ],
1516          "mergeType": "NONE",
1517          "originalStyleTitle": "Big Puff Jacket",
1518          "ccLevelMarketingFlags": [
1519            {
1520              "content": "Excluded from promotion",
1521              "position": "9"
1522            }
1523          ]
1524        }
1525      ]
1526    },
1527    {
1528      "id": "623774",
1529      "name": "GapFit Oversized Sherpa Raglan Jacket",
1530      "priceRange": [
1531        "98.0",
1532        "98.0"
1533      ],
1534      "salePriceRange": [
1535        "58.0",
1536        "58.0"
1537      ],
1538      "reviewScore": 4.73,
1539      "reviewCount": 93,
1540      "brand": "GAP",
1541      "market": "US",
1542      "defaultThumbImage": "https://www.gap.com/webcontent/0056/987/855/cn56987855.jpg",
1543      "excludedFromPromotion": "false",
1544      "showSellerName": "false",
1545      "freeShipping": "false",
1546      "vendorId": "NOBLAND INTERNATIONAL INC",
1547      "colors": [
1548        {
1549          "id": "623774022",
1550          "shortDescription": "true black",
1551          "name": "true black",
1552          "effectivePrice": "58.0",
1553          "regularPrice": "98.0",
1554          "priceType": "P",
1555          "percentageOff": "41",
1556          "inventoryCount": "0",
1557          "backOrderInventoryCount": "0",
1558          "defaultSizeVariantId": "REGULAR",
1559          "skuSizes": [
1560            "regular|outerwear|size|xxs",
1561            "regular|outerwear|size|m",
1562            "regular|outerwear|size|xl",
1563            "regular|outerwear|size|l"
1564          ],
1565          "ccMarketingFlagsDetails": [
1566            {
1567              "name": "40% off: price as marked",
1568              "position": "9",
1569              "type": "",
1570              "subType": "MARKETING FLAG"
1571            },
1572            {
1573              "name": "40% off: price as marked",
1574              "position": "10",
1575              "type": "",
1576              "subType": "BADGE"
1577            }
1578          ],
1579          "vendorName": "NOBLAND INTERNATIONAL INC",
1580          "madeToOrder": "false",
1581          "images": [
1582            {
1583              "type": "thumbImage",
1584              "url": "https://www.gap.com/webcontent/0056/987/855/cn56987855.jpg"
1585            },
1586            {
1587              "type": "zoomImage",
1588              "url": "https://www.gap.com/webcontent/0056/987/859/cn56987859.jpg"
1589            },
1590            {
1591              "type": "swatchImage",
1592              "url": "https://www.gap.com/webcontent/0056/983/682/cn56983682.jpg"
1593            },
1594            {
1595              "type": "swatchImageAttribute",
1596              "url": "https://www.gap.com/webcontent/0056/983/682/cn56983682.jpg"
1597            },
1598            {
1599              "type": "pristineImage",
1600              "url": "https://www.gap.com/webcontent/0056/987/859/cn56987859.jpg"
1601            }
1602          ],
1603          "mergeType": "NONE",
1604          "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket",
1605          "ccLevelMarketingFlags": [
1606            {
1607              "content": "40% off: price as marked",
1608              "position": "9"
1609            },
1610            {
1611              "content": "40% off: price as marked",
1612              "position": "10"
1613            }
1614          ]
1615        },
1616        {
1617          "id": "623774002",
1618          "shortDescription": "chino beige",
1619          "name": "chino beige",
1620          "effectivePrice": "58.0",
1621          "regularPrice": "98.0",
1622          "priceType": "P",
1623          "percentageOff": "41",
1624          "inventoryCount": "0",
1625          "backOrderInventoryCount": "0",
1626          "defaultSizeVariantId": "REGULAR",
1627          "skuSizes": [],
1628          "ccMarketingFlagsDetails": [
1629            {
1630              "name": "40% off: price as marked",
1631              "position": "9",
1632              "type": "",
1633              "subType": "MARKETING FLAG"
1634            },
1635            {
1636              "name": "40% off: price as marked",
1637              "position": "10",
1638              "type": "",
1639              "subType": "BADGE"
1640            }
1641          ],
1642          "vendorName": "NOBLAND INTERNATIONAL INC",
1643          "madeToOrder": "false",
1644          "images": [
1645            {
1646              "type": "thumbImage",
1647              "url": "https://www.gap.com/webcontent/0056/912/647/cn56912647.jpg"
1648            },
1649            {
1650              "type": "zoomImage",
1651              "url": "https://www.gap.com/webcontent/0056/912/657/cn56912657.jpg"
1652            },
1653            {
1654              "type": "swatchImage",
1655              "url": "https://www.gap.com/webcontent/0056/911/170/cn56911170.jpg"
1656            },
1657            {
1658              "type": "swatchImageAttribute",
1659              "url": "https://www.gap.com/webcontent/0056/911/170/cn56911170.jpg"
1660            },
1661            {
1662              "type": "pristineImage",
1663              "url": "https://www.gap.com/webcontent/0056/912/657/cn56912657.jpg"
1664            }
1665          ],
1666          "mergeType": "NONE",
1667          "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket",
1668          "ccLevelMarketingFlags": [
1669            {
1670              "content": "40% off: price as marked",
1671              "position": "9"
1672            },
1673            {
1674              "content": "40% off: price as marked",
1675              "position": "10"
1676            }
1677          ]
1678        },
1679        {
1680          "id": "623774012",
1681          "shortDescription": "terra brown",
1682          "name": "terra brown",
1683          "effectivePrice": "58.0",
1684          "regularPrice": "98.0",
1685          "priceType": "P",
1686          "percentageOff": "41",
1687          "inventoryCount": "0",
1688          "backOrderInventoryCount": "0",
1689          "defaultSizeVariantId": "REGULAR",
1690          "skuSizes": [
1691            "regular|outerwear|size|xl"
1692          ],
1693          "ccMarketingFlagsDetails": [
1694            {
1695              "name": "40% off: price as marked",
1696              "position": "9",
1697              "type": "",
1698              "subType": "MARKETING FLAG"
1699            },
1700            {
1701              "name": "40% off: price as marked",
1702              "position": "10",
1703              "type": "",
1704              "subType": "BADGE"
1705            }
1706          ],
1707          "vendorName": "NOBLAND INTERNATIONAL INC",
1708          "madeToOrder": "false",
1709          "images": [
1710            {
1711              "type": "thumbImage",
1712              "url": "https://www.gap.com/webcontent/0056/897/918/cn56897918.jpg"
1713            },
1714            {
1715              "type": "zoomImage",
1716              "url": "https://www.gap.com/webcontent/0056/897/933/cn56897933.jpg"
1717            },
1718            {
1719              "type": "swatchImage",
1720              "url": "https://www.gap.com/webcontent/0056/897/837/cn56897837.jpg"
1721            },
1722            {
1723              "type": "swatchImageAttribute",
1724              "url": "https://www.gap.com/webcontent/0056/897/837/cn56897837.jpg"
1725            },
1726            {
1727              "type": "pristineImage",
1728              "url": "https://www.gap.com/webcontent/0056/897/933/cn56897933.jpg"
1729            }
1730          ],
1731          "mergeType": "NONE",
1732          "originalStyleTitle": "GapFit Oversized Sherpa Raglan Jacket",
1733          "ccLevelMarketingFlags": [
1734            {
1735              "content": "40% off: price as marked",
1736              "position": "9"
1737            },
1738            {
1739              "content": "40% off: price as marked",
1740              "position": "10"
1741            }
1742          ]
1743        }
1744      ]
1745    },
1746    {
1747      "id": "520189",
1748      "name": "Wool Boyfriend Shirt Jacket",
1749      "priceRange": [
1750        "188.0",
1751        "188.0"
1752      ],
1753      "salePriceRange": [
1754        "37.0",
1755        "56.0"
1756      ],
1757      "reviewScore": 3.78,
1758      "reviewCount": 40,
1759      "brand": "GAP",
1760      "market": "US",
1761      "defaultThumbImage": "https://www.gap.com/webcontent/0056/179/979/cn56179979.jpg",
1762      "excludedFromPromotion": "false",
1763      "showSellerName": "false",
1764      "freeShipping": "false",
1765      "vendorId": "WEIHAI TEXTILE GROUP IMPORT &",
1766      "colors": [
1767        {
1768          "id": "520189012",
1769          "shortDescription": "neutral tan plaid",
1770          "name": "neutral tan plaid",
1771          "effectivePrice": "37.0",
1772          "regularPrice": "188.0",
1773          "priceType": "P",
1774          "percentageOff": "80",
1775          "inventoryCount": "0",
1776          "backOrderInventoryCount": "0",
1777          "defaultSizeVariantId": "REGULAR",
1778          "skuSizes": [
1779            "petite|outerwear|size|l",
1780            "regular|outerwear|size|xxs",
1781            "petite|outerwear|size|s",
1782            "petite|outerwear|size|xs",
1783            "regular|outerwear|size|l",
1784            "regular|outerwear|size|xs",
1785            "tall|outerwear|size|m",
1786            "tall|outerwear|size|s",
1787            "tall|outerwear|size|l",
1788            "regular|outerwear|size|s",
1789            "petite|outerwear|size|m",
1790            "regular|outerwear|size|m",
1791            "regular|outerwear|size|xl",
1792            "tall|outerwear|size|xl"
1793          ],
1794          "ccMarketingFlagsDetails": [
1795            {
1796              "name": "Really big deal",
1797              "position": "5",
1798              "type": "",
1799              "subType": "MARKETING FLAG"
1800            }
1801          ],
1802          "vendorName": "WEIHAI TEXTILE GROUP IMPORT &",
1803          "madeToOrder": "false",
1804          "images": [
1805            {
1806              "type": "thumbImage",
1807              "url": "https://www.gap.com/webcontent/0056/179/979/cn56179979.jpg"
1808            },
1809            {
1810              "type": "zoomImage",
1811              "url": "https://www.gap.com/webcontent/0056/179/996/cn56179996.jpg"
1812            },
1813            {
1814              "type": "swatchImage",
1815              "url": "https://www.gap.com/webcontent/0056/179/747/cn56179747.jpg"
1816            },
1817            {
1818              "type": "swatchImageAttribute",
1819              "url": "https://www.gap.com/webcontent/0056/179/747/cn56179747.jpg"
1820            },
1821            {
1822              "type": "pristineImage",
1823              "url": "https://www.gap.com/webcontent/0056/179/996/cn56179996.jpg"
1824            }
1825          ],
1826          "mergeType": "NONE",
1827          "originalStyleTitle": "Wool Boyfriend Shirt Jacket",
1828          "ccLevelMarketingFlags": [
1829            {
1830              "content": "Really big deal",
1831              "position": "5"
1832            }
1833          ]
1834        },
1835        {
1836          "id": "520189002",
1837          "shortDescription": "blue plaid",
1838          "name": "blue plaid",
1839          "effectivePrice": "56.0",
1840          "regularPrice": "188.0",
1841          "priceType": "P",
1842          "percentageOff": "70",
1843          "inventoryCount": "0",
1844          "backOrderInventoryCount": "0",
1845          "defaultSizeVariantId": "REGULAR",
1846          "skuSizes": [
1847            "regular|outerwear|size|xl",
1848            "petite|outerwear|size|s",
1849            "tall|outerwear|size|l",
1850            "tall|outerwear|size|xl",
1851            "regular|outerwear|size|xs",
1852            "petite|outerwear|size|xs",
1853            "tall|outerwear|size|s",
1854            "petite|outerwear|size|l",
1855            "regular|outerwear|size|l",
1856            "tall|outerwear|size|m",
1857            "regular|outerwear|size|s",
1858            "regular|outerwear|size|m",
1859            "petite|outerwear|size|m",
1860            "regular|outerwear|size|xxs"
1861          ],
1862          "ccMarketingFlagsDetails": [
1863            {
1864              "name": "Really big deal",
1865              "position": "5",
1866              "type": "",
1867              "subType": "MARKETING FLAG"
1868            }
1869          ],
1870          "vendorName": "WEIHAI TEXTILE GROUP IMPORT &",
1871          "madeToOrder": "false",
1872          "images": [
1873            {
1874              "type": "thumbImage",
1875              "url": "https://www.gap.com/webcontent/0056/141/539/cn56141539.jpg"
1876            },
1877            {
1878              "type": "zoomImage",
1879              "url": "https://www.gap.com/webcontent/0056/141/544/cn56141544.jpg"
1880            },
1881            {
1882              "type": "swatchImage",
1883              "url": "https://www.gap.com/webcontent/0056/141/519/cn56141519.jpg"
1884            },
1885            {
1886              "type": "swatchImageAttribute",
1887              "url": "https://www.gap.com/webcontent/0056/141/519/cn56141519.jpg"
1888            },
1889            {
1890              "type": "pristineImage",
1891              "url": "https://www.gap.com/webcontent/0056/141/544/cn56141544.jpg"
1892            }
1893          ],
1894          "mergeType": "NONE",
1895          "originalStyleTitle": "Wool Boyfriend Shirt Jacket",
1896          "ccLevelMarketingFlags": [
1897            {
1898              "content": "Really big deal",
1899              "position": "5"
1900            }
1901          ]
1902        }
1903      ]
1904    },
1905    {
1906      "id": "735496",
1907      "name": "Kids Vintage Soft Gap Arch Logo Hoodie",
1908      "priceRange": [
1909        "39.95",
1910        "44.95"
1911      ],
1912      "salePriceRange": [
1913        "23.0",
1914        "44.95"
1915      ],
1916      "reviewScore": 4.8,
1917      "reviewCount": 999,
1918      "brand": "GAP",
1919      "market": "US",
1920      "defaultThumbImage": "https://www.gap.com/webcontent/0053/462/512/cn53462512.jpg",
1921      "excludedFromPromotion": "false",
1922      "showSellerName": "false",
1923      "freeShipping": "false",
1924      "vendorId": "SAE-A TRADING CO., LTD",
1925      "colors": [
1926        {
1927          "id": "735496092",
1928          "shortDescription": "blue",
1929          "name": "blue",
1930          "effectivePrice": "23.0",
1931          "regularPrice": "39.95",
1932          "priceType": "P",
1933          "percentageOff": "42",
1934          "inventoryCount": "0",
1935          "backOrderInventoryCount": "0",
1936          "defaultSizeVariantId": "REGULAR",
1937          "skuSizes": [
1938            "regular|tops|size|14/16|xxl",
1939            "regular|tops|size|8|m",
1940            "regular|tops|size|6/7|s",
1941            "regular|tops|size|4/5|xs",
1942            "regular|tops|size|10|l"
1943          ],
1944          "ccMarketingFlagsDetails": [
1945            {
1946              "name": "40% off: price as marked",
1947              "position": "9",
1948              "type": "",
1949              "subType": "MARKETING FLAG"
1950            },
1951            {
1952              "name": "40% off: price as marked",
1953              "position": "10",
1954              "type": "",
1955              "subType": "BADGE"
1956            }
1957          ],
1958          "vendorName": "SAE-A TRADING CO., LTD",
1959          "madeToOrder": "false",
1960          "images": [
1961            {
1962              "type": "thumbImage",
1963              "url": "https://www.gap.com/webcontent/0053/462/512/cn53462512.jpg"
1964            },
1965            {
1966              "type": "zoomImage",
1967              "url": "https://www.gap.com/webcontent/0053/462/521/cn53462521.jpg"
1968            },
1969            {
1970              "type": "swatchImage",
1971              "url": "https://www.gap.com/webcontent/0053/462/340/cn53462340.jpg"
1972            },
1973            {
1974              "type": "swatchImageAttribute",
1975              "url": "https://www.gap.com/webcontent/0053/462/340/cn53462340.jpg"
1976            },
1977            {
1978              "type": "pristineImage",
1979              "url": "https://www.gap.com/webcontent/0053/462/521/cn53462521.jpg"
1980            }
1981          ],
1982          "mergeType": "STYLE",
1983          "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie",
1984          "ccLevelMarketingFlags": [
1985            {
1986              "content": "40% off: price as marked",
1987              "position": "9"
1988            },
1989            {
1990              "content": "40% off: price as marked",
1991              "position": "10"
1992            }
1993          ]
1994        },
1995        {
1996          "id": "735496002",
1997          "shortDescription": "black",
1998          "name": "black",
1999          "effectivePrice": "23.0",
2000          "regularPrice": "39.95",
2001          "priceType": "P",
2002          "percentageOff": "42",
2003          "inventoryCount": "0",
2004          "backOrderInventoryCount": "0",
2005          "defaultSizeVariantId": "REGULAR",
2006          "skuSizes": [
2007            "regular|tops|size|8|m",
2008            "regular|tops|size|6/7|s",
2009            "regular|tops|size|4/5|xs",
2010            "regular|tops|size|10|l"
2011          ],
2012          "ccMarketingFlagsDetails": [
2013            {
2014              "name": "40% off: price as marked",
2015              "position": "9",
2016              "type": "",
2017              "subType": "MARKETING FLAG"
2018            },
2019            {
2020              "name": "40% off: price as marked",
2021              "position": "10",
2022              "type": "",
2023              "subType": "BADGE"
2024            }
2025          ],
2026          "vendorName": "SAE-A TRADING CO., LTD",
2027          "madeToOrder": "false",
2028          "images": [
2029            {
2030              "type": "thumbImage",
2031              "url": "https://www.gap.com/webcontent/0053/462/401/cn53462401.jpg"
2032            },
2033            {
2034              "type": "zoomImage",
2035              "url": "https://www.gap.com/webcontent/0053/462/408/cn53462408.jpg"
2036            },
2037            {
2038              "type": "swatchImage",
2039              "url": "https://www.gap.com/webcontent/0053/462/318/cn53462318.jpg"
2040            },
2041            {
2042              "type": "swatchImageAttribute",
2043              "url": "https://www.gap.com/webcontent/0053/462/318/cn53462318.jpg"
2044            },
2045            {
2046              "type": "pristineImage",
2047              "url": "https://www.gap.com/webcontent/0053/462/408/cn53462408.jpg"
2048            }
2049          ],
2050          "mergeType": "STYLE",
2051          "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie",
2052          "ccLevelMarketingFlags": [
2053            {
2054              "content": "40% off: price as marked",
2055              "position": "9"
2056            },
2057            {
2058              "content": "40% off: price as marked",
2059              "position": "10"
2060            }
2061          ]
2062        },
2063        {
2064          "id": "655257022",
2065          "shortDescription": "true black",
2066          "name": "true black",
2067          "effectivePrice": "35.0",
2068          "regularPrice": "44.95",
2069          "priceType": "P",
2070          "percentageOff": "22",
2071          "inventoryCount": "0",
2072          "backOrderInventoryCount": "0",
2073          "defaultSizeVariantId": "REGULAR",
2074          "skuSizes": [
2075            "regular|tops|size|8|m",
2076            "regular|tops|size|10|l",
2077            "regular|tops|size|12|xl",
2078            "regular|tops|size|14/16|xxl",
2079            "regular|tops|size|6/7|s",
2080            "regular|tops|size|4/5|xs"
2081          ],
2082          "ccMarketingFlagsDetails": [
2083            {
2084              "name": "Excluded from promotion",
2085              "position": "9",
2086              "type": "",
2087              "subType": "MARKETING FLAG"
2088            }
2089          ],
2090          "vendorName": "SAE-A TRADING CO., LTD",
2091          "madeToOrder": "false",
2092          "images": [
2093            {
2094              "type": "thumbImage",
2095              "url": "https://www.gap.com/webcontent/0057/010/191/cn57010191.jpg"
2096            },
2097            {
2098              "type": "zoomImage",
2099              "url": "https://www.gap.com/webcontent/0057/010/200/cn57010200.jpg"
2100            },
2101            {
2102              "type": "swatchImage",
2103              "url": "https://www.gap.com/webcontent/0056/976/934/cn56976934.jpg"
2104            },
2105            {
2106              "type": "swatchImageAttribute",
2107              "url": "https://www.gap.com/webcontent/0056/976/934/cn56976934.jpg"
2108            },
2109            {
2110              "type": "pristineImage",
2111              "url": "https://www.gap.com/webcontent/0057/010/200/cn57010200.jpg"
2112            }
2113          ],
2114          "mergeType": "STYLE",
2115          "originalStyleTitle": "Kids Vintage Soft  Logo Hoodie",
2116          "ccLevelMarketingFlags": [
2117            {
2118              "content": "Excluded from promotion",
2119              "position": "9"
2120            }
2121          ]
2122        },
2123        {
2124          "id": "735496032",
2125          "shortDescription": "light heather gray",
2126          "name": "light heather gray",
2127          "effectivePrice": "23.0",
2128          "regularPrice": "39.95",
2129          "priceType": "P",
2130          "percentageOff": "42",
2131          "inventoryCount": "0",
2132          "backOrderInventoryCount": "0",
2133          "defaultSizeVariantId": "REGULAR",
2134          "skuSizes": [
2135            "regular|tops|size|6/7|s",
2136            "regular|tops|size|10|l",
2137            "regular|tops|size|4/5|xs",
2138            "regular|tops|size|8|m"
2139          ],
2140          "ccMarketingFlagsDetails": [
2141            {
2142              "name": "40% off: price as marked",
2143              "position": "9",
2144              "type": "",
2145              "subType": "MARKETING FLAG"
2146            },
2147            {
2148              "name": "40% off: price as marked",
2149              "position": "10",
2150              "type": "",
2151              "subType": "BADGE"
2152            }
2153          ],
2154          "vendorName": "SAE-A TRADING CO., LTD",
2155          "madeToOrder": "false",
2156          "images": [
2157            {
2158              "type": "thumbImage",
2159              "url": "https://www.gap.com/webcontent/0053/549/547/cn53549547.jpg"
2160            },
2161            {
2162              "type": "zoomImage",
2163              "url": "https://www.gap.com/webcontent/0053/549/560/cn53549560.jpg"
2164            },
2165            {
2166              "type": "swatchImage",
2167              "url": "https://www.gap.com/webcontent/0053/549/090/cn53549090.jpg"
2168            },
2169            {
2170              "type": "swatchImageAttribute",
2171              "url": "https://www.gap.com/webcontent/0053/549/090/cn53549090.jpg"
2172            },
2173            {
2174              "type": "pristineImage",
2175              "url": "https://www.gap.com/webcontent/0053/549/560/cn53549560.jpg"
2176            }
2177          ],
2178          "mergeType": "STYLE",
2179          "originalStyleTitle": "Kids Vintage Soft Gap Arch Logo Hoodie",
2180          "ccLevelMarketingFlags": [
2181            {
2182              "content": "40% off: price as marked",
2183              "position": "9"
2184            },
2185            {
2186              "content": "40% off: price as marked",
2187              "position": "10"
2188            }
2189          ]
2190        },
2191        {
2192          "id": "655257002",
2193          "shortDescription": "grey heather",
2194          "name": "grey heather",
2195          "effectivePrice": "35.0",
2196          "regularPrice": "44.95",
2197          "priceType": "P",
2198          "percentageOff": "22",
2199          "inventoryCount": "0",
2200          "backOrderInventoryCount": "0",
2201          "defaultSizeVariantId": "REGULAR",
2202          "skuSizes": [
2203            "regular|tops|size|8|m",
2204            "regular|tops|size|10|l",
2205            "regular|tops|size|4/5|xs",
2206            "regular|tops|size|6/7|s",
2207            "regular|tops|size|12|xl",
2208            "regular|tops|size|14/16|xxl"
2209          ],
2210          "ccMarketingFlagsDetails": [
2211            {
2212              "name": "Excluded from promotion",
2213              "position": "9",
2214              "type": "",
2215              "subType": "MARKETING FLAG"
2216            }
2217          ],
2218          "vendorName": "SAE-A TRADING CO., LTD",
2219          "madeToOrder": "false",
2220          "images": [
2221            {
2222              "type": "thumbImage",
2223              "url": "https://www.gap.com/webcontent/0056/983/231/cn56983231.jpg"
2224            },
2225            {
2226              "type": "zoomImage",
2227              "url": "https://www.gap.com/webcontent/0056/983/251/cn56983251.jpg"
2228            },
2229            {
2230              "type": "swatchImage",
2231              "url": "https://www.gap.com/webcontent/0056/982/956/cn56982956.jpg"
2232            },
2233            {
2234              "type": "swatchImageAttribute",
2235              "url": "https://www.gap.com/webcontent/0056/982/956/cn56982956.jpg"
2236            },
2237            {
2238              "type": "pristineImage",
2239              "url": "https://www.gap.com/webcontent/0056/983/251/cn56983251.jpg"
2240            }
2241          ],
2242          "mergeType": "STYLE",
2243          "originalStyleTitle": "Kids Vintage Soft  Logo Hoodie",
2244          "ccLevelMarketingFlags": [
2245            {
2246              "content": "Excluded from promotion",
2247              "position": "9"
2248            }
2249          ]
2250        },
2251        {
2252          "id": "655257012",
2253          "shortDescription": "tapestry navy",
2254          "name": "tapestry navy",
2255          "effectivePrice": "35.0",
2256          "regularPrice": "44.95",
2257          "priceType": "P",
2258          "percentageOff": "22",
2259          "inventoryCount": "0",
2260          "backOrderInventoryCount": "0",
2261          "defaultSizeVariantId": "REGULAR",
2262          "skuSizes": [
2263            "regular|tops|size|6/7|s",
2264            "regular|tops|size|10|l",
2265            "regular|tops|size|14/16|xxl",
2266            "regular|tops|size|4/5|xs",
2267            "regular|tops|size|12|xl",
2268            "regular|tops|size|8|m"
2269          ],
2270          "ccMarketingFlagsDetails": [
2271            {
2272              "name": "Excluded from promotion",
2273              "position": "9",
2274              "type": "",
2275              "subType": "MARKETING FLAG"
2276            }
2277          ],
2278          "vendorName": "SAE-A TRADING CO., LTD",
2279          "madeToOrder": "false",
2280          "images": [
2281            {
2282              "type": "thumbImage",
2283              "url": "https://www.gap.com/webcontent/0056/977/047/cn56977047.jpg"
2284            },
2285            {
2286              "type": "zoomImage",
2287              "url": "https://www.gap.com/webcontent/0056/977/064/cn56977064.jpg"
2288            },
2289            {
2290              "type": "swatchImage",
2291              "url": "https://www.gap.com/webcontent/0056/976/918/cn56976918.jpg"
2292            },
2293            {
2294              "type": "swatchImageAttribute",
2295              "url": "https://www.gap.com/webcontent/0056/976/918/cn56976918.jpg"
2296            },
2297            {
2298              "type": "pristineImage",
2299              "url": "https://www.gap.com/webcontent/0056/977/064/cn56977064.jpg"
2300            }
2301          ],
2302          "mergeType": "STYLE",
2303          "originalStyleTitle": "Kids Vintage Soft  Logo Hoodie",
2304          "ccLevelMarketingFlags": [
2305            {
2306              "content": "Excluded from promotion",
2307              "position": "9"
2308            }
2309          ]
2310        },
2311        {
2312          "id": "604779052",
2313          "shortDescription": "evergreen",
2314          "name": "evergreen",
2315          "effectivePrice": "44.95",
2316          "regularPrice": "44.95",
2317          "priceType": "R",
2318          "percentageOff": "",
2319          "inventoryCount": "0",
2320          "backOrderInventoryCount": "0",
2321          "defaultSizeVariantId": "REGULAR",
2322          "skuSizes": [
2323            "regular|tops|size|6/7|s",
2324            "regular|tops|size|12|xl",
2325            "regular|tops|size|4/5|xs",
2326            "regular|tops|size|8|m",
2327            "regular|tops|size|10|l"
2328          ],
2329          "ccMarketingFlagsDetails": [
2330            {
2331              "name": "Excluded from promotion",
2332              "position": "9",
2333              "type": "",
2334              "subType": "MARKETING FLAG"
2335            }
2336          ],
2337          "vendorName": "YAKJIN TRADING CORP",
2338          "madeToOrder": "false",
2339          "images": [
2340            {
2341              "type": "thumbImage",
2342              "url": "https://www.gap.com/webcontent/0056/961/367/cn56961367.jpg"
2343            },
2344            {
2345              "type": "zoomImage",
2346              "url": "https://www.gap.com/webcontent/0056/961/393/cn56961393.jpg"
2347            },
2348            {
2349              "type": "swatchImage",
2350              "url": "https://www.gap.com/webcontent/0056/943/947/cn56943947.jpg"
2351            },
2352            {
2353              "type": "swatchImageAttribute",
2354              "url": "https://www.gap.com/webcontent/0056/943/947/cn56943947.jpg"
2355            },
2356            {
2357              "type": "pristineImage",
2358              "url": "https://www.gap.com/webcontent/0056/961/393/cn56961393.jpg"
2359            }
2360          ],
2361          "mergeType": "STYLE",
2362          "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie",
2363          "ccLevelMarketingFlags": [
2364            {
2365              "content": "Excluded from promotion",
2366              "position": "9"
2367            }
2368          ]
2369        },
2370        {
2371          "id": "604779082",
2372          "shortDescription": "sled red",
2373          "name": "sled red",
2374          "effectivePrice": "44.95",
2375          "regularPrice": "44.95",
2376          "priceType": "R",
2377          "percentageOff": "",
2378          "inventoryCount": "0",
2379          "backOrderInventoryCount": "0",
2380          "defaultSizeVariantId": "REGULAR",
2381          "skuSizes": [
2382            "regular|tops|size|8|m",
2383            "regular|tops|size|4/5|xs",
2384            "regular|tops|size|6/7|s",
2385            "regular|tops|size|10|l"
2386          ],
2387          "ccMarketingFlagsDetails": [
2388            {
2389              "name": "Excluded from promotion",
2390              "position": "9",
2391              "type": "",
2392              "subType": "MARKETING FLAG"
2393            }
2394          ],
2395          "vendorName": "SAE-A TRADING CO., LTD",
2396          "madeToOrder": "false",
2397          "images": [
2398            {
2399              "type": "thumbImage",
2400              "url": "https://www.gap.com/webcontent/0056/947/658/cn56947658.jpg"
2401            },
2402            {
2403              "type": "zoomImage",
2404              "url": "https://www.gap.com/webcontent/0056/947/665/cn56947665.jpg"
2405            },
2406            {
2407              "type": "swatchImage",
2408              "url": "https://www.gap.com/webcontent/0056/947/575/cn56947575.jpg"
2409            },
2410            {
2411              "type": "swatchImageAttribute",
2412              "url": "https://www.gap.com/webcontent/0056/947/575/cn56947575.jpg"
2413            },
2414            {
2415              "type": "pristineImage",
2416              "url": "https://www.gap.com/webcontent/0056/947/665/cn56947665.jpg"
2417            }
2418          ],
2419          "mergeType": "STYLE",
2420          "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie",
2421          "ccLevelMarketingFlags": [
2422            {
2423              "content": "Excluded from promotion",
2424              "position": "9"
2425            }
2426          ]
2427        },
2428        {
2429          "id": "604779042",
2430          "shortDescription": "black",
2431          "name": "black",
2432          "effectivePrice": "34.99",
2433          "regularPrice": "44.95",
2434          "priceType": "M",
2435          "percentageOff": "22",
2436          "inventoryCount": "0",
2437          "backOrderInventoryCount": "0",
2438          "defaultSizeVariantId": "REGULAR",
2439          "skuSizes": [
2440            "regular|tops|size|4/5|xs",
2441            "regular|tops|size|6/7|s"
2442          ],
2443          "ccMarketingFlagsDetails": [
2444            {
2445              "name": "Extra 50% off at checkout",
2446              "position": "6",
2447              "type": "",
2448              "subType": "MARKETING FLAG"
2449            }
2450          ],
2451          "vendorName": "SAE-A TRADING CO., LTD",
2452          "madeToOrder": "false",
2453          "images": [
2454            {
2455              "type": "thumbImage",
2456              "url": "https://www.gap.com/webcontent/0056/880/789/cn56880789.jpg"
2457            },
2458            {
2459              "type": "zoomImage",
2460              "url": "https://www.gap.com/webcontent/0056/880/797/cn56880797.jpg"
2461            },
2462            {
2463              "type": "swatchImage",
2464              "url": "https://www.gap.com/webcontent/0056/880/543/cn56880543.jpg"
2465            },
2466            {
2467              "type": "swatchImageAttribute",
2468              "url": "https://www.gap.com/webcontent/0056/880/543/cn56880543.jpg"
2469            },
2470            {
2471              "type": "pristineImage",
2472              "url": "https://www.gap.com/webcontent/0056/880/797/cn56880797.jpg"
2473            }
2474          ],
2475          "mergeType": "STYLE",
2476          "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie",
2477          "ccLevelMarketingFlags": [
2478            {
2479              "content": "Extra 50% off at checkout",
2480              "position": "6"
2481            }
2482          ]
2483        },
2484        {
2485          "id": "604779002",
2486          "shortDescription": "true black",
2487          "name": "true black",
2488          "effectivePrice": "44.95",
2489          "regularPrice": "44.95",
2490          "priceType": "R",
2491          "percentageOff": "",
2492          "inventoryCount": "0",
2493          "backOrderInventoryCount": "0",
2494          "defaultSizeVariantId": "REGULAR",
2495          "skuSizes": [
2496            "regular|tops|size|4/5|xs",
2497            "regular|tops|size|10|l",
2498            "regular|tops|size|12|xl",
2499            "regular|tops|size|8|m",
2500            "regular|tops|size|6/7|s"
2501          ],
2502          "ccMarketingFlagsDetails": [
2503            {
2504              "name": "Excluded from promotion",
2505              "position": "9",
2506              "type": "",
2507              "subType": "MARKETING FLAG"
2508            }
2509          ],
2510          "vendorName": "YAKJIN TRADING CORP",
2511          "madeToOrder": "false",
2512          "images": [
2513            {
2514              "type": "thumbImage",
2515              "url": "https://www.gap.com/webcontent/0056/943/699/cn56943699.jpg"
2516            },
2517            {
2518              "type": "zoomImage",
2519              "url": "https://www.gap.com/webcontent/0056/943/705/cn56943705.jpg"
2520            },
2521            {
2522              "type": "swatchImage",
2523              "url": "https://www.gap.com/webcontent/0056/943/590/cn56943590.jpg"
2524            },
2525            {
2526              "type": "swatchImageAttribute",
2527              "url": "https://www.gap.com/webcontent/0056/943/590/cn56943590.jpg"
2528            },
2529            {
2530              "type": "pristineImage",
2531              "url": "https://www.gap.com/webcontent/0056/943/705/cn56943705.jpg"
2532            }
2533          ],
2534          "mergeType": "STYLE",
2535          "originalStyleTitle": "Kids Vintage Soft Textured Logo Hoodie",
2536          "ccLevelMarketingFlags": [
2537            {
2538              "content": "Excluded from promotion",
2539              "position": "9"
2540            }
2541          ]
2542        },
2543        {
2544          "id": "428396002",
2545          "shortDescription": "blue",
2546          "name": "blue",
2547          "effectivePrice": "29.99",
2548          "regularPrice": "39.95",
2549          "priceType": "M",
2550          "percentageOff": "25",
2551          "inventoryCount": "0",
2552          "backOrderInventoryCount": "0",
2553          "defaultSizeVariantId": "REGULAR",
2554          "skuSizes": [
2555            "regular|tops|size|4/5|xs"
2556          ],
2557          "ccMarketingFlagsDetails": [
2558            {
2559              "name": "Extra 50% off at checkout",
2560              "position": "6",
2561              "type": "",
2562              "subType": "MARKETING FLAG"
2563            }
2564          ],
2565          "vendorName": "SAE-A TRADING CO., LTD",
2566          "madeToOrder": "false",
2567          "images": [
2568            {
2569              "type": "thumbImage",
2570              "url": "https://www.gap.com/webcontent/0029/114/112/cn29114112.jpg"
2571            },
2572            {
2573              "type": "zoomImage",
2574              "url": "https://www.gap.com/webcontent/0029/114/115/cn29114115.jpg"
2575            },
2576            {
2577              "type": "swatchImage",
2578              "url": "https://www.gap.com/webcontent/0029/113/906/cn29113906.jpg"
2579            },
2580            {
2581              "type": "swatchImageAttribute",
2582              "url": "https://www.gap.com/webcontent/0029/113/906/cn29113906.jpg"
2583            },
2584            {
2585              "type": "pristineImage",
2586              "url": "https://www.gap.com/webcontent/0029/114/115/cn29114115.jpg"
2587            }
2588          ],
2589          "mergeType": "STYLE",
2590          "originalStyleTitle": "Kids Vintage Soft Gap Logo Pullover Hoodie",
2591          "ccLevelMarketingFlags": [
2592            {
2593              "content": "Extra 50% off at checkout",
2594              "position": "6"
2595            }
2596          ]
2597        }
2598      ]
2599    },
2600    {
2601      "id": "600936",
2602      "name": "Cropped Duvet Wrap Puffer Jacket",
2603      "priceRange": [
2604        "168.0",
2605        "168.0"
2606      ],
2607      "salePriceRange": [
2608        "50.0",
2609        "168.0"
2610      ],
2611      "reviewScore": 4.24,
2612      "reviewCount": 84,
2613      "brand": "GAP",
2614      "market": "US",
2615      "defaultThumbImage": "https://www.gap.com/webcontent/0056/671/932/cn56671932.jpg",
2616      "excludedFromPromotion": "false",
2617      "showSellerName": "false",
2618      "freeShipping": "false",
2619      "vendorId": "TP INC.",
2620      "colors": [
2621        {
2622          "id": "600936022",
2623          "shortDescription": "sled red",
2624          "name": "sled red",
2625          "effectivePrice": "50.0",
2626          "regularPrice": "168.0",
2627          "priceType": "P",
2628          "percentageOff": "70",
2629          "inventoryCount": "0",
2630          "backOrderInventoryCount": "0",
2631          "defaultSizeVariantId": "REGULAR",
2632          "skuSizes": [
2633            "petite|outerwear|size|l",
2634            "regular|outerwear|size|m",
2635            "regular|outerwear|size|xs",
2636            "petite|outerwear|size|xs",
2637            "regular|outerwear|size|l",
2638            "petite|outerwear|size|s",
2639            "regular|outerwear|size|s",
2640            "petite|outerwear|size|m",
2641            "regular|outerwear|size|xxs",
2642            "regular|outerwear|size|xl"
2643          ],
2644          "ccMarketingFlagsDetails": [
2645            {
2646              "name": "Really big deal",
2647              "position": "5",
2648              "type": "",
2649              "subType": "MARKETING FLAG"
2650            }
2651          ],
2652          "vendorName": "TP INC.",
2653          "madeToOrder": "false",
2654          "images": [
2655            {
2656              "type": "thumbImage",
2657              "url": "https://www.gap.com/webcontent/0056/671/932/cn56671932.jpg"
2658            },
2659            {
2660              "type": "zoomImage",
2661              "url": "https://www.gap.com/webcontent/0056/671/936/cn56671936.jpg"
2662            },
2663            {
2664              "type": "swatchImage",
2665              "url": "https://www.gap.com/webcontent/0056/667/937/cn56667937.jpg"
2666            },
2667            {
2668              "type": "swatchImageAttribute",
2669              "url": "https://www.gap.com/webcontent/0056/667/937/cn56667937.jpg"
2670            },
2671            {
2672              "type": "pristineImage",
2673              "url": "https://www.gap.com/webcontent/0056/671/936/cn56671936.jpg"
2674            }
2675          ],
2676          "mergeType": "NONE",
2677          "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket",
2678          "ccLevelMarketingFlags": [
2679            {
2680              "content": "Really big deal",
2681              "position": "5"
2682            }
2683          ]
2684        },
2685        {
2686          "id": "600936002",
2687          "shortDescription": "black",
2688          "name": "black",
2689          "effectivePrice": "100.0",
2690          "regularPrice": "168.0",
2691          "priceType": "P",
2692          "percentageOff": "40",
2693          "inventoryCount": "0",
2694          "backOrderInventoryCount": "0",
2695          "defaultSizeVariantId": "REGULAR",
2696          "skuSizes": [
2697            "tall|outerwear|size|s",
2698            "petite|outerwear|size|s",
2699            "regular|outerwear|size|s",
2700            "regular|outerwear|size|m",
2701            "tall|outerwear|size|m",
2702            "regular|outerwear|size|xxs",
2703            "regular|outerwear|size|xs",
2704            "regular|outerwear|size|xl",
2705            "tall|outerwear|size|l",
2706            "regular|outerwear|size|l",
2707            "tall|outerwear|size|xl",
2708            "petite|outerwear|size|l",
2709            "petite|outerwear|size|xs",
2710            "petite|outerwear|size|m"
2711          ],
2712          "ccMarketingFlagsDetails": [
2713            {
2714              "name": "40% off: price as marked",
2715              "position": "9",
2716              "type": "",
2717              "subType": "MARKETING FLAG"
2718            },
2719            {
2720              "name": "40% off: price as marked",
2721              "position": "10",
2722              "type": "",
2723              "subType": "BADGE"
2724            }
2725          ],
2726          "vendorName": "TP INC.",
2727          "madeToOrder": "false",
2728          "images": [
2729            {
2730              "type": "thumbImage",
2731              "url": "https://www.gap.com/webcontent/0056/717/109/cn56717109.jpg"
2732            },
2733            {
2734              "type": "zoomImage",
2735              "url": "https://www.gap.com/webcontent/0056/717/116/cn56717116.jpg"
2736            },
2737            {
2738              "type": "swatchImage",
2739              "url": "https://www.gap.com/webcontent/0056/717/033/cn56717033.jpg"
2740            },
2741            {
2742              "type": "swatchImageAttribute",
2743              "url": "https://www.gap.com/webcontent/0056/717/033/cn56717033.jpg"
2744            },
2745            {
2746              "type": "pristineImage",
2747              "url": "https://www.gap.com/webcontent/0056/717/116/cn56717116.jpg"
2748            }
2749          ],
2750          "mergeType": "NONE",
2751          "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket",
2752          "ccLevelMarketingFlags": [
2753            {
2754              "content": "40% off: price as marked",
2755              "position": "9"
2756            },
2757            {
2758              "content": "40% off: price as marked",
2759              "position": "10"
2760            }
2761          ]
2762        },
2763        {
2764          "id": "600936012",
2765          "shortDescription": "plymouth rock brown",
2766          "name": "plymouth rock brown",
2767          "effectivePrice": "168.0",
2768          "regularPrice": "168.0",
2769          "priceType": "R",
2770          "percentageOff": "",
2771          "inventoryCount": "0",
2772          "backOrderInventoryCount": "0",
2773          "defaultSizeVariantId": "REGULAR",
2774          "skuSizes": [
2775            "tall|outerwear|size|xl",
2776            "regular|outerwear|size|s",
2777            "tall|outerwear|size|l",
2778            "petite|outerwear|size|l",
2779            "regular|outerwear|size|xs",
2780            "tall|outerwear|size|s",
2781            "petite|outerwear|size|m",
2782            "petite|outerwear|size|s",
2783            "regular|outerwear|size|l",
2784            "petite|outerwear|size|xs",
2785            "regular|outerwear|size|m",
2786            "regular|outerwear|size|xxs",
2787            "tall|outerwear|size|m",
2788            "regular|outerwear|size|xl"
2789          ],
2790          "ccMarketingFlagsDetails": [
2791            {
2792              "name": "Excluded from promotion",
2793              "position": "9",
2794              "type": "",
2795              "subType": "MARKETING FLAG"
2796            }
2797          ],
2798          "vendorName": "TP INC.",
2799          "madeToOrder": "false",
2800          "images": [
2801            {
2802              "type": "thumbImage",
2803              "url": "https://www.gap.com/webcontent/0056/840/861/cn56840861.jpg"
2804            },
2805            {
2806              "type": "zoomImage",
2807              "url": "https://www.gap.com/webcontent/0056/840/868/cn56840868.jpg"
2808            },
2809            {
2810              "type": "swatchImage",
2811              "url": "https://www.gap.com/webcontent/0056/840/673/cn56840673.jpg"
2812            },
2813            {
2814              "type": "swatchImageAttribute",
2815              "url": "https://www.gap.com/webcontent/0056/840/673/cn56840673.jpg"
2816            },
2817            {
2818              "type": "pristineImage",
2819              "url": "https://www.gap.com/webcontent/0056/840/868/cn56840868.jpg"
2820            }
2821          ],
2822          "mergeType": "NONE",
2823          "originalStyleTitle": "Cropped Duvet Wrap Puffer Jacket",
2824          "ccLevelMarketingFlags": [
2825            {
2826              "content": "Excluded from promotion",
2827              "position": "9"
2828            }
2829          ]
2830        }
2831      ]
2832    },
2833    {
2834      "id": "498993",
2835      "name": "Oversized Nylon Parka",
2836      "priceRange": [
2837        "148.0",
2838        "148.0"
2839      ],
2840      "salePriceRange": [
2841        "44.0",
2842        "88.0"
2843      ],
2844      "reviewScore": 4.23,
2845      "reviewCount": 90,
2846      "brand": "GAP",
2847      "market": "US",
2848      "defaultThumbImage": "https://www.gap.com/webcontent/0056/003/727/cn56003727.jpg",
2849      "excludedFromPromotion": "false",
2850      "showSellerName": "false",
2851      "freeShipping": "false",
2852      "vendorId": "HANSAE CO LTD",
2853      "colors": [
2854        {
2855          "id": "498993022",
2856          "shortDescription": "khaki tan",
2857          "name": "khaki tan",
2858          "effectivePrice": "44.0",
2859          "regularPrice": "148.0",
2860          "priceType": "P",
2861          "percentageOff": "70",
2862          "inventoryCount": "0",
2863          "backOrderInventoryCount": "0",
2864          "defaultSizeVariantId": "REGULAR",
2865          "skuSizes": [
2866            "tall|outerwear|size|s",
2867            "petite|outerwear|size|s",
2868            "regular|outerwear|size|l",
2869            "petite|outerwear|size|m",
2870            "tall|outerwear|size|l",
2871            "tall|outerwear|size|m",
2872            "regular|outerwear|size|m",
2873            "tall|outerwear|size|xl",
2874            "regular|outerwear|size|xs",
2875            "petite|outerwear|size|l",
2876            "regular|outerwear|size|s",
2877            "petite|outerwear|size|xs",
2878            "regular|outerwear|size|xl"
2879          ],
2880          "ccMarketingFlagsDetails": [
2881            {
2882              "name": "Really big deal",
2883              "position": "5",
2884              "type": "",
2885              "subType": "MARKETING FLAG"
2886            }
2887          ],
2888          "vendorName": "HANSAE CO LTD",
2889          "madeToOrder": "false",
2890          "images": [
2891            {
2892              "type": "thumbImage",
2893              "url": "https://www.gap.com/webcontent/0056/003/727/cn56003727.jpg"
2894            },
2895            {
2896              "type": "zoomImage",
2897              "url": "https://www.gap.com/webcontent/0056/003/732/cn56003732.jpg"
2898            },
2899            {
2900              "type": "swatchImage",
2901              "url": "https://www.gap.com/webcontent/0056/003/722/cn56003722.jpg"
2902            },
2903            {
2904              "type": "swatchImageAttribute",
2905              "url": "https://www.gap.com/webcontent/0056/003/722/cn56003722.jpg"
2906            },
2907            {
2908              "type": "pristineImage",
2909              "url": "https://www.gap.com/webcontent/0056/003/732/cn56003732.jpg"
2910            }
2911          ],
2912          "mergeType": "NONE",
2913          "originalStyleTitle": "Oversized Nylon Parka",
2914          "ccLevelMarketingFlags": [
2915            {
2916              "content": "Really big deal",
2917              "position": "5"
2918            }
2919          ]
2920        },
2921        {
2922          "id": "498993002",
2923          "shortDescription": "black",
2924          "name": "black",
2925          "effectivePrice": "88.0",
2926          "regularPrice": "148.0",
2927          "priceType": "P",
2928          "percentageOff": "41",
2929          "inventoryCount": "0",
2930          "backOrderInventoryCount": "0",
2931          "defaultSizeVariantId": "REGULAR",
2932          "skuSizes": [
2933            "regular|outerwear|size|xs",
2934            "regular|outerwear|size|xl",
2935            "regular|outerwear|size|m",
2936            "tall|outerwear|size|s",
2937            "tall|outerwear|size|xl",
2938            "petite|outerwear|size|xs",
2939            "tall|outerwear|size|m",
2940            "petite|outerwear|size|l",
2941            "regular|outerwear|size|s",
2942            "tall|outerwear|size|l",
2943            "regular|outerwear|size|l",
2944            "petite|outerwear|size|m",
2945            "petite|outerwear|size|s",
2946            "regular|outerwear|size|xxs"
2947          ],
2948          "ccMarketingFlagsDetails": [
2949            {
2950              "name": "40% off: price as marked",
2951              "position": "9",
2952              "type": "",
2953              "subType": "MARKETING FLAG"
2954            }
2955          ],
2956          "vendorName": "HANSAE CO LTD",
2957          "madeToOrder": "false",
2958          "images": [
2959            {
2960              "type": "thumbImage",
2961              "url": "https://www.gap.com/webcontent/0055/989/770/cn55989770.jpg"
2962            },
2963            {
2964              "type": "zoomImage",
2965              "url": "https://www.gap.com/webcontent/0055/989/774/cn55989774.jpg"
2966            },
2967            {
2968              "type": "swatchImage",
2969              "url": "https://www.gap.com/webcontent/0055/989/747/cn55989747.jpg"
2970            },
2971            {
2972              "type": "swatchImageAttribute",
2973              "url": "https://www.gap.com/webcontent/0055/989/747/cn55989747.jpg"
2974            },
2975            {
2976              "type": "pristineImage",
2977              "url": "https://www.gap.com/webcontent/0055/989/774/cn55989774.jpg"
2978            }
2979          ],
2980          "mergeType": "NONE",
2981          "originalStyleTitle": "Oversized Nylon Parka",
2982          "ccLevelMarketingFlags": [
2983            {
2984              "content": "40% off: price as marked",
2985              "position": "9"
2986            }
2987          ]
2988        }
2989      ]
2990    },
2991    {
2992      "id": "525831",
2993      "name": "Baby & Toddler Recycled Nylon Cozy Puffer Jacket",
2994      "priceRange": [
2995        "88.0",
2996        "88.0"
2997      ],
2998      "salePriceRange": [
2999        "17.0",
3000        "52.0"
3001      ],
3002      "reviewScore": 4.87,
3003      "reviewCount": 172,
3004      "brand": "GAP",
3005      "market": "US",
3006      "defaultThumbImage": "https://www.gap.com/webcontent/0056/410/953/cn56410953.jpg",
3007      "excludedFromPromotion": "false",
3008      "showSellerName": "false",
3009      "freeShipping": "false",
3010      "vendorId": "TP INC.",
3011      "colors": [
3012        {
3013          "id": "525831002",
3014          "shortDescription": "light gold",
3015          "name": "light gold",
3016          "effectivePrice": "17.0",
3017          "regularPrice": "88.0",
3018          "priceType": "P",
3019          "percentageOff": "81",
3020          "inventoryCount": "0",
3021          "backOrderInventoryCount": "0",
3022          "defaultSizeVariantId": "REGULAR",
3023          "skuSizes": [
3024            "regular|outerwear|size|18-24 m",
3025            "regular|outerwear|size|6-12 m",
3026            "regular|outerwear|size|4t",
3027            "regular|outerwear|size|2t",
3028            "regular|outerwear|size|3t"
3029          ],
3030          "ccMarketingFlagsDetails": [
3031            {
3032              "name": "Really big deal",
3033              "position": "5",
3034              "type": "",
3035              "subType": "MARKETING FLAG"
3036            }
3037          ],
3038          "vendorName": "TP INC.",
3039          "madeToOrder": "false",
3040          "images": [
3041            {
3042              "type": "thumbImage",
3043              "url": "https://www.gap.com/webcontent/0056/410/953/cn56410953.jpg"
3044            },
3045            {
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago