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": [