Last active
May 23, 2023 13:25
-
-
Save ozcanzaferayan/78a49708285523c17eac88c20591b146 to your computer and use it in GitHub Desktop.
100k Data gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Product 1", | |
"price": 486.09, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 1." | |
}, | |
{ | |
"id": 2, | |
"name": "Product 2", | |
"price": 383.43, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 2." | |
}, | |
{ | |
"id": 3, | |
"name": "Product 3", | |
"price": 277.78, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 3." | |
}, | |
{ | |
"id": 4, | |
"name": "Product 4", | |
"price": 358.49, | |
"quantity": 40, | |
"category": "Home & Kitchen", | |
"description": "This is product 4." | |
}, | |
{ | |
"id": 5, | |
"name": "Product 5", | |
"price": 335.57, | |
"quantity": 6, | |
"category": "Home & Kitchen", | |
"description": "This is product 5." | |
}, | |
{ | |
"id": 6, | |
"name": "Product 6", | |
"price": 210.9, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 6." | |
}, | |
{ | |
"id": 7, | |
"name": "Product 7", | |
"price": 322.02, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 7." | |
}, | |
{ | |
"id": 8, | |
"name": "Product 8", | |
"price": 225.91, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 8." | |
}, | |
{ | |
"id": 9, | |
"name": "Product 9", | |
"price": 512.17, | |
"quantity": 63, | |
"category": "Clothing", | |
"description": "This is product 9." | |
}, | |
{ | |
"id": 10, | |
"name": "Product 10", | |
"price": 394.3, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 10." | |
} | |
] |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Product 1", | |
"price": 486.09, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 1." | |
}, | |
{ | |
"id": 2, | |
"name": "Product 2", | |
"price": 383.43, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 2." | |
}, | |
{ | |
"id": 3, | |
"name": "Product 3", | |
"price": 277.78, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 3." | |
}, | |
{ | |
"id": 4, | |
"name": "Product 4", | |
"price": 358.49, | |
"quantity": 40, | |
"category": "Home & Kitchen", | |
"description": "This is product 4." | |
}, | |
{ | |
"id": 5, | |
"name": "Product 5", | |
"price": 335.57, | |
"quantity": 6, | |
"category": "Home & Kitchen", | |
"description": "This is product 5." | |
}, | |
{ | |
"id": 6, | |
"name": "Product 6", | |
"price": 210.9, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 6." | |
}, | |
{ | |
"id": 7, | |
"name": "Product 7", | |
"price": 322.02, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 7." | |
}, | |
{ | |
"id": 8, | |
"name": "Product 8", | |
"price": 225.91, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 8." | |
}, | |
{ | |
"id": 9, | |
"name": "Product 9", | |
"price": 512.17, | |
"quantity": 63, | |
"category": "Clothing", | |
"description": "This is product 9." | |
}, | |
{ | |
"id": 10, | |
"name": "Product 10", | |
"price": 394.3, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 10." | |
}, | |
{ | |
"id": 11, | |
"name": "Product 11", | |
"price": 298.28, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 11." | |
}, | |
{ | |
"id": 12, | |
"name": "Product 12", | |
"price": 224.62, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 12." | |
}, | |
{ | |
"id": 13, | |
"name": "Product 13", | |
"price": 802.54, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 13." | |
}, | |
{ | |
"id": 14, | |
"name": "Product 14", | |
"price": 219.18, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 14." | |
}, | |
{ | |
"id": 15, | |
"name": "Product 15", | |
"price": 992.63, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 15." | |
}, | |
{ | |
"id": 16, | |
"name": "Product 16", | |
"price": 849.85, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 16." | |
}, | |
{ | |
"id": 17, | |
"name": "Product 17", | |
"price": 288.85, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 17." | |
}, | |
{ | |
"id": 18, | |
"name": "Product 18", | |
"price": 212.95, | |
"quantity": 54, | |
"category": "Home & Kitchen", | |
"description": "This is product 18." | |
}, | |
{ | |
"id": 19, | |
"name": "Product 19", | |
"price": 653.08, | |
"quantity": 44, | |
"category": "Electronics", | |
"description": "This is product 19." | |
}, | |
{ | |
"id": 20, | |
"name": "Product 20", | |
"price": 55.15, | |
"quantity": 67, | |
"category": "Home & Kitchen", | |
"description": "This is product 20." | |
}, | |
{ | |
"id": 21, | |
"name": "Product 21", | |
"price": 970.16, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 21." | |
}, | |
{ | |
"id": 22, | |
"name": "Product 22", | |
"price": 273.32, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 22." | |
}, | |
{ | |
"id": 23, | |
"name": "Product 23", | |
"price": 337.82, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 23." | |
}, | |
{ | |
"id": 24, | |
"name": "Product 24", | |
"price": 42.25, | |
"quantity": 98, | |
"category": "Books", | |
"description": "This is product 24." | |
}, | |
{ | |
"id": 25, | |
"name": "Product 25", | |
"price": 852.72, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 25." | |
}, | |
{ | |
"id": 26, | |
"name": "Product 26", | |
"price": 642.08, | |
"quantity": 69, | |
"category": "Books", | |
"description": "This is product 26." | |
}, | |
{ | |
"id": 27, | |
"name": "Product 27", | |
"price": 254.49, | |
"quantity": 3, | |
"category": "Home & Kitchen", | |
"description": "This is product 27." | |
}, | |
{ | |
"id": 28, | |
"name": "Product 28", | |
"price": 894.13, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 28." | |
}, | |
{ | |
"id": 29, | |
"name": "Product 29", | |
"price": 649.09, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 29." | |
}, | |
{ | |
"id": 30, | |
"name": "Product 30", | |
"price": 151.84, | |
"quantity": 64, | |
"category": "Clothing", | |
"description": "This is product 30." | |
}, | |
{ | |
"id": 31, | |
"name": "Product 31", | |
"price": 482.2, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 31." | |
}, | |
{ | |
"id": 32, | |
"name": "Product 32", | |
"price": 781.13, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 32." | |
}, | |
{ | |
"id": 33, | |
"name": "Product 33", | |
"price": 972.35, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 33." | |
}, | |
{ | |
"id": 34, | |
"name": "Product 34", | |
"price": 845.4, | |
"quantity": 64, | |
"category": "Clothing", | |
"description": "This is product 34." | |
}, | |
{ | |
"id": 35, | |
"name": "Product 35", | |
"price": 464.98, | |
"quantity": 49, | |
"category": "Home & Kitchen", | |
"description": "This is product 35." | |
}, | |
{ | |
"id": 36, | |
"name": "Product 36", | |
"price": 674.23, | |
"quantity": 48, | |
"category": "Books", | |
"description": "This is product 36." | |
}, | |
{ | |
"id": 37, | |
"name": "Product 37", | |
"price": 804.06, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 37." | |
}, | |
{ | |
"id": 38, | |
"name": "Product 38", | |
"price": 201.6, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 38." | |
}, | |
{ | |
"id": 39, | |
"name": "Product 39", | |
"price": 682.57, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 39." | |
}, | |
{ | |
"id": 40, | |
"name": "Product 40", | |
"price": 124.08, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 40." | |
}, | |
{ | |
"id": 41, | |
"name": "Product 41", | |
"price": 232.09, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 41." | |
}, | |
{ | |
"id": 42, | |
"name": "Product 42", | |
"price": 348.24, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 42." | |
}, | |
{ | |
"id": 43, | |
"name": "Product 43", | |
"price": 889.4, | |
"quantity": 6, | |
"category": "Clothing", | |
"description": "This is product 43." | |
}, | |
{ | |
"id": 44, | |
"name": "Product 44", | |
"price": 682.61, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 44." | |
}, | |
{ | |
"id": 45, | |
"name": "Product 45", | |
"price": 418.51, | |
"quantity": 6, | |
"category": "Books", | |
"description": "This is product 45." | |
}, | |
{ | |
"id": 46, | |
"name": "Product 46", | |
"price": 766.87, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 46." | |
}, | |
{ | |
"id": 47, | |
"name": "Product 47", | |
"price": 555.37, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 47." | |
}, | |
{ | |
"id": 48, | |
"name": "Product 48", | |
"price": 935.54, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 48." | |
}, | |
{ | |
"id": 49, | |
"name": "Product 49", | |
"price": 243.55, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 49." | |
}, | |
{ | |
"id": 50, | |
"name": "Product 50", | |
"price": 183.96, | |
"quantity": 64, | |
"category": "Books", | |
"description": "This is product 50." | |
}, | |
{ | |
"id": 51, | |
"name": "Product 51", | |
"price": 340.13, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 51." | |
}, | |
{ | |
"id": 52, | |
"name": "Product 52", | |
"price": 600.88, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 52." | |
}, | |
{ | |
"id": 53, | |
"name": "Product 53", | |
"price": 530.23, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 53." | |
}, | |
{ | |
"id": 54, | |
"name": "Product 54", | |
"price": 335, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 54." | |
}, | |
{ | |
"id": 55, | |
"name": "Product 55", | |
"price": 730.09, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 55." | |
}, | |
{ | |
"id": 56, | |
"name": "Product 56", | |
"price": 413.22, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 56." | |
}, | |
{ | |
"id": 57, | |
"name": "Product 57", | |
"price": 689.99, | |
"quantity": 65, | |
"category": "Books", | |
"description": "This is product 57." | |
}, | |
{ | |
"id": 58, | |
"name": "Product 58", | |
"price": 690.58, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 58." | |
}, | |
{ | |
"id": 59, | |
"name": "Product 59", | |
"price": 336.34, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 59." | |
}, | |
{ | |
"id": 60, | |
"name": "Product 60", | |
"price": 557.52, | |
"quantity": 89, | |
"category": "Home & Kitchen", | |
"description": "This is product 60." | |
}, | |
{ | |
"id": 61, | |
"name": "Product 61", | |
"price": 185.35, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 61." | |
}, | |
{ | |
"id": 62, | |
"name": "Product 62", | |
"price": 230, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 62." | |
}, | |
{ | |
"id": 63, | |
"name": "Product 63", | |
"price": 173.66, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 63." | |
}, | |
{ | |
"id": 64, | |
"name": "Product 64", | |
"price": 11.86, | |
"quantity": 78, | |
"category": "Books", | |
"description": "This is product 64." | |
}, | |
{ | |
"id": 65, | |
"name": "Product 65", | |
"price": 829.02, | |
"quantity": 86, | |
"category": "Clothing", | |
"description": "This is product 65." | |
}, | |
{ | |
"id": 66, | |
"name": "Product 66", | |
"price": 183.89, | |
"quantity": 35, | |
"category": "Electronics", | |
"description": "This is product 66." | |
}, | |
{ | |
"id": 67, | |
"name": "Product 67", | |
"price": 541.83, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 67." | |
}, | |
{ | |
"id": 68, | |
"name": "Product 68", | |
"price": 910.93, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 68." | |
}, | |
{ | |
"id": 69, | |
"name": "Product 69", | |
"price": 358.79, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 69." | |
}, | |
{ | |
"id": 70, | |
"name": "Product 70", | |
"price": 232.42, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 70." | |
}, | |
{ | |
"id": 71, | |
"name": "Product 71", | |
"price": 634.64, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 71." | |
}, | |
{ | |
"id": 72, | |
"name": "Product 72", | |
"price": 584.06, | |
"quantity": 43, | |
"category": "Books", | |
"description": "This is product 72." | |
}, | |
{ | |
"id": 73, | |
"name": "Product 73", | |
"price": 320.82, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 73." | |
}, | |
{ | |
"id": 74, | |
"name": "Product 74", | |
"price": 402.29, | |
"quantity": 64, | |
"category": "Books", | |
"description": "This is product 74." | |
}, | |
{ | |
"id": 75, | |
"name": "Product 75", | |
"price": 131.92, | |
"quantity": 47, | |
"category": "Electronics", | |
"description": "This is product 75." | |
}, | |
{ | |
"id": 76, | |
"name": "Product 76", | |
"price": 554.42, | |
"quantity": 53, | |
"category": "Electronics", | |
"description": "This is product 76." | |
}, | |
{ | |
"id": 77, | |
"name": "Product 77", | |
"price": 546.34, | |
"quantity": 12, | |
"category": "Books", | |
"description": "This is product 77." | |
}, | |
{ | |
"id": 78, | |
"name": "Product 78", | |
"price": 761.85, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 78." | |
}, | |
{ | |
"id": 79, | |
"name": "Product 79", | |
"price": 309.02, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 79." | |
}, | |
{ | |
"id": 80, | |
"name": "Product 80", | |
"price": 490.95, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 80." | |
}, | |
{ | |
"id": 81, | |
"name": "Product 81", | |
"price": 560.62, | |
"quantity": 15, | |
"category": "Clothing", | |
"description": "This is product 81." | |
}, | |
{ | |
"id": 82, | |
"name": "Product 82", | |
"price": 238.91, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 82." | |
}, | |
{ | |
"id": 83, | |
"name": "Product 83", | |
"price": 126.43, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 83." | |
}, | |
{ | |
"id": 84, | |
"name": "Product 84", | |
"price": 720.33, | |
"quantity": 51, | |
"category": "Electronics", | |
"description": "This is product 84." | |
}, | |
{ | |
"id": 85, | |
"name": "Product 85", | |
"price": 194.13, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 85." | |
}, | |
{ | |
"id": 86, | |
"name": "Product 86", | |
"price": 578.05, | |
"quantity": 69, | |
"category": "Clothing", | |
"description": "This is product 86." | |
}, | |
{ | |
"id": 87, | |
"name": "Product 87", | |
"price": 951.67, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 87." | |
}, | |
{ | |
"id": 88, | |
"name": "Product 88", | |
"price": 325.97, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 88." | |
}, | |
{ | |
"id": 89, | |
"name": "Product 89", | |
"price": 511.31, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 89." | |
}, | |
{ | |
"id": 90, | |
"name": "Product 90", | |
"price": 10.33, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 90." | |
}, | |
{ | |
"id": 91, | |
"name": "Product 91", | |
"price": 260.67, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 91." | |
}, | |
{ | |
"id": 92, | |
"name": "Product 92", | |
"price": 997.24, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 92." | |
}, | |
{ | |
"id": 93, | |
"name": "Product 93", | |
"price": 371.74, | |
"quantity": 61, | |
"category": "Books", | |
"description": "This is product 93." | |
}, | |
{ | |
"id": 94, | |
"name": "Product 94", | |
"price": 115.93, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 94." | |
}, | |
{ | |
"id": 95, | |
"name": "Product 95", | |
"price": 699.9, | |
"quantity": 95, | |
"category": "Clothing", | |
"description": "This is product 95." | |
}, | |
{ | |
"id": 96, | |
"name": "Product 96", | |
"price": 467.14, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 96." | |
}, | |
{ | |
"id": 97, | |
"name": "Product 97", | |
"price": 657.89, | |
"quantity": 67, | |
"category": "Home & Kitchen", | |
"description": "This is product 97." | |
}, | |
{ | |
"id": 98, | |
"name": "Product 98", | |
"price": 425.15, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 98." | |
}, | |
{ | |
"id": 99, | |
"name": "Product 99", | |
"price": 688.19, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 99." | |
}, | |
{ | |
"id": 100, | |
"name": "Product 100", | |
"price": 308.17, | |
"quantity": 56, | |
"category": "Books", | |
"description": "This is product 100." | |
}, | |
{ | |
"id": 101, | |
"name": "Product 101", | |
"price": 214.39, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 101." | |
}, | |
{ | |
"id": 102, | |
"name": "Product 102", | |
"price": 898.21, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 102." | |
}, | |
{ | |
"id": 103, | |
"name": "Product 103", | |
"price": 247.25, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 103." | |
}, | |
{ | |
"id": 104, | |
"name": "Product 104", | |
"price": 410.32, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 104." | |
}, | |
{ | |
"id": 105, | |
"name": "Product 105", | |
"price": 62.69, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 105." | |
}, | |
{ | |
"id": 106, | |
"name": "Product 106", | |
"price": 866.64, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 106." | |
}, | |
{ | |
"id": 107, | |
"name": "Product 107", | |
"price": 113.23, | |
"quantity": 6, | |
"category": "Books", | |
"description": "This is product 107." | |
}, | |
{ | |
"id": 108, | |
"name": "Product 108", | |
"price": 272.97, | |
"quantity": 75, | |
"category": "Clothing", | |
"description": "This is product 108." | |
}, | |
{ | |
"id": 109, | |
"name": "Product 109", | |
"price": 617.64, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 109." | |
}, | |
{ | |
"id": 110, | |
"name": "Product 110", | |
"price": 183.81, | |
"quantity": 39, | |
"category": "Clothing", | |
"description": "This is product 110." | |
}, | |
{ | |
"id": 111, | |
"name": "Product 111", | |
"price": 365.07, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 111." | |
}, | |
{ | |
"id": 112, | |
"name": "Product 112", | |
"price": 501.93, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 112." | |
}, | |
{ | |
"id": 113, | |
"name": "Product 113", | |
"price": 664.63, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 113." | |
}, | |
{ | |
"id": 114, | |
"name": "Product 114", | |
"price": 446.87, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 114." | |
}, | |
{ | |
"id": 115, | |
"name": "Product 115", | |
"price": 862, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 115." | |
}, | |
{ | |
"id": 116, | |
"name": "Product 116", | |
"price": 412.47, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 116." | |
}, | |
{ | |
"id": 117, | |
"name": "Product 117", | |
"price": 848.15, | |
"quantity": 10, | |
"category": "Home & Kitchen", | |
"description": "This is product 117." | |
}, | |
{ | |
"id": 118, | |
"name": "Product 118", | |
"price": 276.34, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 118." | |
}, | |
{ | |
"id": 119, | |
"name": "Product 119", | |
"price": 797.48, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 119." | |
}, | |
{ | |
"id": 120, | |
"name": "Product 120", | |
"price": 117.03, | |
"quantity": 27, | |
"category": "Home & Kitchen", | |
"description": "This is product 120." | |
}, | |
{ | |
"id": 121, | |
"name": "Product 121", | |
"price": 982.32, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 121." | |
}, | |
{ | |
"id": 122, | |
"name": "Product 122", | |
"price": 658.97, | |
"quantity": 70, | |
"category": "Home & Kitchen", | |
"description": "This is product 122." | |
}, | |
{ | |
"id": 123, | |
"name": "Product 123", | |
"price": 371.4, | |
"quantity": 53, | |
"category": "Clothing", | |
"description": "This is product 123." | |
}, | |
{ | |
"id": 124, | |
"name": "Product 124", | |
"price": 798.47, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 124." | |
}, | |
{ | |
"id": 125, | |
"name": "Product 125", | |
"price": 413.12, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 125." | |
}, | |
{ | |
"id": 126, | |
"name": "Product 126", | |
"price": 909.55, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 126." | |
}, | |
{ | |
"id": 127, | |
"name": "Product 127", | |
"price": 892.16, | |
"quantity": 92, | |
"category": "Clothing", | |
"description": "This is product 127." | |
}, | |
{ | |
"id": 128, | |
"name": "Product 128", | |
"price": 348.93, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 128." | |
}, | |
{ | |
"id": 129, | |
"name": "Product 129", | |
"price": 68.7, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 129." | |
}, | |
{ | |
"id": 130, | |
"name": "Product 130", | |
"price": 949.65, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 130." | |
}, | |
{ | |
"id": 131, | |
"name": "Product 131", | |
"price": 159.73, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 131." | |
}, | |
{ | |
"id": 132, | |
"name": "Product 132", | |
"price": 14.21, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 132." | |
}, | |
{ | |
"id": 133, | |
"name": "Product 133", | |
"price": 12.36, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 133." | |
}, | |
{ | |
"id": 134, | |
"name": "Product 134", | |
"price": 378.59, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 134." | |
}, | |
{ | |
"id": 135, | |
"name": "Product 135", | |
"price": 97.35, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 135." | |
}, | |
{ | |
"id": 136, | |
"name": "Product 136", | |
"price": 317.92, | |
"quantity": 87, | |
"category": "Books", | |
"description": "This is product 136." | |
}, | |
{ | |
"id": 137, | |
"name": "Product 137", | |
"price": 515.19, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 137." | |
}, | |
{ | |
"id": 138, | |
"name": "Product 138", | |
"price": 201.46, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 138." | |
}, | |
{ | |
"id": 139, | |
"name": "Product 139", | |
"price": 34.61, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 139." | |
}, | |
{ | |
"id": 140, | |
"name": "Product 140", | |
"price": 550.26, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 140." | |
}, | |
{ | |
"id": 141, | |
"name": "Product 141", | |
"price": 697.72, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 141." | |
}, | |
{ | |
"id": 142, | |
"name": "Product 142", | |
"price": 329.01, | |
"quantity": 7, | |
"category": "Home & Kitchen", | |
"description": "This is product 142." | |
}, | |
{ | |
"id": 143, | |
"name": "Product 143", | |
"price": 30.21, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 143." | |
}, | |
{ | |
"id": 144, | |
"name": "Product 144", | |
"price": 746.96, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 144." | |
}, | |
{ | |
"id": 145, | |
"name": "Product 145", | |
"price": 889.47, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 145." | |
}, | |
{ | |
"id": 146, | |
"name": "Product 146", | |
"price": 701.62, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 146." | |
}, | |
{ | |
"id": 147, | |
"name": "Product 147", | |
"price": 43.81, | |
"quantity": 58, | |
"category": "Clothing", | |
"description": "This is product 147." | |
}, | |
{ | |
"id": 148, | |
"name": "Product 148", | |
"price": 785.68, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 148." | |
}, | |
{ | |
"id": 149, | |
"name": "Product 149", | |
"price": 945.2, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 149." | |
}, | |
{ | |
"id": 150, | |
"name": "Product 150", | |
"price": 613.04, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 150." | |
}, | |
{ | |
"id": 151, | |
"name": "Product 151", | |
"price": 745.59, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 151." | |
}, | |
{ | |
"id": 152, | |
"name": "Product 152", | |
"price": 822.69, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 152." | |
}, | |
{ | |
"id": 153, | |
"name": "Product 153", | |
"price": 598.64, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 153." | |
}, | |
{ | |
"id": 154, | |
"name": "Product 154", | |
"price": 456.8, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 154." | |
}, | |
{ | |
"id": 155, | |
"name": "Product 155", | |
"price": 736.01, | |
"quantity": 22, | |
"category": "Clothing", | |
"description": "This is product 155." | |
}, | |
{ | |
"id": 156, | |
"name": "Product 156", | |
"price": 355.11, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 156." | |
}, | |
{ | |
"id": 157, | |
"name": "Product 157", | |
"price": 703.81, | |
"quantity": 27, | |
"category": "Clothing", | |
"description": "This is product 157." | |
}, | |
{ | |
"id": 158, | |
"name": "Product 158", | |
"price": 720.32, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 158." | |
}, | |
{ | |
"id": 159, | |
"name": "Product 159", | |
"price": 959.37, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 159." | |
}, | |
{ | |
"id": 160, | |
"name": "Product 160", | |
"price": 222.66, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 160." | |
}, | |
{ | |
"id": 161, | |
"name": "Product 161", | |
"price": 116.15, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 161." | |
}, | |
{ | |
"id": 162, | |
"name": "Product 162", | |
"price": 319.65, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 162." | |
}, | |
{ | |
"id": 163, | |
"name": "Product 163", | |
"price": 548.84, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 163." | |
}, | |
{ | |
"id": 164, | |
"name": "Product 164", | |
"price": 409.95, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 164." | |
}, | |
{ | |
"id": 165, | |
"name": "Product 165", | |
"price": 258.75, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 165." | |
}, | |
{ | |
"id": 166, | |
"name": "Product 166", | |
"price": 514.15, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 166." | |
}, | |
{ | |
"id": 167, | |
"name": "Product 167", | |
"price": 814.02, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 167." | |
}, | |
{ | |
"id": 168, | |
"name": "Product 168", | |
"price": 172.41, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 168." | |
}, | |
{ | |
"id": 169, | |
"name": "Product 169", | |
"price": 665.59, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 169." | |
}, | |
{ | |
"id": 170, | |
"name": "Product 170", | |
"price": 246.35, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 170." | |
}, | |
{ | |
"id": 171, | |
"name": "Product 171", | |
"price": 206.6, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 171." | |
}, | |
{ | |
"id": 172, | |
"name": "Product 172", | |
"price": 716.98, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 172." | |
}, | |
{ | |
"id": 173, | |
"name": "Product 173", | |
"price": 662.55, | |
"quantity": 87, | |
"category": "Electronics", | |
"description": "This is product 173." | |
}, | |
{ | |
"id": 174, | |
"name": "Product 174", | |
"price": 92.91, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 174." | |
}, | |
{ | |
"id": 175, | |
"name": "Product 175", | |
"price": 410, | |
"quantity": 22, | |
"category": "Clothing", | |
"description": "This is product 175." | |
}, | |
{ | |
"id": 176, | |
"name": "Product 176", | |
"price": 87.51, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 176." | |
}, | |
{ | |
"id": 177, | |
"name": "Product 177", | |
"price": 827.95, | |
"quantity": 59, | |
"category": "Electronics", | |
"description": "This is product 177." | |
}, | |
{ | |
"id": 178, | |
"name": "Product 178", | |
"price": 130.17, | |
"quantity": 12, | |
"category": "Electronics", | |
"description": "This is product 178." | |
}, | |
{ | |
"id": 179, | |
"name": "Product 179", | |
"price": 941.72, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 179." | |
}, | |
{ | |
"id": 180, | |
"name": "Product 180", | |
"price": 270.82, | |
"quantity": 94, | |
"category": "Clothing", | |
"description": "This is product 180." | |
}, | |
{ | |
"id": 181, | |
"name": "Product 181", | |
"price": 377.21, | |
"quantity": 28, | |
"category": "Electronics", | |
"description": "This is product 181." | |
}, | |
{ | |
"id": 182, | |
"name": "Product 182", | |
"price": 674.83, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 182." | |
}, | |
{ | |
"id": 183, | |
"name": "Product 183", | |
"price": 743.73, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 183." | |
}, | |
{ | |
"id": 184, | |
"name": "Product 184", | |
"price": 833.79, | |
"quantity": 54, | |
"category": "Books", | |
"description": "This is product 184." | |
}, | |
{ | |
"id": 185, | |
"name": "Product 185", | |
"price": 376.91, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 185." | |
}, | |
{ | |
"id": 186, | |
"name": "Product 186", | |
"price": 711.11, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 186." | |
}, | |
{ | |
"id": 187, | |
"name": "Product 187", | |
"price": 224.58, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 187." | |
}, | |
{ | |
"id": 188, | |
"name": "Product 188", | |
"price": 671.25, | |
"quantity": 16, | |
"category": "Clothing", | |
"description": "This is product 188." | |
}, | |
{ | |
"id": 189, | |
"name": "Product 189", | |
"price": 175.78, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 189." | |
}, | |
{ | |
"id": 190, | |
"name": "Product 190", | |
"price": 657.03, | |
"quantity": 24, | |
"category": "Home & Kitchen", | |
"description": "This is product 190." | |
}, | |
{ | |
"id": 191, | |
"name": "Product 191", | |
"price": 11.12, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 191." | |
}, | |
{ | |
"id": 192, | |
"name": "Product 192", | |
"price": 280.81, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 192." | |
}, | |
{ | |
"id": 193, | |
"name": "Product 193", | |
"price": 631.91, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 193." | |
}, | |
{ | |
"id": 194, | |
"name": "Product 194", | |
"price": 996.76, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 194." | |
}, | |
{ | |
"id": 195, | |
"name": "Product 195", | |
"price": 720.57, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 195." | |
}, | |
{ | |
"id": 196, | |
"name": "Product 196", | |
"price": 316.21, | |
"quantity": 1, | |
"category": "Home & Kitchen", | |
"description": "This is product 196." | |
}, | |
{ | |
"id": 197, | |
"name": "Product 197", | |
"price": 374.82, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 197." | |
}, | |
{ | |
"id": 198, | |
"name": "Product 198", | |
"price": 659.86, | |
"quantity": 92, | |
"category": "Books", | |
"description": "This is product 198." | |
}, | |
{ | |
"id": 199, | |
"name": "Product 199", | |
"price": 694.76, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 199." | |
}, | |
{ | |
"id": 200, | |
"name": "Product 200", | |
"price": 647, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 200." | |
}, | |
{ | |
"id": 201, | |
"name": "Product 201", | |
"price": 388.56, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 201." | |
}, | |
{ | |
"id": 202, | |
"name": "Product 202", | |
"price": 242.47, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 202." | |
}, | |
{ | |
"id": 203, | |
"name": "Product 203", | |
"price": 100.89, | |
"quantity": 12, | |
"category": "Home & Kitchen", | |
"description": "This is product 203." | |
}, | |
{ | |
"id": 204, | |
"name": "Product 204", | |
"price": 812.76, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 204." | |
}, | |
{ | |
"id": 205, | |
"name": "Product 205", | |
"price": 88.32, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 205." | |
}, | |
{ | |
"id": 206, | |
"name": "Product 206", | |
"price": 913.77, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 206." | |
}, | |
{ | |
"id": 207, | |
"name": "Product 207", | |
"price": 770.19, | |
"quantity": 53, | |
"category": "Home & Kitchen", | |
"description": "This is product 207." | |
}, | |
{ | |
"id": 208, | |
"name": "Product 208", | |
"price": 511.87, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 208." | |
}, | |
{ | |
"id": 209, | |
"name": "Product 209", | |
"price": 812.5, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 209." | |
}, | |
{ | |
"id": 210, | |
"name": "Product 210", | |
"price": 314.76, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 210." | |
}, | |
{ | |
"id": 211, | |
"name": "Product 211", | |
"price": 430.47, | |
"quantity": 81, | |
"category": "Books", | |
"description": "This is product 211." | |
}, | |
{ | |
"id": 212, | |
"name": "Product 212", | |
"price": 822.54, | |
"quantity": 98, | |
"category": "Books", | |
"description": "This is product 212." | |
}, | |
{ | |
"id": 213, | |
"name": "Product 213", | |
"price": 34.24, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 213." | |
}, | |
{ | |
"id": 214, | |
"name": "Product 214", | |
"price": 706.43, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 214." | |
}, | |
{ | |
"id": 215, | |
"name": "Product 215", | |
"price": 232.41, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 215." | |
}, | |
{ | |
"id": 216, | |
"name": "Product 216", | |
"price": 988.21, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 216." | |
}, | |
{ | |
"id": 217, | |
"name": "Product 217", | |
"price": 132.49, | |
"quantity": 77, | |
"category": "Home & Kitchen", | |
"description": "This is product 217." | |
}, | |
{ | |
"id": 218, | |
"name": "Product 218", | |
"price": 992.7, | |
"quantity": 27, | |
"category": "Home & Kitchen", | |
"description": "This is product 218." | |
}, | |
{ | |
"id": 219, | |
"name": "Product 219", | |
"price": 749.65, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 219." | |
}, | |
{ | |
"id": 220, | |
"name": "Product 220", | |
"price": 766.44, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 220." | |
}, | |
{ | |
"id": 221, | |
"name": "Product 221", | |
"price": 39.31, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 221." | |
}, | |
{ | |
"id": 222, | |
"name": "Product 222", | |
"price": 913.74, | |
"quantity": 93, | |
"category": "Electronics", | |
"description": "This is product 222." | |
}, | |
{ | |
"id": 223, | |
"name": "Product 223", | |
"price": 550.89, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 223." | |
}, | |
{ | |
"id": 224, | |
"name": "Product 224", | |
"price": 591.05, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 224." | |
}, | |
{ | |
"id": 225, | |
"name": "Product 225", | |
"price": 623.32, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 225." | |
}, | |
{ | |
"id": 226, | |
"name": "Product 226", | |
"price": 4.59, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 226." | |
}, | |
{ | |
"id": 227, | |
"name": "Product 227", | |
"price": 297.04, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 227." | |
}, | |
{ | |
"id": 228, | |
"name": "Product 228", | |
"price": 581.24, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 228." | |
}, | |
{ | |
"id": 229, | |
"name": "Product 229", | |
"price": 959.29, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 229." | |
}, | |
{ | |
"id": 230, | |
"name": "Product 230", | |
"price": 565.2, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 230." | |
}, | |
{ | |
"id": 231, | |
"name": "Product 231", | |
"price": 224.05, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 231." | |
}, | |
{ | |
"id": 232, | |
"name": "Product 232", | |
"price": 734.28, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 232." | |
}, | |
{ | |
"id": 233, | |
"name": "Product 233", | |
"price": 138.9, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 233." | |
}, | |
{ | |
"id": 234, | |
"name": "Product 234", | |
"price": 131.67, | |
"quantity": 41, | |
"category": "Electronics", | |
"description": "This is product 234." | |
}, | |
{ | |
"id": 235, | |
"name": "Product 235", | |
"price": 520.34, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 235." | |
}, | |
{ | |
"id": 236, | |
"name": "Product 236", | |
"price": 156.14, | |
"quantity": 64, | |
"category": "Clothing", | |
"description": "This is product 236." | |
}, | |
{ | |
"id": 237, | |
"name": "Product 237", | |
"price": 131.53, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 237." | |
}, | |
{ | |
"id": 238, | |
"name": "Product 238", | |
"price": 227.25, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 238." | |
}, | |
{ | |
"id": 239, | |
"name": "Product 239", | |
"price": 272.12, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 239." | |
}, | |
{ | |
"id": 240, | |
"name": "Product 240", | |
"price": 373.37, | |
"quantity": 0, | |
"category": "Clothing", | |
"description": "This is product 240." | |
}, | |
{ | |
"id": 241, | |
"name": "Product 241", | |
"price": 714.34, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 241." | |
}, | |
{ | |
"id": 242, | |
"name": "Product 242", | |
"price": 435.31, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 242." | |
}, | |
{ | |
"id": 243, | |
"name": "Product 243", | |
"price": 284.92, | |
"quantity": 8, | |
"category": "Books", | |
"description": "This is product 243." | |
}, | |
{ | |
"id": 244, | |
"name": "Product 244", | |
"price": 909.93, | |
"quantity": 18, | |
"category": "Clothing", | |
"description": "This is product 244." | |
}, | |
{ | |
"id": 245, | |
"name": "Product 245", | |
"price": 682.91, | |
"quantity": 35, | |
"category": "Books", | |
"description": "This is product 245." | |
}, | |
{ | |
"id": 246, | |
"name": "Product 246", | |
"price": 702.47, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 246." | |
}, | |
{ | |
"id": 247, | |
"name": "Product 247", | |
"price": 52.97, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 247." | |
}, | |
{ | |
"id": 248, | |
"name": "Product 248", | |
"price": 553.46, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 248." | |
}, | |
{ | |
"id": 249, | |
"name": "Product 249", | |
"price": 975.89, | |
"quantity": 0, | |
"category": "Clothing", | |
"description": "This is product 249." | |
}, | |
{ | |
"id": 250, | |
"name": "Product 250", | |
"price": 952.64, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 250." | |
}, | |
{ | |
"id": 251, | |
"name": "Product 251", | |
"price": 898.04, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 251." | |
}, | |
{ | |
"id": 252, | |
"name": "Product 252", | |
"price": 905.25, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 252." | |
}, | |
{ | |
"id": 253, | |
"name": "Product 253", | |
"price": 697.23, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 253." | |
}, | |
{ | |
"id": 254, | |
"name": "Product 254", | |
"price": 400.98, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 254." | |
}, | |
{ | |
"id": 255, | |
"name": "Product 255", | |
"price": 200.39, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 255." | |
}, | |
{ | |
"id": 256, | |
"name": "Product 256", | |
"price": 988.68, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 256." | |
}, | |
{ | |
"id": 257, | |
"name": "Product 257", | |
"price": 56.35, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 257." | |
}, | |
{ | |
"id": 258, | |
"name": "Product 258", | |
"price": 752.06, | |
"quantity": 5, | |
"category": "Electronics", | |
"description": "This is product 258." | |
}, | |
{ | |
"id": 259, | |
"name": "Product 259", | |
"price": 174.57, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 259." | |
}, | |
{ | |
"id": 260, | |
"name": "Product 260", | |
"price": 419.57, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 260." | |
}, | |
{ | |
"id": 261, | |
"name": "Product 261", | |
"price": 601.72, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 261." | |
}, | |
{ | |
"id": 262, | |
"name": "Product 262", | |
"price": 705.59, | |
"quantity": 11, | |
"category": "Electronics", | |
"description": "This is product 262." | |
}, | |
{ | |
"id": 263, | |
"name": "Product 263", | |
"price": 458.05, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 263." | |
}, | |
{ | |
"id": 264, | |
"name": "Product 264", | |
"price": 43.58, | |
"quantity": 44, | |
"category": "Electronics", | |
"description": "This is product 264." | |
}, | |
{ | |
"id": 265, | |
"name": "Product 265", | |
"price": 980.93, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 265." | |
}, | |
{ | |
"id": 266, | |
"name": "Product 266", | |
"price": 863.55, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 266." | |
}, | |
{ | |
"id": 267, | |
"name": "Product 267", | |
"price": 525.78, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 267." | |
}, | |
{ | |
"id": 268, | |
"name": "Product 268", | |
"price": 989.19, | |
"quantity": 72, | |
"category": "Electronics", | |
"description": "This is product 268." | |
}, | |
{ | |
"id": 269, | |
"name": "Product 269", | |
"price": 100.29, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 269." | |
}, | |
{ | |
"id": 270, | |
"name": "Product 270", | |
"price": 89.66, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 270." | |
}, | |
{ | |
"id": 271, | |
"name": "Product 271", | |
"price": 577.34, | |
"quantity": 97, | |
"category": "Home & Kitchen", | |
"description": "This is product 271." | |
}, | |
{ | |
"id": 272, | |
"name": "Product 272", | |
"price": 491.61, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 272." | |
}, | |
{ | |
"id": 273, | |
"name": "Product 273", | |
"price": 927.95, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 273." | |
}, | |
{ | |
"id": 274, | |
"name": "Product 274", | |
"price": 119.12, | |
"quantity": 98, | |
"category": "Books", | |
"description": "This is product 274." | |
}, | |
{ | |
"id": 275, | |
"name": "Product 275", | |
"price": 602.49, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 275." | |
}, | |
{ | |
"id": 276, | |
"name": "Product 276", | |
"price": 24.53, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 276." | |
}, | |
{ | |
"id": 277, | |
"name": "Product 277", | |
"price": 991.57, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 277." | |
}, | |
{ | |
"id": 278, | |
"name": "Product 278", | |
"price": 213.48, | |
"quantity": 26, | |
"category": "Home & Kitchen", | |
"description": "This is product 278." | |
}, | |
{ | |
"id": 279, | |
"name": "Product 279", | |
"price": 411.16, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 279." | |
}, | |
{ | |
"id": 280, | |
"name": "Product 280", | |
"price": 415.07, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 280." | |
}, | |
{ | |
"id": 281, | |
"name": "Product 281", | |
"price": 590.1, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 281." | |
}, | |
{ | |
"id": 282, | |
"name": "Product 282", | |
"price": 63.04, | |
"quantity": 95, | |
"category": "Clothing", | |
"description": "This is product 282." | |
}, | |
{ | |
"id": 283, | |
"name": "Product 283", | |
"price": 487.54, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 283." | |
}, | |
{ | |
"id": 284, | |
"name": "Product 284", | |
"price": 950.54, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 284." | |
}, | |
{ | |
"id": 285, | |
"name": "Product 285", | |
"price": 477.3, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 285." | |
}, | |
{ | |
"id": 286, | |
"name": "Product 286", | |
"price": 697.14, | |
"quantity": 6, | |
"category": "Clothing", | |
"description": "This is product 286." | |
}, | |
{ | |
"id": 287, | |
"name": "Product 287", | |
"price": 484.4, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 287." | |
}, | |
{ | |
"id": 288, | |
"name": "Product 288", | |
"price": 11.23, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 288." | |
}, | |
{ | |
"id": 289, | |
"name": "Product 289", | |
"price": 77.98, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 289." | |
}, | |
{ | |
"id": 290, | |
"name": "Product 290", | |
"price": 176.28, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 290." | |
}, | |
{ | |
"id": 291, | |
"name": "Product 291", | |
"price": 181.97, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 291." | |
}, | |
{ | |
"id": 292, | |
"name": "Product 292", | |
"price": 680.14, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 292." | |
}, | |
{ | |
"id": 293, | |
"name": "Product 293", | |
"price": 409.75, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 293." | |
}, | |
{ | |
"id": 294, | |
"name": "Product 294", | |
"price": 775.06, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 294." | |
}, | |
{ | |
"id": 295, | |
"name": "Product 295", | |
"price": 202.19, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 295." | |
}, | |
{ | |
"id": 296, | |
"name": "Product 296", | |
"price": 382.69, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 296." | |
}, | |
{ | |
"id": 297, | |
"name": "Product 297", | |
"price": 38.82, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 297." | |
}, | |
{ | |
"id": 298, | |
"name": "Product 298", | |
"price": 495.66, | |
"quantity": 13, | |
"category": "Clothing", | |
"description": "This is product 298." | |
}, | |
{ | |
"id": 299, | |
"name": "Product 299", | |
"price": 294.89, | |
"quantity": 95, | |
"category": "Clothing", | |
"description": "This is product 299." | |
}, | |
{ | |
"id": 300, | |
"name": "Product 300", | |
"price": 308.7, | |
"quantity": 7, | |
"category": "Home & Kitchen", | |
"description": "This is product 300." | |
}, | |
{ | |
"id": 301, | |
"name": "Product 301", | |
"price": 442.3, | |
"quantity": 18, | |
"category": "Books", | |
"description": "This is product 301." | |
}, | |
{ | |
"id": 302, | |
"name": "Product 302", | |
"price": 777.83, | |
"quantity": 21, | |
"category": "Home & Kitchen", | |
"description": "This is product 302." | |
}, | |
{ | |
"id": 303, | |
"name": "Product 303", | |
"price": 416.23, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 303." | |
}, | |
{ | |
"id": 304, | |
"name": "Product 304", | |
"price": 738.99, | |
"quantity": 12, | |
"category": "Books", | |
"description": "This is product 304." | |
}, | |
{ | |
"id": 305, | |
"name": "Product 305", | |
"price": 624.42, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 305." | |
}, | |
{ | |
"id": 306, | |
"name": "Product 306", | |
"price": 852.4, | |
"quantity": 40, | |
"category": "Clothing", | |
"description": "This is product 306." | |
}, | |
{ | |
"id": 307, | |
"name": "Product 307", | |
"price": 564.2, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 307." | |
}, | |
{ | |
"id": 308, | |
"name": "Product 308", | |
"price": 215.03, | |
"quantity": 92, | |
"category": "Books", | |
"description": "This is product 308." | |
}, | |
{ | |
"id": 309, | |
"name": "Product 309", | |
"price": 543.91, | |
"quantity": 78, | |
"category": "Books", | |
"description": "This is product 309." | |
}, | |
{ | |
"id": 310, | |
"name": "Product 310", | |
"price": 439.57, | |
"quantity": 9, | |
"category": "Electronics", | |
"description": "This is product 310." | |
}, | |
{ | |
"id": 311, | |
"name": "Product 311", | |
"price": 106.7, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 311." | |
}, | |
{ | |
"id": 312, | |
"name": "Product 312", | |
"price": 697.48, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 312." | |
}, | |
{ | |
"id": 313, | |
"name": "Product 313", | |
"price": 994.26, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 313." | |
}, | |
{ | |
"id": 314, | |
"name": "Product 314", | |
"price": 10.54, | |
"quantity": 14, | |
"category": "Books", | |
"description": "This is product 314." | |
}, | |
{ | |
"id": 315, | |
"name": "Product 315", | |
"price": 102.24, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 315." | |
}, | |
{ | |
"id": 316, | |
"name": "Product 316", | |
"price": 975.42, | |
"quantity": 44, | |
"category": "Home & Kitchen", | |
"description": "This is product 316." | |
}, | |
{ | |
"id": 317, | |
"name": "Product 317", | |
"price": 327.4, | |
"quantity": 59, | |
"category": "Electronics", | |
"description": "This is product 317." | |
}, | |
{ | |
"id": 318, | |
"name": "Product 318", | |
"price": 492.06, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 318." | |
}, | |
{ | |
"id": 319, | |
"name": "Product 319", | |
"price": 34.67, | |
"quantity": 35, | |
"category": "Electronics", | |
"description": "This is product 319." | |
}, | |
{ | |
"id": 320, | |
"name": "Product 320", | |
"price": 761.42, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 320." | |
}, | |
{ | |
"id": 321, | |
"name": "Product 321", | |
"price": 827.93, | |
"quantity": 11, | |
"category": "Electronics", | |
"description": "This is product 321." | |
}, | |
{ | |
"id": 322, | |
"name": "Product 322", | |
"price": 322.69, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 322." | |
}, | |
{ | |
"id": 323, | |
"name": "Product 323", | |
"price": 268.01, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 323." | |
}, | |
{ | |
"id": 324, | |
"name": "Product 324", | |
"price": 781.39, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 324." | |
}, | |
{ | |
"id": 325, | |
"name": "Product 325", | |
"price": 656.73, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 325." | |
}, | |
{ | |
"id": 326, | |
"name": "Product 326", | |
"price": 27.09, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 326." | |
}, | |
{ | |
"id": 327, | |
"name": "Product 327", | |
"price": 636.57, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 327." | |
}, | |
{ | |
"id": 328, | |
"name": "Product 328", | |
"price": 122.64, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 328." | |
}, | |
{ | |
"id": 329, | |
"name": "Product 329", | |
"price": 574.98, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 329." | |
}, | |
{ | |
"id": 330, | |
"name": "Product 330", | |
"price": 298.72, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 330." | |
}, | |
{ | |
"id": 331, | |
"name": "Product 331", | |
"price": 482.82, | |
"quantity": 40, | |
"category": "Clothing", | |
"description": "This is product 331." | |
}, | |
{ | |
"id": 332, | |
"name": "Product 332", | |
"price": 305.18, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 332." | |
}, | |
{ | |
"id": 333, | |
"name": "Product 333", | |
"price": 829.35, | |
"quantity": 91, | |
"category": "Books", | |
"description": "This is product 333." | |
}, | |
{ | |
"id": 334, | |
"name": "Product 334", | |
"price": 552.13, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 334." | |
}, | |
{ | |
"id": 335, | |
"name": "Product 335", | |
"price": 11.21, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 335." | |
}, | |
{ | |
"id": 336, | |
"name": "Product 336", | |
"price": 461.03, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 336." | |
}, | |
{ | |
"id": 337, | |
"name": "Product 337", | |
"price": 398.78, | |
"quantity": 1, | |
"category": "Home & Kitchen", | |
"description": "This is product 337." | |
}, | |
{ | |
"id": 338, | |
"name": "Product 338", | |
"price": 880.48, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 338." | |
}, | |
{ | |
"id": 339, | |
"name": "Product 339", | |
"price": 442.17, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 339." | |
}, | |
{ | |
"id": 340, | |
"name": "Product 340", | |
"price": 328.55, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 340." | |
}, | |
{ | |
"id": 341, | |
"name": "Product 341", | |
"price": 761.4, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 341." | |
}, | |
{ | |
"id": 342, | |
"name": "Product 342", | |
"price": 111.48, | |
"quantity": 26, | |
"category": "Home & Kitchen", | |
"description": "This is product 342." | |
}, | |
{ | |
"id": 343, | |
"name": "Product 343", | |
"price": 257.67, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 343." | |
}, | |
{ | |
"id": 344, | |
"name": "Product 344", | |
"price": 880.42, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 344." | |
}, | |
{ | |
"id": 345, | |
"name": "Product 345", | |
"price": 671.36, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 345." | |
}, | |
{ | |
"id": 346, | |
"name": "Product 346", | |
"price": 230.34, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 346." | |
}, | |
{ | |
"id": 347, | |
"name": "Product 347", | |
"price": 622.26, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 347." | |
}, | |
{ | |
"id": 348, | |
"name": "Product 348", | |
"price": 272.6, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 348." | |
}, | |
{ | |
"id": 349, | |
"name": "Product 349", | |
"price": 502.14, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 349." | |
}, | |
{ | |
"id": 350, | |
"name": "Product 350", | |
"price": 987.15, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 350." | |
}, | |
{ | |
"id": 351, | |
"name": "Product 351", | |
"price": 695.33, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 351." | |
}, | |
{ | |
"id": 352, | |
"name": "Product 352", | |
"price": 127.74, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 352." | |
}, | |
{ | |
"id": 353, | |
"name": "Product 353", | |
"price": 933.61, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 353." | |
}, | |
{ | |
"id": 354, | |
"name": "Product 354", | |
"price": 887.9, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 354." | |
}, | |
{ | |
"id": 355, | |
"name": "Product 355", | |
"price": 207, | |
"quantity": 47, | |
"category": "Clothing", | |
"description": "This is product 355." | |
}, | |
{ | |
"id": 356, | |
"name": "Product 356", | |
"price": 232.6, | |
"quantity": 44, | |
"category": "Home & Kitchen", | |
"description": "This is product 356." | |
}, | |
{ | |
"id": 357, | |
"name": "Product 357", | |
"price": 94.37, | |
"quantity": 86, | |
"category": "Home & Kitchen", | |
"description": "This is product 357." | |
}, | |
{ | |
"id": 358, | |
"name": "Product 358", | |
"price": 867.12, | |
"quantity": 66, | |
"category": "Electronics", | |
"description": "This is product 358." | |
}, | |
{ | |
"id": 359, | |
"name": "Product 359", | |
"price": 35.77, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 359." | |
}, | |
{ | |
"id": 360, | |
"name": "Product 360", | |
"price": 860.25, | |
"quantity": 70, | |
"category": "Books", | |
"description": "This is product 360." | |
}, | |
{ | |
"id": 361, | |
"name": "Product 361", | |
"price": 507, | |
"quantity": 35, | |
"category": "Electronics", | |
"description": "This is product 361." | |
}, | |
{ | |
"id": 362, | |
"name": "Product 362", | |
"price": 15.34, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 362." | |
}, | |
{ | |
"id": 363, | |
"name": "Product 363", | |
"price": 783.47, | |
"quantity": 27, | |
"category": "Electronics", | |
"description": "This is product 363." | |
}, | |
{ | |
"id": 364, | |
"name": "Product 364", | |
"price": 180.06, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 364." | |
}, | |
{ | |
"id": 365, | |
"name": "Product 365", | |
"price": 433.12, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 365." | |
}, | |
{ | |
"id": 366, | |
"name": "Product 366", | |
"price": 169.8, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 366." | |
}, | |
{ | |
"id": 367, | |
"name": "Product 367", | |
"price": 290.85, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 367." | |
}, | |
{ | |
"id": 368, | |
"name": "Product 368", | |
"price": 472.3, | |
"quantity": 65, | |
"category": "Books", | |
"description": "This is product 368." | |
}, | |
{ | |
"id": 369, | |
"name": "Product 369", | |
"price": 293.83, | |
"quantity": 59, | |
"category": "Home & Kitchen", | |
"description": "This is product 369." | |
}, | |
{ | |
"id": 370, | |
"name": "Product 370", | |
"price": 26.59, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 370." | |
}, | |
{ | |
"id": 371, | |
"name": "Product 371", | |
"price": 970.51, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 371." | |
}, | |
{ | |
"id": 372, | |
"name": "Product 372", | |
"price": 401.2, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 372." | |
}, | |
{ | |
"id": 373, | |
"name": "Product 373", | |
"price": 98.92, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 373." | |
}, | |
{ | |
"id": 374, | |
"name": "Product 374", | |
"price": 976.71, | |
"quantity": 66, | |
"category": "Clothing", | |
"description": "This is product 374." | |
}, | |
{ | |
"id": 375, | |
"name": "Product 375", | |
"price": 304.16, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 375." | |
}, | |
{ | |
"id": 376, | |
"name": "Product 376", | |
"price": 92.83, | |
"quantity": 20, | |
"category": "Electronics", | |
"description": "This is product 376." | |
}, | |
{ | |
"id": 377, | |
"name": "Product 377", | |
"price": 967.5, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 377." | |
}, | |
{ | |
"id": 378, | |
"name": "Product 378", | |
"price": 225.27, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 378." | |
}, | |
{ | |
"id": 379, | |
"name": "Product 379", | |
"price": 533.94, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 379." | |
}, | |
{ | |
"id": 380, | |
"name": "Product 380", | |
"price": 33.28, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 380." | |
}, | |
{ | |
"id": 381, | |
"name": "Product 381", | |
"price": 955.83, | |
"quantity": 82, | |
"category": "Books", | |
"description": "This is product 381." | |
}, | |
{ | |
"id": 382, | |
"name": "Product 382", | |
"price": 295.47, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 382." | |
}, | |
{ | |
"id": 383, | |
"name": "Product 383", | |
"price": 936.47, | |
"quantity": 31, | |
"category": "Books", | |
"description": "This is product 383." | |
}, | |
{ | |
"id": 384, | |
"name": "Product 384", | |
"price": 504.24, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 384." | |
}, | |
{ | |
"id": 385, | |
"name": "Product 385", | |
"price": 938.6, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 385." | |
}, | |
{ | |
"id": 386, | |
"name": "Product 386", | |
"price": 861.26, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 386." | |
}, | |
{ | |
"id": 387, | |
"name": "Product 387", | |
"price": 573.6, | |
"quantity": 67, | |
"category": "Home & Kitchen", | |
"description": "This is product 387." | |
}, | |
{ | |
"id": 388, | |
"name": "Product 388", | |
"price": 267.23, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 388." | |
}, | |
{ | |
"id": 389, | |
"name": "Product 389", | |
"price": 888.6, | |
"quantity": 78, | |
"category": "Electronics", | |
"description": "This is product 389." | |
}, | |
{ | |
"id": 390, | |
"name": "Product 390", | |
"price": 167.96, | |
"quantity": 88, | |
"category": "Electronics", | |
"description": "This is product 390." | |
}, | |
{ | |
"id": 391, | |
"name": "Product 391", | |
"price": 224.44, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 391." | |
}, | |
{ | |
"id": 392, | |
"name": "Product 392", | |
"price": 192.03, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 392." | |
}, | |
{ | |
"id": 393, | |
"name": "Product 393", | |
"price": 709.87, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 393." | |
}, | |
{ | |
"id": 394, | |
"name": "Product 394", | |
"price": 951.9, | |
"quantity": 56, | |
"category": "Books", | |
"description": "This is product 394." | |
}, | |
{ | |
"id": 395, | |
"name": "Product 395", | |
"price": 190.56, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 395." | |
}, | |
{ | |
"id": 396, | |
"name": "Product 396", | |
"price": 246.7, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 396." | |
}, | |
{ | |
"id": 397, | |
"name": "Product 397", | |
"price": 565.78, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 397." | |
}, | |
{ | |
"id": 398, | |
"name": "Product 398", | |
"price": 670.79, | |
"quantity": 11, | |
"category": "Clothing", | |
"description": "This is product 398." | |
}, | |
{ | |
"id": 399, | |
"name": "Product 399", | |
"price": 719.53, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 399." | |
}, | |
{ | |
"id": 400, | |
"name": "Product 400", | |
"price": 359.49, | |
"quantity": 7, | |
"category": "Clothing", | |
"description": "This is product 400." | |
}, | |
{ | |
"id": 401, | |
"name": "Product 401", | |
"price": 962.33, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 401." | |
}, | |
{ | |
"id": 402, | |
"name": "Product 402", | |
"price": 241.77, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 402." | |
}, | |
{ | |
"id": 403, | |
"name": "Product 403", | |
"price": 495.37, | |
"quantity": 99, | |
"category": "Clothing", | |
"description": "This is product 403." | |
}, | |
{ | |
"id": 404, | |
"name": "Product 404", | |
"price": 859.12, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 404." | |
}, | |
{ | |
"id": 405, | |
"name": "Product 405", | |
"price": 245.47, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 405." | |
}, | |
{ | |
"id": 406, | |
"name": "Product 406", | |
"price": 347.73, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 406." | |
}, | |
{ | |
"id": 407, | |
"name": "Product 407", | |
"price": 999.78, | |
"quantity": 94, | |
"category": "Books", | |
"description": "This is product 407." | |
}, | |
{ | |
"id": 408, | |
"name": "Product 408", | |
"price": 124.14, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 408." | |
}, | |
{ | |
"id": 409, | |
"name": "Product 409", | |
"price": 633.59, | |
"quantity": 10, | |
"category": "Home & Kitchen", | |
"description": "This is product 409." | |
}, | |
{ | |
"id": 410, | |
"name": "Product 410", | |
"price": 120.48, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 410." | |
}, | |
{ | |
"id": 411, | |
"name": "Product 411", | |
"price": 554.76, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 411." | |
}, | |
{ | |
"id": 412, | |
"name": "Product 412", | |
"price": 275.99, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 412." | |
}, | |
{ | |
"id": 413, | |
"name": "Product 413", | |
"price": 348.42, | |
"quantity": 7, | |
"category": "Home & Kitchen", | |
"description": "This is product 413." | |
}, | |
{ | |
"id": 414, | |
"name": "Product 414", | |
"price": 407.69, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 414." | |
}, | |
{ | |
"id": 415, | |
"name": "Product 415", | |
"price": 267.99, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 415." | |
}, | |
{ | |
"id": 416, | |
"name": "Product 416", | |
"price": 493.65, | |
"quantity": 10, | |
"category": "Electronics", | |
"description": "This is product 416." | |
}, | |
{ | |
"id": 417, | |
"name": "Product 417", | |
"price": 733.33, | |
"quantity": 6, | |
"category": "Home & Kitchen", | |
"description": "This is product 417." | |
}, | |
{ | |
"id": 418, | |
"name": "Product 418", | |
"price": 697.82, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 418." | |
}, | |
{ | |
"id": 419, | |
"name": "Product 419", | |
"price": 94.17, | |
"quantity": 45, | |
"category": "Books", | |
"description": "This is product 419." | |
}, | |
{ | |
"id": 420, | |
"name": "Product 420", | |
"price": 29.45, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 420." | |
}, | |
{ | |
"id": 421, | |
"name": "Product 421", | |
"price": 722.07, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 421." | |
}, | |
{ | |
"id": 422, | |
"name": "Product 422", | |
"price": 592.94, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 422." | |
}, | |
{ | |
"id": 423, | |
"name": "Product 423", | |
"price": 480, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 423." | |
}, | |
{ | |
"id": 424, | |
"name": "Product 424", | |
"price": 914.01, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 424." | |
}, | |
{ | |
"id": 425, | |
"name": "Product 425", | |
"price": 502.3, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 425." | |
}, | |
{ | |
"id": 426, | |
"name": "Product 426", | |
"price": 369.22, | |
"quantity": 53, | |
"category": "Electronics", | |
"description": "This is product 426." | |
}, | |
{ | |
"id": 427, | |
"name": "Product 427", | |
"price": 523.51, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 427." | |
}, | |
{ | |
"id": 428, | |
"name": "Product 428", | |
"price": 486.05, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 428." | |
}, | |
{ | |
"id": 429, | |
"name": "Product 429", | |
"price": 977.13, | |
"quantity": 20, | |
"category": "Clothing", | |
"description": "This is product 429." | |
}, | |
{ | |
"id": 430, | |
"name": "Product 430", | |
"price": 83.27, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 430." | |
}, | |
{ | |
"id": 431, | |
"name": "Product 431", | |
"price": 373.91, | |
"quantity": 13, | |
"category": "Home & Kitchen", | |
"description": "This is product 431." | |
}, | |
{ | |
"id": 432, | |
"name": "Product 432", | |
"price": 350.51, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 432." | |
}, | |
{ | |
"id": 433, | |
"name": "Product 433", | |
"price": 165.59, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 433." | |
}, | |
{ | |
"id": 434, | |
"name": "Product 434", | |
"price": 370.55, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 434." | |
}, | |
{ | |
"id": 435, | |
"name": "Product 435", | |
"price": 113.16, | |
"quantity": 55, | |
"category": "Electronics", | |
"description": "This is product 435." | |
}, | |
{ | |
"id": 436, | |
"name": "Product 436", | |
"price": 153.88, | |
"quantity": 56, | |
"category": "Clothing", | |
"description": "This is product 436." | |
}, | |
{ | |
"id": 437, | |
"name": "Product 437", | |
"price": 413.03, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 437." | |
}, | |
{ | |
"id": 438, | |
"name": "Product 438", | |
"price": 743.09, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 438." | |
}, | |
{ | |
"id": 439, | |
"name": "Product 439", | |
"price": 40.97, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 439." | |
}, | |
{ | |
"id": 440, | |
"name": "Product 440", | |
"price": 493.53, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 440." | |
}, | |
{ | |
"id": 441, | |
"name": "Product 441", | |
"price": 40.33, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 441." | |
}, | |
{ | |
"id": 442, | |
"name": "Product 442", | |
"price": 907.28, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 442." | |
}, | |
{ | |
"id": 443, | |
"name": "Product 443", | |
"price": 59.05, | |
"quantity": 55, | |
"category": "Home & Kitchen", | |
"description": "This is product 443." | |
}, | |
{ | |
"id": 444, | |
"name": "Product 444", | |
"price": 875.89, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 444." | |
}, | |
{ | |
"id": 445, | |
"name": "Product 445", | |
"price": 114.58, | |
"quantity": 21, | |
"category": "Home & Kitchen", | |
"description": "This is product 445." | |
}, | |
{ | |
"id": 446, | |
"name": "Product 446", | |
"price": 216.05, | |
"quantity": 19, | |
"category": "Electronics", | |
"description": "This is product 446." | |
}, | |
{ | |
"id": 447, | |
"name": "Product 447", | |
"price": 271.14, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 447." | |
}, | |
{ | |
"id": 448, | |
"name": "Product 448", | |
"price": 19.65, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 448." | |
}, | |
{ | |
"id": 449, | |
"name": "Product 449", | |
"price": 400.78, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 449." | |
}, | |
{ | |
"id": 450, | |
"name": "Product 450", | |
"price": 751.25, | |
"quantity": 8, | |
"category": "Home & Kitchen", | |
"description": "This is product 450." | |
}, | |
{ | |
"id": 451, | |
"name": "Product 451", | |
"price": 76.08, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 451." | |
}, | |
{ | |
"id": 452, | |
"name": "Product 452", | |
"price": 167.48, | |
"quantity": 17, | |
"category": "Home & Kitchen", | |
"description": "This is product 452." | |
}, | |
{ | |
"id": 453, | |
"name": "Product 453", | |
"price": 567, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 453." | |
}, | |
{ | |
"id": 454, | |
"name": "Product 454", | |
"price": 80.09, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 454." | |
}, | |
{ | |
"id": 455, | |
"name": "Product 455", | |
"price": 363.24, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 455." | |
}, | |
{ | |
"id": 456, | |
"name": "Product 456", | |
"price": 109.68, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 456." | |
}, | |
{ | |
"id": 457, | |
"name": "Product 457", | |
"price": 237.09, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 457." | |
}, | |
{ | |
"id": 458, | |
"name": "Product 458", | |
"price": 567.02, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 458." | |
}, | |
{ | |
"id": 459, | |
"name": "Product 459", | |
"price": 162.21, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 459." | |
}, | |
{ | |
"id": 460, | |
"name": "Product 460", | |
"price": 749.16, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 460." | |
}, | |
{ | |
"id": 461, | |
"name": "Product 461", | |
"price": 889.12, | |
"quantity": 17, | |
"category": "Home & Kitchen", | |
"description": "This is product 461." | |
}, | |
{ | |
"id": 462, | |
"name": "Product 462", | |
"price": 622.99, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 462." | |
}, | |
{ | |
"id": 463, | |
"name": "Product 463", | |
"price": 617.96, | |
"quantity": 27, | |
"category": "Books", | |
"description": "This is product 463." | |
}, | |
{ | |
"id": 464, | |
"name": "Product 464", | |
"price": 209.98, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 464." | |
}, | |
{ | |
"id": 465, | |
"name": "Product 465", | |
"price": 147.95, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 465." | |
}, | |
{ | |
"id": 466, | |
"name": "Product 466", | |
"price": 701.29, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 466." | |
}, | |
{ | |
"id": 467, | |
"name": "Product 467", | |
"price": 451.64, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 467." | |
}, | |
{ | |
"id": 468, | |
"name": "Product 468", | |
"price": 17.9, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 468." | |
}, | |
{ | |
"id": 469, | |
"name": "Product 469", | |
"price": 40.82, | |
"quantity": 92, | |
"category": "Books", | |
"description": "This is product 469." | |
}, | |
{ | |
"id": 470, | |
"name": "Product 470", | |
"price": 241.8, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 470." | |
}, | |
{ | |
"id": 471, | |
"name": "Product 471", | |
"price": 96.8, | |
"quantity": 48, | |
"category": "Books", | |
"description": "This is product 471." | |
}, | |
{ | |
"id": 472, | |
"name": "Product 472", | |
"price": 207.7, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 472." | |
}, | |
{ | |
"id": 473, | |
"name": "Product 473", | |
"price": 563.26, | |
"quantity": 70, | |
"category": "Home & Kitchen", | |
"description": "This is product 473." | |
}, | |
{ | |
"id": 474, | |
"name": "Product 474", | |
"price": 378.18, | |
"quantity": 42, | |
"category": "Electronics", | |
"description": "This is product 474." | |
}, | |
{ | |
"id": 475, | |
"name": "Product 475", | |
"price": 240.71, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 475." | |
}, | |
{ | |
"id": 476, | |
"name": "Product 476", | |
"price": 775.92, | |
"quantity": 54, | |
"category": "Home & Kitchen", | |
"description": "This is product 476." | |
}, | |
{ | |
"id": 477, | |
"name": "Product 477", | |
"price": 1.12, | |
"quantity": 49, | |
"category": "Home & Kitchen", | |
"description": "This is product 477." | |
}, | |
{ | |
"id": 478, | |
"name": "Product 478", | |
"price": 362.97, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 478." | |
}, | |
{ | |
"id": 479, | |
"name": "Product 479", | |
"price": 861.54, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 479." | |
}, | |
{ | |
"id": 480, | |
"name": "Product 480", | |
"price": 287.14, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 480." | |
}, | |
{ | |
"id": 481, | |
"name": "Product 481", | |
"price": 748.27, | |
"quantity": 63, | |
"category": "Clothing", | |
"description": "This is product 481." | |
}, | |
{ | |
"id": 482, | |
"name": "Product 482", | |
"price": 184.7, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 482." | |
}, | |
{ | |
"id": 483, | |
"name": "Product 483", | |
"price": 594.57, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 483." | |
}, | |
{ | |
"id": 484, | |
"name": "Product 484", | |
"price": 740.55, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 484." | |
}, | |
{ | |
"id": 485, | |
"name": "Product 485", | |
"price": 260.78, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 485." | |
}, | |
{ | |
"id": 486, | |
"name": "Product 486", | |
"price": 919.79, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 486." | |
}, | |
{ | |
"id": 487, | |
"name": "Product 487", | |
"price": 181.38, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 487." | |
}, | |
{ | |
"id": 488, | |
"name": "Product 488", | |
"price": 464.43, | |
"quantity": 40, | |
"category": "Clothing", | |
"description": "This is product 488." | |
}, | |
{ | |
"id": 489, | |
"name": "Product 489", | |
"price": 993.36, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 489." | |
}, | |
{ | |
"id": 490, | |
"name": "Product 490", | |
"price": 318.13, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 490." | |
}, | |
{ | |
"id": 491, | |
"name": "Product 491", | |
"price": 12.14, | |
"quantity": 40, | |
"category": "Clothing", | |
"description": "This is product 491." | |
}, | |
{ | |
"id": 492, | |
"name": "Product 492", | |
"price": 100.72, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 492." | |
}, | |
{ | |
"id": 493, | |
"name": "Product 493", | |
"price": 293.86, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 493." | |
}, | |
{ | |
"id": 494, | |
"name": "Product 494", | |
"price": 935.49, | |
"quantity": 4, | |
"category": "Books", | |
"description": "This is product 494." | |
}, | |
{ | |
"id": 495, | |
"name": "Product 495", | |
"price": 601.13, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 495." | |
}, | |
{ | |
"id": 496, | |
"name": "Product 496", | |
"price": 149.68, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 496." | |
}, | |
{ | |
"id": 497, | |
"name": "Product 497", | |
"price": 565.24, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 497." | |
}, | |
{ | |
"id": 498, | |
"name": "Product 498", | |
"price": 971.74, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 498." | |
}, | |
{ | |
"id": 499, | |
"name": "Product 499", | |
"price": 195.37, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 499." | |
}, | |
{ | |
"id": 500, | |
"name": "Product 500", | |
"price": 674.15, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 500." | |
}, | |
{ | |
"id": 501, | |
"name": "Product 501", | |
"price": 424.1, | |
"quantity": 69, | |
"category": "Clothing", | |
"description": "This is product 501." | |
}, | |
{ | |
"id": 502, | |
"name": "Product 502", | |
"price": 863.52, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 502." | |
}, | |
{ | |
"id": 503, | |
"name": "Product 503", | |
"price": 538.93, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 503." | |
}, | |
{ | |
"id": 504, | |
"name": "Product 504", | |
"price": 177.37, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 504." | |
}, | |
{ | |
"id": 505, | |
"name": "Product 505", | |
"price": 721.91, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 505." | |
}, | |
{ | |
"id": 506, | |
"name": "Product 506", | |
"price": 735.44, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 506." | |
}, | |
{ | |
"id": 507, | |
"name": "Product 507", | |
"price": 512.42, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 507." | |
}, | |
{ | |
"id": 508, | |
"name": "Product 508", | |
"price": 587.68, | |
"quantity": 33, | |
"category": "Books", | |
"description": "This is product 508." | |
}, | |
{ | |
"id": 509, | |
"name": "Product 509", | |
"price": 475.08, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 509." | |
}, | |
{ | |
"id": 510, | |
"name": "Product 510", | |
"price": 978.29, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 510." | |
}, | |
{ | |
"id": 511, | |
"name": "Product 511", | |
"price": 592.65, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 511." | |
}, | |
{ | |
"id": 512, | |
"name": "Product 512", | |
"price": 405.86, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 512." | |
}, | |
{ | |
"id": 513, | |
"name": "Product 513", | |
"price": 1.8, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 513." | |
}, | |
{ | |
"id": 514, | |
"name": "Product 514", | |
"price": 831.14, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 514." | |
}, | |
{ | |
"id": 515, | |
"name": "Product 515", | |
"price": 128.7, | |
"quantity": 18, | |
"category": "Clothing", | |
"description": "This is product 515." | |
}, | |
{ | |
"id": 516, | |
"name": "Product 516", | |
"price": 373.74, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 516." | |
}, | |
{ | |
"id": 517, | |
"name": "Product 517", | |
"price": 485.35, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 517." | |
}, | |
{ | |
"id": 518, | |
"name": "Product 518", | |
"price": 365.25, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 518." | |
}, | |
{ | |
"id": 519, | |
"name": "Product 519", | |
"price": 816.16, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 519." | |
}, | |
{ | |
"id": 520, | |
"name": "Product 520", | |
"price": 260.61, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 520." | |
}, | |
{ | |
"id": 521, | |
"name": "Product 521", | |
"price": 307, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 521." | |
}, | |
{ | |
"id": 522, | |
"name": "Product 522", | |
"price": 855.34, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 522." | |
}, | |
{ | |
"id": 523, | |
"name": "Product 523", | |
"price": 999.53, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 523." | |
}, | |
{ | |
"id": 524, | |
"name": "Product 524", | |
"price": 757.56, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 524." | |
}, | |
{ | |
"id": 525, | |
"name": "Product 525", | |
"price": 918.34, | |
"quantity": 37, | |
"category": "Books", | |
"description": "This is product 525." | |
}, | |
{ | |
"id": 526, | |
"name": "Product 526", | |
"price": 424.88, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 526." | |
}, | |
{ | |
"id": 527, | |
"name": "Product 527", | |
"price": 925.03, | |
"quantity": 32, | |
"category": "Books", | |
"description": "This is product 527." | |
}, | |
{ | |
"id": 528, | |
"name": "Product 528", | |
"price": 739.35, | |
"quantity": 45, | |
"category": "Clothing", | |
"description": "This is product 528." | |
}, | |
{ | |
"id": 529, | |
"name": "Product 529", | |
"price": 707.19, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 529." | |
}, | |
{ | |
"id": 530, | |
"name": "Product 530", | |
"price": 850.07, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 530." | |
}, | |
{ | |
"id": 531, | |
"name": "Product 531", | |
"price": 789.82, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 531." | |
}, | |
{ | |
"id": 532, | |
"name": "Product 532", | |
"price": 350.05, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 532." | |
}, | |
{ | |
"id": 533, | |
"name": "Product 533", | |
"price": 676.62, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 533." | |
}, | |
{ | |
"id": 534, | |
"name": "Product 534", | |
"price": 699.37, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 534." | |
}, | |
{ | |
"id": 535, | |
"name": "Product 535", | |
"price": 868.49, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 535." | |
}, | |
{ | |
"id": 536, | |
"name": "Product 536", | |
"price": 705.36, | |
"quantity": 37, | |
"category": "Books", | |
"description": "This is product 536." | |
}, | |
{ | |
"id": 537, | |
"name": "Product 537", | |
"price": 988.92, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 537." | |
}, | |
{ | |
"id": 538, | |
"name": "Product 538", | |
"price": 908.93, | |
"quantity": 57, | |
"category": "Books", | |
"description": "This is product 538." | |
}, | |
{ | |
"id": 539, | |
"name": "Product 539", | |
"price": 749.19, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 539." | |
}, | |
{ | |
"id": 540, | |
"name": "Product 540", | |
"price": 25.16, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 540." | |
}, | |
{ | |
"id": 541, | |
"name": "Product 541", | |
"price": 653.89, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 541." | |
}, | |
{ | |
"id": 542, | |
"name": "Product 542", | |
"price": 273.07, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 542." | |
}, | |
{ | |
"id": 543, | |
"name": "Product 543", | |
"price": 7.48, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 543." | |
}, | |
{ | |
"id": 544, | |
"name": "Product 544", | |
"price": 668.07, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 544." | |
}, | |
{ | |
"id": 545, | |
"name": "Product 545", | |
"price": 391.36, | |
"quantity": 51, | |
"category": "Electronics", | |
"description": "This is product 545." | |
}, | |
{ | |
"id": 546, | |
"name": "Product 546", | |
"price": 362.01, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 546." | |
}, | |
{ | |
"id": 547, | |
"name": "Product 547", | |
"price": 88.1, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 547." | |
}, | |
{ | |
"id": 548, | |
"name": "Product 548", | |
"price": 880.58, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 548." | |
}, | |
{ | |
"id": 549, | |
"name": "Product 549", | |
"price": 192.23, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 549." | |
}, | |
{ | |
"id": 550, | |
"name": "Product 550", | |
"price": 719.04, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 550." | |
}, | |
{ | |
"id": 551, | |
"name": "Product 551", | |
"price": 685.99, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 551." | |
}, | |
{ | |
"id": 552, | |
"name": "Product 552", | |
"price": 884.57, | |
"quantity": 44, | |
"category": "Books", | |
"description": "This is product 552." | |
}, | |
{ | |
"id": 553, | |
"name": "Product 553", | |
"price": 175.62, | |
"quantity": 50, | |
"category": "Home & Kitchen", | |
"description": "This is product 553." | |
}, | |
{ | |
"id": 554, | |
"name": "Product 554", | |
"price": 414.94, | |
"quantity": 54, | |
"category": "Home & Kitchen", | |
"description": "This is product 554." | |
}, | |
{ | |
"id": 555, | |
"name": "Product 555", | |
"price": 476.51, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 555." | |
}, | |
{ | |
"id": 556, | |
"name": "Product 556", | |
"price": 957.62, | |
"quantity": 97, | |
"category": "Electronics", | |
"description": "This is product 556." | |
}, | |
{ | |
"id": 557, | |
"name": "Product 557", | |
"price": 400.62, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 557." | |
}, | |
{ | |
"id": 558, | |
"name": "Product 558", | |
"price": 220.32, | |
"quantity": 33, | |
"category": "Books", | |
"description": "This is product 558." | |
}, | |
{ | |
"id": 559, | |
"name": "Product 559", | |
"price": 705.88, | |
"quantity": 53, | |
"category": "Clothing", | |
"description": "This is product 559." | |
}, | |
{ | |
"id": 560, | |
"name": "Product 560", | |
"price": 725.35, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 560." | |
}, | |
{ | |
"id": 561, | |
"name": "Product 561", | |
"price": 623.79, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 561." | |
}, | |
{ | |
"id": 562, | |
"name": "Product 562", | |
"price": 658.18, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 562." | |
}, | |
{ | |
"id": 563, | |
"name": "Product 563", | |
"price": 19.49, | |
"quantity": 70, | |
"category": "Clothing", | |
"description": "This is product 563." | |
}, | |
{ | |
"id": 564, | |
"name": "Product 564", | |
"price": 689.35, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 564." | |
}, | |
{ | |
"id": 565, | |
"name": "Product 565", | |
"price": 742.49, | |
"quantity": 14, | |
"category": "Books", | |
"description": "This is product 565." | |
}, | |
{ | |
"id": 566, | |
"name": "Product 566", | |
"price": 573.05, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 566." | |
}, | |
{ | |
"id": 567, | |
"name": "Product 567", | |
"price": 884.59, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 567." | |
}, | |
{ | |
"id": 568, | |
"name": "Product 568", | |
"price": 950.87, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 568." | |
}, | |
{ | |
"id": 569, | |
"name": "Product 569", | |
"price": 453.85, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 569." | |
}, | |
{ | |
"id": 570, | |
"name": "Product 570", | |
"price": 14.89, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 570." | |
}, | |
{ | |
"id": 571, | |
"name": "Product 571", | |
"price": 431.1, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 571." | |
}, | |
{ | |
"id": 572, | |
"name": "Product 572", | |
"price": 892.87, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 572." | |
}, | |
{ | |
"id": 573, | |
"name": "Product 573", | |
"price": 179.88, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 573." | |
}, | |
{ | |
"id": 574, | |
"name": "Product 574", | |
"price": 643.11, | |
"quantity": 78, | |
"category": "Home & Kitchen", | |
"description": "This is product 574." | |
}, | |
{ | |
"id": 575, | |
"name": "Product 575", | |
"price": 942.51, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 575." | |
}, | |
{ | |
"id": 576, | |
"name": "Product 576", | |
"price": 368.6, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 576." | |
}, | |
{ | |
"id": 577, | |
"name": "Product 577", | |
"price": 417.48, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 577." | |
}, | |
{ | |
"id": 578, | |
"name": "Product 578", | |
"price": 653.83, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 578." | |
}, | |
{ | |
"id": 579, | |
"name": "Product 579", | |
"price": 603.73, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 579." | |
}, | |
{ | |
"id": 580, | |
"name": "Product 580", | |
"price": 698.2, | |
"quantity": 41, | |
"category": "Electronics", | |
"description": "This is product 580." | |
}, | |
{ | |
"id": 581, | |
"name": "Product 581", | |
"price": 96.06, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 581." | |
}, | |
{ | |
"id": 582, | |
"name": "Product 582", | |
"price": 760.14, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 582." | |
}, | |
{ | |
"id": 583, | |
"name": "Product 583", | |
"price": 727.46, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 583." | |
}, | |
{ | |
"id": 584, | |
"name": "Product 584", | |
"price": 117.3, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 584." | |
}, | |
{ | |
"id": 585, | |
"name": "Product 585", | |
"price": 792.88, | |
"quantity": 47, | |
"category": "Electronics", | |
"description": "This is product 585." | |
}, | |
{ | |
"id": 586, | |
"name": "Product 586", | |
"price": 745.86, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 586." | |
}, | |
{ | |
"id": 587, | |
"name": "Product 587", | |
"price": 608.24, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 587." | |
}, | |
{ | |
"id": 588, | |
"name": "Product 588", | |
"price": 304.32, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 588." | |
}, | |
{ | |
"id": 589, | |
"name": "Product 589", | |
"price": 285.04, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 589." | |
}, | |
{ | |
"id": 590, | |
"name": "Product 590", | |
"price": 427.51, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 590." | |
}, | |
{ | |
"id": 591, | |
"name": "Product 591", | |
"price": 773.94, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 591." | |
}, | |
{ | |
"id": 592, | |
"name": "Product 592", | |
"price": 500.2, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 592." | |
}, | |
{ | |
"id": 593, | |
"name": "Product 593", | |
"price": 395.78, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 593." | |
}, | |
{ | |
"id": 594, | |
"name": "Product 594", | |
"price": 918.34, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 594." | |
}, | |
{ | |
"id": 595, | |
"name": "Product 595", | |
"price": 63.4, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 595." | |
}, | |
{ | |
"id": 596, | |
"name": "Product 596", | |
"price": 797.35, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 596." | |
}, | |
{ | |
"id": 597, | |
"name": "Product 597", | |
"price": 576.66, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 597." | |
}, | |
{ | |
"id": 598, | |
"name": "Product 598", | |
"price": 828.06, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 598." | |
}, | |
{ | |
"id": 599, | |
"name": "Product 599", | |
"price": 340.83, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 599." | |
}, | |
{ | |
"id": 600, | |
"name": "Product 600", | |
"price": 195.49, | |
"quantity": 40, | |
"category": "Home & Kitchen", | |
"description": "This is product 600." | |
}, | |
{ | |
"id": 601, | |
"name": "Product 601", | |
"price": 37.3, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 601." | |
}, | |
{ | |
"id": 602, | |
"name": "Product 602", | |
"price": 980.47, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 602." | |
}, | |
{ | |
"id": 603, | |
"name": "Product 603", | |
"price": 712.96, | |
"quantity": 10, | |
"category": "Electronics", | |
"description": "This is product 603." | |
}, | |
{ | |
"id": 604, | |
"name": "Product 604", | |
"price": 40.25, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 604." | |
}, | |
{ | |
"id": 605, | |
"name": "Product 605", | |
"price": 342.32, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 605." | |
}, | |
{ | |
"id": 606, | |
"name": "Product 606", | |
"price": 448.19, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 606." | |
}, | |
{ | |
"id": 607, | |
"name": "Product 607", | |
"price": 497.62, | |
"quantity": 14, | |
"category": "Books", | |
"description": "This is product 607." | |
}, | |
{ | |
"id": 608, | |
"name": "Product 608", | |
"price": 335.89, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 608." | |
}, | |
{ | |
"id": 609, | |
"name": "Product 609", | |
"price": 35.12, | |
"quantity": 58, | |
"category": "Electronics", | |
"description": "This is product 609." | |
}, | |
{ | |
"id": 610, | |
"name": "Product 610", | |
"price": 843.69, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 610." | |
}, | |
{ | |
"id": 611, | |
"name": "Product 611", | |
"price": 62.67, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 611." | |
}, | |
{ | |
"id": 612, | |
"name": "Product 612", | |
"price": 267.47, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 612." | |
}, | |
{ | |
"id": 613, | |
"name": "Product 613", | |
"price": 55.06, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 613." | |
}, | |
{ | |
"id": 614, | |
"name": "Product 614", | |
"price": 417.6, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 614." | |
}, | |
{ | |
"id": 615, | |
"name": "Product 615", | |
"price": 239.73, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 615." | |
}, | |
{ | |
"id": 616, | |
"name": "Product 616", | |
"price": 228.89, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 616." | |
}, | |
{ | |
"id": 617, | |
"name": "Product 617", | |
"price": 43.49, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 617." | |
}, | |
{ | |
"id": 618, | |
"name": "Product 618", | |
"price": 848.05, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 618." | |
}, | |
{ | |
"id": 619, | |
"name": "Product 619", | |
"price": 434.83, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 619." | |
}, | |
{ | |
"id": 620, | |
"name": "Product 620", | |
"price": 682.09, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 620." | |
}, | |
{ | |
"id": 621, | |
"name": "Product 621", | |
"price": 399.76, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 621." | |
}, | |
{ | |
"id": 622, | |
"name": "Product 622", | |
"price": 867.2, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 622." | |
}, | |
{ | |
"id": 623, | |
"name": "Product 623", | |
"price": 742.16, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 623." | |
}, | |
{ | |
"id": 624, | |
"name": "Product 624", | |
"price": 634.09, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 624." | |
}, | |
{ | |
"id": 625, | |
"name": "Product 625", | |
"price": 990.7, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 625." | |
}, | |
{ | |
"id": 626, | |
"name": "Product 626", | |
"price": 232.62, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 626." | |
}, | |
{ | |
"id": 627, | |
"name": "Product 627", | |
"price": 21.94, | |
"quantity": 19, | |
"category": "Clothing", | |
"description": "This is product 627." | |
}, | |
{ | |
"id": 628, | |
"name": "Product 628", | |
"price": 910.6, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 628." | |
}, | |
{ | |
"id": 629, | |
"name": "Product 629", | |
"price": 323.39, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 629." | |
}, | |
{ | |
"id": 630, | |
"name": "Product 630", | |
"price": 591.78, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 630." | |
}, | |
{ | |
"id": 631, | |
"name": "Product 631", | |
"price": 19.39, | |
"quantity": 15, | |
"category": "Home & Kitchen", | |
"description": "This is product 631." | |
}, | |
{ | |
"id": 632, | |
"name": "Product 632", | |
"price": 862.36, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 632." | |
}, | |
{ | |
"id": 633, | |
"name": "Product 633", | |
"price": 533.58, | |
"quantity": 58, | |
"category": "Clothing", | |
"description": "This is product 633." | |
}, | |
{ | |
"id": 634, | |
"name": "Product 634", | |
"price": 571.01, | |
"quantity": 18, | |
"category": "Books", | |
"description": "This is product 634." | |
}, | |
{ | |
"id": 635, | |
"name": "Product 635", | |
"price": 747.55, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 635." | |
}, | |
{ | |
"id": 636, | |
"name": "Product 636", | |
"price": 750.16, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 636." | |
}, | |
{ | |
"id": 637, | |
"name": "Product 637", | |
"price": 656.58, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 637." | |
}, | |
{ | |
"id": 638, | |
"name": "Product 638", | |
"price": 12.76, | |
"quantity": 48, | |
"category": "Home & Kitchen", | |
"description": "This is product 638." | |
}, | |
{ | |
"id": 639, | |
"name": "Product 639", | |
"price": 708.94, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 639." | |
}, | |
{ | |
"id": 640, | |
"name": "Product 640", | |
"price": 91.81, | |
"quantity": 58, | |
"category": "Clothing", | |
"description": "This is product 640." | |
}, | |
{ | |
"id": 641, | |
"name": "Product 641", | |
"price": 952.68, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 641." | |
}, | |
{ | |
"id": 642, | |
"name": "Product 642", | |
"price": 690.65, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 642." | |
}, | |
{ | |
"id": 643, | |
"name": "Product 643", | |
"price": 998.5, | |
"quantity": 57, | |
"category": "Clothing", | |
"description": "This is product 643." | |
}, | |
{ | |
"id": 644, | |
"name": "Product 644", | |
"price": 662.6, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 644." | |
}, | |
{ | |
"id": 645, | |
"name": "Product 645", | |
"price": 506.49, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 645." | |
}, | |
{ | |
"id": 646, | |
"name": "Product 646", | |
"price": 20.26, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 646." | |
}, | |
{ | |
"id": 647, | |
"name": "Product 647", | |
"price": 442.07, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 647." | |
}, | |
{ | |
"id": 648, | |
"name": "Product 648", | |
"price": 626.09, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 648." | |
}, | |
{ | |
"id": 649, | |
"name": "Product 649", | |
"price": 546.87, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 649." | |
}, | |
{ | |
"id": 650, | |
"name": "Product 650", | |
"price": 694.69, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 650." | |
}, | |
{ | |
"id": 651, | |
"name": "Product 651", | |
"price": 398.03, | |
"quantity": 61, | |
"category": "Books", | |
"description": "This is product 651." | |
}, | |
{ | |
"id": 652, | |
"name": "Product 652", | |
"price": 809.91, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 652." | |
}, | |
{ | |
"id": 653, | |
"name": "Product 653", | |
"price": 341.72, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 653." | |
}, | |
{ | |
"id": 654, | |
"name": "Product 654", | |
"price": 327.54, | |
"quantity": 61, | |
"category": "Books", | |
"description": "This is product 654." | |
}, | |
{ | |
"id": 655, | |
"name": "Product 655", | |
"price": 735.35, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 655." | |
}, | |
{ | |
"id": 656, | |
"name": "Product 656", | |
"price": 430.36, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 656." | |
}, | |
{ | |
"id": 657, | |
"name": "Product 657", | |
"price": 121.74, | |
"quantity": 91, | |
"category": "Books", | |
"description": "This is product 657." | |
}, | |
{ | |
"id": 658, | |
"name": "Product 658", | |
"price": 125.44, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 658." | |
}, | |
{ | |
"id": 659, | |
"name": "Product 659", | |
"price": 648.21, | |
"quantity": 27, | |
"category": "Clothing", | |
"description": "This is product 659." | |
}, | |
{ | |
"id": 660, | |
"name": "Product 660", | |
"price": 829.17, | |
"quantity": 10, | |
"category": "Home & Kitchen", | |
"description": "This is product 660." | |
}, | |
{ | |
"id": 661, | |
"name": "Product 661", | |
"price": 835.22, | |
"quantity": 37, | |
"category": "Clothing", | |
"description": "This is product 661." | |
}, | |
{ | |
"id": 662, | |
"name": "Product 662", | |
"price": 77.12, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 662." | |
}, | |
{ | |
"id": 663, | |
"name": "Product 663", | |
"price": 264.73, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 663." | |
}, | |
{ | |
"id": 664, | |
"name": "Product 664", | |
"price": 11.88, | |
"quantity": 40, | |
"category": "Home & Kitchen", | |
"description": "This is product 664." | |
}, | |
{ | |
"id": 665, | |
"name": "Product 665", | |
"price": 245.01, | |
"quantity": 13, | |
"category": "Home & Kitchen", | |
"description": "This is product 665." | |
}, | |
{ | |
"id": 666, | |
"name": "Product 666", | |
"price": 80.08, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 666." | |
}, | |
{ | |
"id": 667, | |
"name": "Product 667", | |
"price": 451.52, | |
"quantity": 60, | |
"category": "Home & Kitchen", | |
"description": "This is product 667." | |
}, | |
{ | |
"id": 668, | |
"name": "Product 668", | |
"price": 222.01, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 668." | |
}, | |
{ | |
"id": 669, | |
"name": "Product 669", | |
"price": 272.7, | |
"quantity": 51, | |
"category": "Electronics", | |
"description": "This is product 669." | |
}, | |
{ | |
"id": 670, | |
"name": "Product 670", | |
"price": 572.15, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 670." | |
}, | |
{ | |
"id": 671, | |
"name": "Product 671", | |
"price": 296.72, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 671." | |
}, | |
{ | |
"id": 672, | |
"name": "Product 672", | |
"price": 898.4, | |
"quantity": 79, | |
"category": "Electronics", | |
"description": "This is product 672." | |
}, | |
{ | |
"id": 673, | |
"name": "Product 673", | |
"price": 255.89, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 673." | |
}, | |
{ | |
"id": 674, | |
"name": "Product 674", | |
"price": 311.23, | |
"quantity": 3, | |
"category": "Clothing", | |
"description": "This is product 674." | |
}, | |
{ | |
"id": 675, | |
"name": "Product 675", | |
"price": 157.82, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 675." | |
}, | |
{ | |
"id": 676, | |
"name": "Product 676", | |
"price": 685.5, | |
"quantity": 91, | |
"category": "Clothing", | |
"description": "This is product 676." | |
}, | |
{ | |
"id": 677, | |
"name": "Product 677", | |
"price": 2.08, | |
"quantity": 65, | |
"category": "Electronics", | |
"description": "This is product 677." | |
}, | |
{ | |
"id": 678, | |
"name": "Product 678", | |
"price": 316.08, | |
"quantity": 18, | |
"category": "Books", | |
"description": "This is product 678." | |
}, | |
{ | |
"id": 679, | |
"name": "Product 679", | |
"price": 207.88, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 679." | |
}, | |
{ | |
"id": 680, | |
"name": "Product 680", | |
"price": 199.45, | |
"quantity": 18, | |
"category": "Clothing", | |
"description": "This is product 680." | |
}, | |
{ | |
"id": 681, | |
"name": "Product 681", | |
"price": 305.96, | |
"quantity": 91, | |
"category": "Books", | |
"description": "This is product 681." | |
}, | |
{ | |
"id": 682, | |
"name": "Product 682", | |
"price": 156.77, | |
"quantity": 62, | |
"category": "Electronics", | |
"description": "This is product 682." | |
}, | |
{ | |
"id": 683, | |
"name": "Product 683", | |
"price": 244.67, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 683." | |
}, | |
{ | |
"id": 684, | |
"name": "Product 684", | |
"price": 187.39, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 684." | |
}, | |
{ | |
"id": 685, | |
"name": "Product 685", | |
"price": 574.39, | |
"quantity": 3, | |
"category": "Home & Kitchen", | |
"description": "This is product 685." | |
}, | |
{ | |
"id": 686, | |
"name": "Product 686", | |
"price": 205.46, | |
"quantity": 21, | |
"category": "Clothing", | |
"description": "This is product 686." | |
}, | |
{ | |
"id": 687, | |
"name": "Product 687", | |
"price": 831.95, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 687." | |
}, | |
{ | |
"id": 688, | |
"name": "Product 688", | |
"price": 730.61, | |
"quantity": 72, | |
"category": "Electronics", | |
"description": "This is product 688." | |
}, | |
{ | |
"id": 689, | |
"name": "Product 689", | |
"price": 275.26, | |
"quantity": 45, | |
"category": "Books", | |
"description": "This is product 689." | |
}, | |
{ | |
"id": 690, | |
"name": "Product 690", | |
"price": 290.09, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 690." | |
}, | |
{ | |
"id": 691, | |
"name": "Product 691", | |
"price": 972.82, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 691." | |
}, | |
{ | |
"id": 692, | |
"name": "Product 692", | |
"price": 376.81, | |
"quantity": 48, | |
"category": "Home & Kitchen", | |
"description": "This is product 692." | |
}, | |
{ | |
"id": 693, | |
"name": "Product 693", | |
"price": 971.31, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 693." | |
}, | |
{ | |
"id": 694, | |
"name": "Product 694", | |
"price": 638.93, | |
"quantity": 78, | |
"category": "Electronics", | |
"description": "This is product 694." | |
}, | |
{ | |
"id": 695, | |
"name": "Product 695", | |
"price": 86.4, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 695." | |
}, | |
{ | |
"id": 696, | |
"name": "Product 696", | |
"price": 827.88, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 696." | |
}, | |
{ | |
"id": 697, | |
"name": "Product 697", | |
"price": 352.6, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 697." | |
}, | |
{ | |
"id": 698, | |
"name": "Product 698", | |
"price": 146.33, | |
"quantity": 90, | |
"category": "Clothing", | |
"description": "This is product 698." | |
}, | |
{ | |
"id": 699, | |
"name": "Product 699", | |
"price": 543.74, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 699." | |
}, | |
{ | |
"id": 700, | |
"name": "Product 700", | |
"price": 556.97, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 700." | |
}, | |
{ | |
"id": 701, | |
"name": "Product 701", | |
"price": 971.33, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 701." | |
}, | |
{ | |
"id": 702, | |
"name": "Product 702", | |
"price": 62.73, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 702." | |
}, | |
{ | |
"id": 703, | |
"name": "Product 703", | |
"price": 78.21, | |
"quantity": 19, | |
"category": "Electronics", | |
"description": "This is product 703." | |
}, | |
{ | |
"id": 704, | |
"name": "Product 704", | |
"price": 266.18, | |
"quantity": 92, | |
"category": "Books", | |
"description": "This is product 704." | |
}, | |
{ | |
"id": 705, | |
"name": "Product 705", | |
"price": 140.25, | |
"quantity": 75, | |
"category": "Books", | |
"description": "This is product 705." | |
}, | |
{ | |
"id": 706, | |
"name": "Product 706", | |
"price": 233.93, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 706." | |
}, | |
{ | |
"id": 707, | |
"name": "Product 707", | |
"price": 182.97, | |
"quantity": 20, | |
"category": "Home & Kitchen", | |
"description": "This is product 707." | |
}, | |
{ | |
"id": 708, | |
"name": "Product 708", | |
"price": 248.11, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 708." | |
}, | |
{ | |
"id": 709, | |
"name": "Product 709", | |
"price": 583.47, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 709." | |
}, | |
{ | |
"id": 710, | |
"name": "Product 710", | |
"price": 30.36, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 710." | |
}, | |
{ | |
"id": 711, | |
"name": "Product 711", | |
"price": 105.9, | |
"quantity": 97, | |
"category": "Electronics", | |
"description": "This is product 711." | |
}, | |
{ | |
"id": 712, | |
"name": "Product 712", | |
"price": 497.29, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 712." | |
}, | |
{ | |
"id": 713, | |
"name": "Product 713", | |
"price": 98.35, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 713." | |
}, | |
{ | |
"id": 714, | |
"name": "Product 714", | |
"price": 764.01, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 714." | |
}, | |
{ | |
"id": 715, | |
"name": "Product 715", | |
"price": 372.03, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 715." | |
}, | |
{ | |
"id": 716, | |
"name": "Product 716", | |
"price": 787.89, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 716." | |
}, | |
{ | |
"id": 717, | |
"name": "Product 717", | |
"price": 831.51, | |
"quantity": 25, | |
"category": "Clothing", | |
"description": "This is product 717." | |
}, | |
{ | |
"id": 718, | |
"name": "Product 718", | |
"price": 782.63, | |
"quantity": 96, | |
"category": "Electronics", | |
"description": "This is product 718." | |
}, | |
{ | |
"id": 719, | |
"name": "Product 719", | |
"price": 250.86, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 719." | |
}, | |
{ | |
"id": 720, | |
"name": "Product 720", | |
"price": 642.62, | |
"quantity": 99, | |
"category": "Books", | |
"description": "This is product 720." | |
}, | |
{ | |
"id": 721, | |
"name": "Product 721", | |
"price": 348.39, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 721." | |
}, | |
{ | |
"id": 722, | |
"name": "Product 722", | |
"price": 421.08, | |
"quantity": 5, | |
"category": "Electronics", | |
"description": "This is product 722." | |
}, | |
{ | |
"id": 723, | |
"name": "Product 723", | |
"price": 706.74, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 723." | |
}, | |
{ | |
"id": 724, | |
"name": "Product 724", | |
"price": 134.9, | |
"quantity": 27, | |
"category": "Books", | |
"description": "This is product 724." | |
}, | |
{ | |
"id": 725, | |
"name": "Product 725", | |
"price": 652.09, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 725." | |
}, | |
{ | |
"id": 726, | |
"name": "Product 726", | |
"price": 137.31, | |
"quantity": 0, | |
"category": "Books", | |
"description": "This is product 726." | |
}, | |
{ | |
"id": 727, | |
"name": "Product 727", | |
"price": 90.02, | |
"quantity": 88, | |
"category": "Books", | |
"description": "This is product 727." | |
}, | |
{ | |
"id": 728, | |
"name": "Product 728", | |
"price": 925.01, | |
"quantity": 11, | |
"category": "Clothing", | |
"description": "This is product 728." | |
}, | |
{ | |
"id": 729, | |
"name": "Product 729", | |
"price": 327.9, | |
"quantity": 47, | |
"category": "Clothing", | |
"description": "This is product 729." | |
}, | |
{ | |
"id": 730, | |
"name": "Product 730", | |
"price": 26.63, | |
"quantity": 10, | |
"category": "Books", | |
"description": "This is product 730." | |
}, | |
{ | |
"id": 731, | |
"name": "Product 731", | |
"price": 137.45, | |
"quantity": 38, | |
"category": "Clothing", | |
"description": "This is product 731." | |
}, | |
{ | |
"id": 732, | |
"name": "Product 732", | |
"price": 515.46, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 732." | |
}, | |
{ | |
"id": 733, | |
"name": "Product 733", | |
"price": 228.03, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 733." | |
}, | |
{ | |
"id": 734, | |
"name": "Product 734", | |
"price": 339.95, | |
"quantity": 48, | |
"category": "Home & Kitchen", | |
"description": "This is product 734." | |
}, | |
{ | |
"id": 735, | |
"name": "Product 735", | |
"price": 998.83, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 735." | |
}, | |
{ | |
"id": 736, | |
"name": "Product 736", | |
"price": 41.93, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 736." | |
}, | |
{ | |
"id": 737, | |
"name": "Product 737", | |
"price": 230.75, | |
"quantity": 10, | |
"category": "Electronics", | |
"description": "This is product 737." | |
}, | |
{ | |
"id": 738, | |
"name": "Product 738", | |
"price": 626.08, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 738." | |
}, | |
{ | |
"id": 739, | |
"name": "Product 739", | |
"price": 844.41, | |
"quantity": 27, | |
"category": "Electronics", | |
"description": "This is product 739." | |
}, | |
{ | |
"id": 740, | |
"name": "Product 740", | |
"price": 771.58, | |
"quantity": 28, | |
"category": "Electronics", | |
"description": "This is product 740." | |
}, | |
{ | |
"id": 741, | |
"name": "Product 741", | |
"price": 863.82, | |
"quantity": 31, | |
"category": "Books", | |
"description": "This is product 741." | |
}, | |
{ | |
"id": 742, | |
"name": "Product 742", | |
"price": 943.16, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 742." | |
}, | |
{ | |
"id": 743, | |
"name": "Product 743", | |
"price": 518.75, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 743." | |
}, | |
{ | |
"id": 744, | |
"name": "Product 744", | |
"price": 530.43, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 744." | |
}, | |
{ | |
"id": 745, | |
"name": "Product 745", | |
"price": 351.2, | |
"quantity": 22, | |
"category": "Home & Kitchen", | |
"description": "This is product 745." | |
}, | |
{ | |
"id": 746, | |
"name": "Product 746", | |
"price": 656.25, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 746." | |
}, | |
{ | |
"id": 747, | |
"name": "Product 747", | |
"price": 528.31, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 747." | |
}, | |
{ | |
"id": 748, | |
"name": "Product 748", | |
"price": 785.53, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 748." | |
}, | |
{ | |
"id": 749, | |
"name": "Product 749", | |
"price": 719.29, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 749." | |
}, | |
{ | |
"id": 750, | |
"name": "Product 750", | |
"price": 923.64, | |
"quantity": 63, | |
"category": "Clothing", | |
"description": "This is product 750." | |
}, | |
{ | |
"id": 751, | |
"name": "Product 751", | |
"price": 386.07, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 751." | |
}, | |
{ | |
"id": 752, | |
"name": "Product 752", | |
"price": 958.86, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 752." | |
}, | |
{ | |
"id": 753, | |
"name": "Product 753", | |
"price": 28.48, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 753." | |
}, | |
{ | |
"id": 754, | |
"name": "Product 754", | |
"price": 796.38, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 754." | |
}, | |
{ | |
"id": 755, | |
"name": "Product 755", | |
"price": 371.45, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 755." | |
}, | |
{ | |
"id": 756, | |
"name": "Product 756", | |
"price": 643.01, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 756." | |
}, | |
{ | |
"id": 757, | |
"name": "Product 757", | |
"price": 324.5, | |
"quantity": 30, | |
"category": "Electronics", | |
"description": "This is product 757." | |
}, | |
{ | |
"id": 758, | |
"name": "Product 758", | |
"price": 142.03, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 758." | |
}, | |
{ | |
"id": 759, | |
"name": "Product 759", | |
"price": 500.04, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 759." | |
}, | |
{ | |
"id": 760, | |
"name": "Product 760", | |
"price": 97.54, | |
"quantity": 51, | |
"category": "Electronics", | |
"description": "This is product 760." | |
}, | |
{ | |
"id": 761, | |
"name": "Product 761", | |
"price": 154.08, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 761." | |
}, | |
{ | |
"id": 762, | |
"name": "Product 762", | |
"price": 933.17, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 762." | |
}, | |
{ | |
"id": 763, | |
"name": "Product 763", | |
"price": 569.87, | |
"quantity": 24, | |
"category": "Electronics", | |
"description": "This is product 763." | |
}, | |
{ | |
"id": 764, | |
"name": "Product 764", | |
"price": 903.32, | |
"quantity": 10, | |
"category": "Home & Kitchen", | |
"description": "This is product 764." | |
}, | |
{ | |
"id": 765, | |
"name": "Product 765", | |
"price": 774.51, | |
"quantity": 33, | |
"category": "Clothing", | |
"description": "This is product 765." | |
}, | |
{ | |
"id": 766, | |
"name": "Product 766", | |
"price": 591.75, | |
"quantity": 54, | |
"category": "Books", | |
"description": "This is product 766." | |
}, | |
{ | |
"id": 767, | |
"name": "Product 767", | |
"price": 83.56, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 767." | |
}, | |
{ | |
"id": 768, | |
"name": "Product 768", | |
"price": 297.73, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 768." | |
}, | |
{ | |
"id": 769, | |
"name": "Product 769", | |
"price": 351.2, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 769." | |
}, | |
{ | |
"id": 770, | |
"name": "Product 770", | |
"price": 6.51, | |
"quantity": 65, | |
"category": "Electronics", | |
"description": "This is product 770." | |
}, | |
{ | |
"id": 771, | |
"name": "Product 771", | |
"price": 67.31, | |
"quantity": 50, | |
"category": "Home & Kitchen", | |
"description": "This is product 771." | |
}, | |
{ | |
"id": 772, | |
"name": "Product 772", | |
"price": 173.87, | |
"quantity": 91, | |
"category": "Books", | |
"description": "This is product 772." | |
}, | |
{ | |
"id": 773, | |
"name": "Product 773", | |
"price": 808.06, | |
"quantity": 9, | |
"category": "Clothing", | |
"description": "This is product 773." | |
}, | |
{ | |
"id": 774, | |
"name": "Product 774", | |
"price": 105.4, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 774." | |
}, | |
{ | |
"id": 775, | |
"name": "Product 775", | |
"price": 358.18, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 775." | |
}, | |
{ | |
"id": 776, | |
"name": "Product 776", | |
"price": 871.79, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 776." | |
}, | |
{ | |
"id": 777, | |
"name": "Product 777", | |
"price": 429.71, | |
"quantity": 92, | |
"category": "Clothing", | |
"description": "This is product 777." | |
}, | |
{ | |
"id": 778, | |
"name": "Product 778", | |
"price": 175.12, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 778." | |
}, | |
{ | |
"id": 779, | |
"name": "Product 779", | |
"price": 719.49, | |
"quantity": 18, | |
"category": "Clothing", | |
"description": "This is product 779." | |
}, | |
{ | |
"id": 780, | |
"name": "Product 780", | |
"price": 284.78, | |
"quantity": 17, | |
"category": "Home & Kitchen", | |
"description": "This is product 780." | |
}, | |
{ | |
"id": 781, | |
"name": "Product 781", | |
"price": 377.34, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 781." | |
}, | |
{ | |
"id": 782, | |
"name": "Product 782", | |
"price": 272.81, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 782." | |
}, | |
{ | |
"id": 783, | |
"name": "Product 783", | |
"price": 818.15, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 783." | |
}, | |
{ | |
"id": 784, | |
"name": "Product 784", | |
"price": 367.42, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 784." | |
}, | |
{ | |
"id": 785, | |
"name": "Product 785", | |
"price": 314.39, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 785." | |
}, | |
{ | |
"id": 786, | |
"name": "Product 786", | |
"price": 994.39, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 786." | |
}, | |
{ | |
"id": 787, | |
"name": "Product 787", | |
"price": 333.93, | |
"quantity": 45, | |
"category": "Electronics", | |
"description": "This is product 787." | |
}, | |
{ | |
"id": 788, | |
"name": "Product 788", | |
"price": 289.6, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 788." | |
}, | |
{ | |
"id": 789, | |
"name": "Product 789", | |
"price": 410.46, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 789." | |
}, | |
{ | |
"id": 790, | |
"name": "Product 790", | |
"price": 702.86, | |
"quantity": 31, | |
"category": "Clothing", | |
"description": "This is product 790." | |
}, | |
{ | |
"id": 791, | |
"name": "Product 791", | |
"price": 697.86, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 791." | |
}, | |
{ | |
"id": 792, | |
"name": "Product 792", | |
"price": 101.97, | |
"quantity": 94, | |
"category": "Home & Kitchen", | |
"description": "This is product 792." | |
}, | |
{ | |
"id": 793, | |
"name": "Product 793", | |
"price": 364.27, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 793." | |
}, | |
{ | |
"id": 794, | |
"name": "Product 794", | |
"price": 261.25, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 794." | |
}, | |
{ | |
"id": 795, | |
"name": "Product 795", | |
"price": 92.75, | |
"quantity": 12, | |
"category": "Home & Kitchen", | |
"description": "This is product 795." | |
}, | |
{ | |
"id": 796, | |
"name": "Product 796", | |
"price": 330.74, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 796." | |
}, | |
{ | |
"id": 797, | |
"name": "Product 797", | |
"price": 290.18, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 797." | |
}, | |
{ | |
"id": 798, | |
"name": "Product 798", | |
"price": 698.83, | |
"quantity": 51, | |
"category": "Home & Kitchen", | |
"description": "This is product 798." | |
}, | |
{ | |
"id": 799, | |
"name": "Product 799", | |
"price": 93.14, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 799." | |
}, | |
{ | |
"id": 800, | |
"name": "Product 800", | |
"price": 651.13, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 800." | |
}, | |
{ | |
"id": 801, | |
"name": "Product 801", | |
"price": 841.75, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 801." | |
}, | |
{ | |
"id": 802, | |
"name": "Product 802", | |
"price": 631.73, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 802." | |
}, | |
{ | |
"id": 803, | |
"name": "Product 803", | |
"price": 513.85, | |
"quantity": 94, | |
"category": "Clothing", | |
"description": "This is product 803." | |
}, | |
{ | |
"id": 804, | |
"name": "Product 804", | |
"price": 950.44, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 804." | |
}, | |
{ | |
"id": 805, | |
"name": "Product 805", | |
"price": 742.24, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 805." | |
}, | |
{ | |
"id": 806, | |
"name": "Product 806", | |
"price": 620.53, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 806." | |
}, | |
{ | |
"id": 807, | |
"name": "Product 807", | |
"price": 952.83, | |
"quantity": 78, | |
"category": "Electronics", | |
"description": "This is product 807." | |
}, | |
{ | |
"id": 808, | |
"name": "Product 808", | |
"price": 347.92, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 808." | |
}, | |
{ | |
"id": 809, | |
"name": "Product 809", | |
"price": 19.16, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 809." | |
}, | |
{ | |
"id": 810, | |
"name": "Product 810", | |
"price": 503.94, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 810." | |
}, | |
{ | |
"id": 811, | |
"name": "Product 811", | |
"price": 533.15, | |
"quantity": 64, | |
"category": "Books", | |
"description": "This is product 811." | |
}, | |
{ | |
"id": 812, | |
"name": "Product 812", | |
"price": 705.84, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 812." | |
}, | |
{ | |
"id": 813, | |
"name": "Product 813", | |
"price": 698.1, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 813." | |
}, | |
{ | |
"id": 814, | |
"name": "Product 814", | |
"price": 874.8, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 814." | |
}, | |
{ | |
"id": 815, | |
"name": "Product 815", | |
"price": 221.6, | |
"quantity": 37, | |
"category": "Books", | |
"description": "This is product 815." | |
}, | |
{ | |
"id": 816, | |
"name": "Product 816", | |
"price": 912.4, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 816." | |
}, | |
{ | |
"id": 817, | |
"name": "Product 817", | |
"price": 304.78, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 817." | |
}, | |
{ | |
"id": 818, | |
"name": "Product 818", | |
"price": 187.11, | |
"quantity": 45, | |
"category": "Electronics", | |
"description": "This is product 818." | |
}, | |
{ | |
"id": 819, | |
"name": "Product 819", | |
"price": 857.65, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 819." | |
}, | |
{ | |
"id": 820, | |
"name": "Product 820", | |
"price": 546.85, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 820." | |
}, | |
{ | |
"id": 821, | |
"name": "Product 821", | |
"price": 716.72, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 821." | |
}, | |
{ | |
"id": 822, | |
"name": "Product 822", | |
"price": 197.19, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 822." | |
}, | |
{ | |
"id": 823, | |
"name": "Product 823", | |
"price": 18.11, | |
"quantity": 88, | |
"category": "Electronics", | |
"description": "This is product 823." | |
}, | |
{ | |
"id": 824, | |
"name": "Product 824", | |
"price": 332, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 824." | |
}, | |
{ | |
"id": 825, | |
"name": "Product 825", | |
"price": 308.33, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 825." | |
}, | |
{ | |
"id": 826, | |
"name": "Product 826", | |
"price": 842.45, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 826." | |
}, | |
{ | |
"id": 827, | |
"name": "Product 827", | |
"price": 736.45, | |
"quantity": 56, | |
"category": "Books", | |
"description": "This is product 827." | |
}, | |
{ | |
"id": 828, | |
"name": "Product 828", | |
"price": 491.38, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 828." | |
}, | |
{ | |
"id": 829, | |
"name": "Product 829", | |
"price": 462.54, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 829." | |
}, | |
{ | |
"id": 830, | |
"name": "Product 830", | |
"price": 385.39, | |
"quantity": 39, | |
"category": "Clothing", | |
"description": "This is product 830." | |
}, | |
{ | |
"id": 831, | |
"name": "Product 831", | |
"price": 970.68, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 831." | |
}, | |
{ | |
"id": 832, | |
"name": "Product 832", | |
"price": 624.21, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 832." | |
}, | |
{ | |
"id": 833, | |
"name": "Product 833", | |
"price": 640.51, | |
"quantity": 57, | |
"category": "Electronics", | |
"description": "This is product 833." | |
}, | |
{ | |
"id": 834, | |
"name": "Product 834", | |
"price": 244.48, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 834." | |
}, | |
{ | |
"id": 835, | |
"name": "Product 835", | |
"price": 125.61, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 835." | |
}, | |
{ | |
"id": 836, | |
"name": "Product 836", | |
"price": 276.29, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 836." | |
}, | |
{ | |
"id": 837, | |
"name": "Product 837", | |
"price": 753.32, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 837." | |
}, | |
{ | |
"id": 838, | |
"name": "Product 838", | |
"price": 935.73, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 838." | |
}, | |
{ | |
"id": 839, | |
"name": "Product 839", | |
"price": 797.67, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 839." | |
}, | |
{ | |
"id": 840, | |
"name": "Product 840", | |
"price": 198.1, | |
"quantity": 89, | |
"category": "Books", | |
"description": "This is product 840." | |
}, | |
{ | |
"id": 841, | |
"name": "Product 841", | |
"price": 86.22, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 841." | |
}, | |
{ | |
"id": 842, | |
"name": "Product 842", | |
"price": 212.36, | |
"quantity": 97, | |
"category": "Electronics", | |
"description": "This is product 842." | |
}, | |
{ | |
"id": 843, | |
"name": "Product 843", | |
"price": 132.96, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 843." | |
}, | |
{ | |
"id": 844, | |
"name": "Product 844", | |
"price": 875.21, | |
"quantity": 42, | |
"category": "Home & Kitchen", | |
"description": "This is product 844." | |
}, | |
{ | |
"id": 845, | |
"name": "Product 845", | |
"price": 460.65, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 845." | |
}, | |
{ | |
"id": 846, | |
"name": "Product 846", | |
"price": 610.11, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 846." | |
}, | |
{ | |
"id": 847, | |
"name": "Product 847", | |
"price": 992.63, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 847." | |
}, | |
{ | |
"id": 848, | |
"name": "Product 848", | |
"price": 618.87, | |
"quantity": 77, | |
"category": "Home & Kitchen", | |
"description": "This is product 848." | |
}, | |
{ | |
"id": 849, | |
"name": "Product 849", | |
"price": 741.37, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 849." | |
}, | |
{ | |
"id": 850, | |
"name": "Product 850", | |
"price": 793.94, | |
"quantity": 31, | |
"category": "Clothing", | |
"description": "This is product 850." | |
}, | |
{ | |
"id": 851, | |
"name": "Product 851", | |
"price": 730.47, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 851." | |
}, | |
{ | |
"id": 852, | |
"name": "Product 852", | |
"price": 195.87, | |
"quantity": 18, | |
"category": "Clothing", | |
"description": "This is product 852." | |
}, | |
{ | |
"id": 853, | |
"name": "Product 853", | |
"price": 419.67, | |
"quantity": 93, | |
"category": "Home & Kitchen", | |
"description": "This is product 853." | |
}, | |
{ | |
"id": 854, | |
"name": "Product 854", | |
"price": 947.08, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 854." | |
}, | |
{ | |
"id": 855, | |
"name": "Product 855", | |
"price": 793.94, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 855." | |
}, | |
{ | |
"id": 856, | |
"name": "Product 856", | |
"price": 960.75, | |
"quantity": 3, | |
"category": "Home & Kitchen", | |
"description": "This is product 856." | |
}, | |
{ | |
"id": 857, | |
"name": "Product 857", | |
"price": 650.97, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 857." | |
}, | |
{ | |
"id": 858, | |
"name": "Product 858", | |
"price": 828.68, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 858." | |
}, | |
{ | |
"id": 859, | |
"name": "Product 859", | |
"price": 971.8, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 859." | |
}, | |
{ | |
"id": 860, | |
"name": "Product 860", | |
"price": 255.67, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 860." | |
}, | |
{ | |
"id": 861, | |
"name": "Product 861", | |
"price": 832.79, | |
"quantity": 19, | |
"category": "Clothing", | |
"description": "This is product 861." | |
}, | |
{ | |
"id": 862, | |
"name": "Product 862", | |
"price": 249.9, | |
"quantity": 84, | |
"category": "Clothing", | |
"description": "This is product 862." | |
}, | |
{ | |
"id": 863, | |
"name": "Product 863", | |
"price": 586, | |
"quantity": 86, | |
"category": "Home & Kitchen", | |
"description": "This is product 863." | |
}, | |
{ | |
"id": 864, | |
"name": "Product 864", | |
"price": 857.64, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 864." | |
}, | |
{ | |
"id": 865, | |
"name": "Product 865", | |
"price": 537.81, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 865." | |
}, | |
{ | |
"id": 866, | |
"name": "Product 866", | |
"price": 468.4, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 866." | |
}, | |
{ | |
"id": 867, | |
"name": "Product 867", | |
"price": 719.67, | |
"quantity": 71, | |
"category": "Electronics", | |
"description": "This is product 867." | |
}, | |
{ | |
"id": 868, | |
"name": "Product 868", | |
"price": 729.61, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 868." | |
}, | |
{ | |
"id": 869, | |
"name": "Product 869", | |
"price": 567.11, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 869." | |
}, | |
{ | |
"id": 870, | |
"name": "Product 870", | |
"price": 157.88, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 870." | |
}, | |
{ | |
"id": 871, | |
"name": "Product 871", | |
"price": 180.48, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 871." | |
}, | |
{ | |
"id": 872, | |
"name": "Product 872", | |
"price": 665.17, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 872." | |
}, | |
{ | |
"id": 873, | |
"name": "Product 873", | |
"price": 799.8, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 873." | |
}, | |
{ | |
"id": 874, | |
"name": "Product 874", | |
"price": 673.59, | |
"quantity": 9, | |
"category": "Electronics", | |
"description": "This is product 874." | |
}, | |
{ | |
"id": 875, | |
"name": "Product 875", | |
"price": 633.68, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 875." | |
}, | |
{ | |
"id": 876, | |
"name": "Product 876", | |
"price": 745.63, | |
"quantity": 27, | |
"category": "Clothing", | |
"description": "This is product 876." | |
}, | |
{ | |
"id": 877, | |
"name": "Product 877", | |
"price": 450, | |
"quantity": 35, | |
"category": "Electronics", | |
"description": "This is product 877." | |
}, | |
{ | |
"id": 878, | |
"name": "Product 878", | |
"price": 590.61, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 878." | |
}, | |
{ | |
"id": 879, | |
"name": "Product 879", | |
"price": 260.68, | |
"quantity": 12, | |
"category": "Electronics", | |
"description": "This is product 879." | |
}, | |
{ | |
"id": 880, | |
"name": "Product 880", | |
"price": 577.39, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 880." | |
}, | |
{ | |
"id": 881, | |
"name": "Product 881", | |
"price": 609.12, | |
"quantity": 97, | |
"category": "Home & Kitchen", | |
"description": "This is product 881." | |
}, | |
{ | |
"id": 882, | |
"name": "Product 882", | |
"price": 228.23, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 882." | |
}, | |
{ | |
"id": 883, | |
"name": "Product 883", | |
"price": 736.39, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 883." | |
}, | |
{ | |
"id": 884, | |
"name": "Product 884", | |
"price": 706.15, | |
"quantity": 18, | |
"category": "Home & Kitchen", | |
"description": "This is product 884." | |
}, | |
{ | |
"id": 885, | |
"name": "Product 885", | |
"price": 955.7, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 885." | |
}, | |
{ | |
"id": 886, | |
"name": "Product 886", | |
"price": 172.25, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 886." | |
}, | |
{ | |
"id": 887, | |
"name": "Product 887", | |
"price": 240.64, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 887." | |
}, | |
{ | |
"id": 888, | |
"name": "Product 888", | |
"price": 799.58, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 888." | |
}, | |
{ | |
"id": 889, | |
"name": "Product 889", | |
"price": 708.01, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 889." | |
}, | |
{ | |
"id": 890, | |
"name": "Product 890", | |
"price": 473.58, | |
"quantity": 66, | |
"category": "Electronics", | |
"description": "This is product 890." | |
}, | |
{ | |
"id": 891, | |
"name": "Product 891", | |
"price": 781.19, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 891." | |
}, | |
{ | |
"id": 892, | |
"name": "Product 892", | |
"price": 962.05, | |
"quantity": 58, | |
"category": "Clothing", | |
"description": "This is product 892." | |
}, | |
{ | |
"id": 893, | |
"name": "Product 893", | |
"price": 341.32, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 893." | |
}, | |
{ | |
"id": 894, | |
"name": "Product 894", | |
"price": 465.1, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 894." | |
}, | |
{ | |
"id": 895, | |
"name": "Product 895", | |
"price": 64.46, | |
"quantity": 94, | |
"category": "Clothing", | |
"description": "This is product 895." | |
}, | |
{ | |
"id": 896, | |
"name": "Product 896", | |
"price": 289.88, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 896." | |
}, | |
{ | |
"id": 897, | |
"name": "Product 897", | |
"price": 259.16, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 897." | |
}, | |
{ | |
"id": 898, | |
"name": "Product 898", | |
"price": 469.35, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 898." | |
}, | |
{ | |
"id": 899, | |
"name": "Product 899", | |
"price": 689.26, | |
"quantity": 20, | |
"category": "Electronics", | |
"description": "This is product 899." | |
}, | |
{ | |
"id": 900, | |
"name": "Product 900", | |
"price": 722.59, | |
"quantity": 42, | |
"category": "Home & Kitchen", | |
"description": "This is product 900." | |
}, | |
{ | |
"id": 901, | |
"name": "Product 901", | |
"price": 808.07, | |
"quantity": 81, | |
"category": "Books", | |
"description": "This is product 901." | |
}, | |
{ | |
"id": 902, | |
"name": "Product 902", | |
"price": 285.96, | |
"quantity": 26, | |
"category": "Electronics", | |
"description": "This is product 902." | |
}, | |
{ | |
"id": 903, | |
"name": "Product 903", | |
"price": 842.11, | |
"quantity": 31, | |
"category": "Clothing", | |
"description": "This is product 903." | |
}, | |
{ | |
"id": 904, | |
"name": "Product 904", | |
"price": 7.19, | |
"quantity": 75, | |
"category": "Electronics", | |
"description": "This is product 904." | |
}, | |
{ | |
"id": 905, | |
"name": "Product 905", | |
"price": 2.28, | |
"quantity": 27, | |
"category": "Books", | |
"description": "This is product 905." | |
}, | |
{ | |
"id": 906, | |
"name": "Product 906", | |
"price": 252.5, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 906." | |
}, | |
{ | |
"id": 907, | |
"name": "Product 907", | |
"price": 652.96, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 907." | |
}, | |
{ | |
"id": 908, | |
"name": "Product 908", | |
"price": 735.39, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 908." | |
}, | |
{ | |
"id": 909, | |
"name": "Product 909", | |
"price": 959.22, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 909." | |
}, | |
{ | |
"id": 910, | |
"name": "Product 910", | |
"price": 681.63, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 910." | |
}, | |
{ | |
"id": 911, | |
"name": "Product 911", | |
"price": 659.74, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 911." | |
}, | |
{ | |
"id": 912, | |
"name": "Product 912", | |
"price": 423.06, | |
"quantity": 65, | |
"category": "Electronics", | |
"description": "This is product 912." | |
}, | |
{ | |
"id": 913, | |
"name": "Product 913", | |
"price": 108.31, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 913." | |
}, | |
{ | |
"id": 914, | |
"name": "Product 914", | |
"price": 198.89, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 914." | |
}, | |
{ | |
"id": 915, | |
"name": "Product 915", | |
"price": 489.41, | |
"quantity": 38, | |
"category": "Clothing", | |
"description": "This is product 915." | |
}, | |
{ | |
"id": 916, | |
"name": "Product 916", | |
"price": 848.7, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 916." | |
}, | |
{ | |
"id": 917, | |
"name": "Product 917", | |
"price": 711.94, | |
"quantity": 10, | |
"category": "Books", | |
"description": "This is product 917." | |
}, | |
{ | |
"id": 918, | |
"name": "Product 918", | |
"price": 320.94, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 918." | |
}, | |
{ | |
"id": 919, | |
"name": "Product 919", | |
"price": 930.33, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 919." | |
}, | |
{ | |
"id": 920, | |
"name": "Product 920", | |
"price": 260.88, | |
"quantity": 16, | |
"category": "Clothing", | |
"description": "This is product 920." | |
}, | |
{ | |
"id": 921, | |
"name": "Product 921", | |
"price": 932.37, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 921." | |
}, | |
{ | |
"id": 922, | |
"name": "Product 922", | |
"price": 761.4, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 922." | |
}, | |
{ | |
"id": 923, | |
"name": "Product 923", | |
"price": 69.43, | |
"quantity": 79, | |
"category": "Electronics", | |
"description": "This is product 923." | |
}, | |
{ | |
"id": 924, | |
"name": "Product 924", | |
"price": 799.38, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 924." | |
}, | |
{ | |
"id": 925, | |
"name": "Product 925", | |
"price": 684.37, | |
"quantity": 94, | |
"category": "Home & Kitchen", | |
"description": "This is product 925." | |
}, | |
{ | |
"id": 926, | |
"name": "Product 926", | |
"price": 466.84, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 926." | |
}, | |
{ | |
"id": 927, | |
"name": "Product 927", | |
"price": 179.24, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 927." | |
}, | |
{ | |
"id": 928, | |
"name": "Product 928", | |
"price": 627.79, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 928." | |
}, | |
{ | |
"id": 929, | |
"name": "Product 929", | |
"price": 576.62, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 929." | |
}, | |
{ | |
"id": 930, | |
"name": "Product 930", | |
"price": 731.06, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 930." | |
}, | |
{ | |
"id": 931, | |
"name": "Product 931", | |
"price": 575.88, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 931." | |
}, | |
{ | |
"id": 932, | |
"name": "Product 932", | |
"price": 345.17, | |
"quantity": 22, | |
"category": "Home & Kitchen", | |
"description": "This is product 932." | |
}, | |
{ | |
"id": 933, | |
"name": "Product 933", | |
"price": 836.18, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 933." | |
}, | |
{ | |
"id": 934, | |
"name": "Product 934", | |
"price": 904.87, | |
"quantity": 39, | |
"category": "Books", | |
"description": "This is product 934." | |
}, | |
{ | |
"id": 935, | |
"name": "Product 935", | |
"price": 529.5, | |
"quantity": 98, | |
"category": "Books", | |
"description": "This is product 935." | |
}, | |
{ | |
"id": 936, | |
"name": "Product 936", | |
"price": 512.05, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 936." | |
}, | |
{ | |
"id": 937, | |
"name": "Product 937", | |
"price": 75.51, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 937." | |
}, | |
{ | |
"id": 938, | |
"name": "Product 938", | |
"price": 340.9, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 938." | |
}, | |
{ | |
"id": 939, | |
"name": "Product 939", | |
"price": 754.39, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 939." | |
}, | |
{ | |
"id": 940, | |
"name": "Product 940", | |
"price": 970.65, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 940." | |
}, | |
{ | |
"id": 941, | |
"name": "Product 941", | |
"price": 492.1, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 941." | |
}, | |
{ | |
"id": 942, | |
"name": "Product 942", | |
"price": 401.74, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 942." | |
}, | |
{ | |
"id": 943, | |
"name": "Product 943", | |
"price": 433, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 943." | |
}, | |
{ | |
"id": 944, | |
"name": "Product 944", | |
"price": 980.72, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 944." | |
}, | |
{ | |
"id": 945, | |
"name": "Product 945", | |
"price": 754.63, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 945." | |
}, | |
{ | |
"id": 946, | |
"name": "Product 946", | |
"price": 575.61, | |
"quantity": 69, | |
"category": "Electronics", | |
"description": "This is product 946." | |
}, | |
{ | |
"id": 947, | |
"name": "Product 947", | |
"price": 324.11, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 947." | |
}, | |
{ | |
"id": 948, | |
"name": "Product 948", | |
"price": 302.82, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 948." | |
}, | |
{ | |
"id": 949, | |
"name": "Product 949", | |
"price": 727.93, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 949." | |
}, | |
{ | |
"id": 950, | |
"name": "Product 950", | |
"price": 148.98, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 950." | |
}, | |
{ | |
"id": 951, | |
"name": "Product 951", | |
"price": 960.77, | |
"quantity": 53, | |
"category": "Electronics", | |
"description": "This is product 951." | |
}, | |
{ | |
"id": 952, | |
"name": "Product 952", | |
"price": 65.87, | |
"quantity": 54, | |
"category": "Books", | |
"description": "This is product 952." | |
}, | |
{ | |
"id": 953, | |
"name": "Product 953", | |
"price": 243.63, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 953." | |
}, | |
{ | |
"id": 954, | |
"name": "Product 954", | |
"price": 243.87, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 954." | |
}, | |
{ | |
"id": 955, | |
"name": "Product 955", | |
"price": 260.54, | |
"quantity": 93, | |
"category": "Electronics", | |
"description": "This is product 955." | |
}, | |
{ | |
"id": 956, | |
"name": "Product 956", | |
"price": 101.27, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 956." | |
}, | |
{ | |
"id": 957, | |
"name": "Product 957", | |
"price": 614.38, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 957." | |
}, | |
{ | |
"id": 958, | |
"name": "Product 958", | |
"price": 709.62, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 958." | |
}, | |
{ | |
"id": 959, | |
"name": "Product 959", | |
"price": 462.55, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 959." | |
}, | |
{ | |
"id": 960, | |
"name": "Product 960", | |
"price": 6.31, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 960." | |
}, | |
{ | |
"id": 961, | |
"name": "Product 961", | |
"price": 133.51, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 961." | |
}, | |
{ | |
"id": 962, | |
"name": "Product 962", | |
"price": 726.57, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 962." | |
}, | |
{ | |
"id": 963, | |
"name": "Product 963", | |
"price": 188.82, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 963." | |
}, | |
{ | |
"id": 964, | |
"name": "Product 964", | |
"price": 833.84, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 964." | |
}, | |
{ | |
"id": 965, | |
"name": "Product 965", | |
"price": 572.17, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 965." | |
}, | |
{ | |
"id": 966, | |
"name": "Product 966", | |
"price": 436.96, | |
"quantity": 54, | |
"category": "Home & Kitchen", | |
"description": "This is product 966." | |
}, | |
{ | |
"id": 967, | |
"name": "Product 967", | |
"price": 636.38, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 967." | |
}, | |
{ | |
"id": 968, | |
"name": "Product 968", | |
"price": 371.21, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 968." | |
}, | |
{ | |
"id": 969, | |
"name": "Product 969", | |
"price": 423.94, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 969." | |
}, | |
{ | |
"id": 970, | |
"name": "Product 970", | |
"price": 81.58, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 970." | |
}, | |
{ | |
"id": 971, | |
"name": "Product 971", | |
"price": 153.75, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 971." | |
}, | |
{ | |
"id": 972, | |
"name": "Product 972", | |
"price": 746.95, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 972." | |
}, | |
{ | |
"id": 973, | |
"name": "Product 973", | |
"price": 948.21, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 973." | |
}, | |
{ | |
"id": 974, | |
"name": "Product 974", | |
"price": 459.51, | |
"quantity": 6, | |
"category": "Clothing", | |
"description": "This is product 974." | |
}, | |
{ | |
"id": 975, | |
"name": "Product 975", | |
"price": 86.51, | |
"quantity": 11, | |
"category": "Clothing", | |
"description": "This is product 975." | |
}, | |
{ | |
"id": 976, | |
"name": "Product 976", | |
"price": 646.84, | |
"quantity": 99, | |
"category": "Books", | |
"description": "This is product 976." | |
}, | |
{ | |
"id": 977, | |
"name": "Product 977", | |
"price": 882.8, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 977." | |
}, | |
{ | |
"id": 978, | |
"name": "Product 978", | |
"price": 425.05, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 978." | |
}, | |
{ | |
"id": 979, | |
"name": "Product 979", | |
"price": 236.48, | |
"quantity": 78, | |
"category": "Books", | |
"description": "This is product 979." | |
}, | |
{ | |
"id": 980, | |
"name": "Product 980", | |
"price": 188.73, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 980." | |
}, | |
{ | |
"id": 981, | |
"name": "Product 981", | |
"price": 160.88, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 981." | |
}, | |
{ | |
"id": 982, | |
"name": "Product 982", | |
"price": 892.45, | |
"quantity": 54, | |
"category": "Home & Kitchen", | |
"description": "This is product 982." | |
}, | |
{ | |
"id": 983, | |
"name": "Product 983", | |
"price": 136.1, | |
"quantity": 91, | |
"category": "Books", | |
"description": "This is product 983." | |
}, | |
{ | |
"id": 984, | |
"name": "Product 984", | |
"price": 58.83, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 984." | |
}, | |
{ | |
"id": 985, | |
"name": "Product 985", | |
"price": 9.29, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 985." | |
}, | |
{ | |
"id": 986, | |
"name": "Product 986", | |
"price": 622.33, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 986." | |
}, | |
{ | |
"id": 987, | |
"name": "Product 987", | |
"price": 423.92, | |
"quantity": 14, | |
"category": "Books", | |
"description": "This is product 987." | |
}, | |
{ | |
"id": 988, | |
"name": "Product 988", | |
"price": 261.23, | |
"quantity": 12, | |
"category": "Home & Kitchen", | |
"description": "This is product 988." | |
}, | |
{ | |
"id": 989, | |
"name": "Product 989", | |
"price": 778.14, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 989." | |
}, | |
{ | |
"id": 990, | |
"name": "Product 990", | |
"price": 52.34, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 990." | |
}, | |
{ | |
"id": 991, | |
"name": "Product 991", | |
"price": 443.59, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 991." | |
}, | |
{ | |
"id": 992, | |
"name": "Product 992", | |
"price": 696.94, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 992." | |
}, | |
{ | |
"id": 993, | |
"name": "Product 993", | |
"price": 90.72, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 993." | |
}, | |
{ | |
"id": 994, | |
"name": "Product 994", | |
"price": 9.85, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 994." | |
}, | |
{ | |
"id": 995, | |
"name": "Product 995", | |
"price": 182.57, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 995." | |
}, | |
{ | |
"id": 996, | |
"name": "Product 996", | |
"price": 812.38, | |
"quantity": 34, | |
"category": "Home & Kitchen", | |
"description": "This is product 996." | |
}, | |
{ | |
"id": 997, | |
"name": "Product 997", | |
"price": 615.07, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 997." | |
}, | |
{ | |
"id": 998, | |
"name": "Product 998", | |
"price": 576.48, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 998." | |
}, | |
{ | |
"id": 999, | |
"name": "Product 999", | |
"price": 345.91, | |
"quantity": 84, | |
"category": "Clothing", | |
"description": "This is product 999." | |
}, | |
{ | |
"id": 1000, | |
"name": "Product 1000", | |
"price": 31.14, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1000." | |
}, | |
{ | |
"id": 1001, | |
"name": "Product 1001", | |
"price": 494.65, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 1001." | |
}, | |
{ | |
"id": 1002, | |
"name": "Product 1002", | |
"price": 186.2, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 1002." | |
}, | |
{ | |
"id": 1003, | |
"name": "Product 1003", | |
"price": 730.59, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 1003." | |
}, | |
{ | |
"id": 1004, | |
"name": "Product 1004", | |
"price": 777.5, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 1004." | |
}, | |
{ | |
"id": 1005, | |
"name": "Product 1005", | |
"price": 521.92, | |
"quantity": 94, | |
"category": "Books", | |
"description": "This is product 1005." | |
}, | |
{ | |
"id": 1006, | |
"name": "Product 1006", | |
"price": 409.93, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 1006." | |
}, | |
{ | |
"id": 1007, | |
"name": "Product 1007", | |
"price": 767.68, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1007." | |
}, | |
{ | |
"id": 1008, | |
"name": "Product 1008", | |
"price": 326.08, | |
"quantity": 11, | |
"category": "Clothing", | |
"description": "This is product 1008." | |
}, | |
{ | |
"id": 1009, | |
"name": "Product 1009", | |
"price": 459.44, | |
"quantity": 4, | |
"category": "Books", | |
"description": "This is product 1009." | |
}, | |
{ | |
"id": 1010, | |
"name": "Product 1010", | |
"price": 37.54, | |
"quantity": 95, | |
"category": "Electronics", | |
"description": "This is product 1010." | |
}, | |
{ | |
"id": 1011, | |
"name": "Product 1011", | |
"price": 594.42, | |
"quantity": 91, | |
"category": "Clothing", | |
"description": "This is product 1011." | |
}, | |
{ | |
"id": 1012, | |
"name": "Product 1012", | |
"price": 209.15, | |
"quantity": 55, | |
"category": "Home & Kitchen", | |
"description": "This is product 1012." | |
}, | |
{ | |
"id": 1013, | |
"name": "Product 1013", | |
"price": 640.93, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 1013." | |
}, | |
{ | |
"id": 1014, | |
"name": "Product 1014", | |
"price": 991.88, | |
"quantity": 47, | |
"category": "Electronics", | |
"description": "This is product 1014." | |
}, | |
{ | |
"id": 1015, | |
"name": "Product 1015", | |
"price": 833.23, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 1015." | |
}, | |
{ | |
"id": 1016, | |
"name": "Product 1016", | |
"price": 971.53, | |
"quantity": 69, | |
"category": "Clothing", | |
"description": "This is product 1016." | |
}, | |
{ | |
"id": 1017, | |
"name": "Product 1017", | |
"price": 900.37, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 1017." | |
}, | |
{ | |
"id": 1018, | |
"name": "Product 1018", | |
"price": 756.65, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1018." | |
}, | |
{ | |
"id": 1019, | |
"name": "Product 1019", | |
"price": 4.78, | |
"quantity": 9, | |
"category": "Electronics", | |
"description": "This is product 1019." | |
}, | |
{ | |
"id": 1020, | |
"name": "Product 1020", | |
"price": 452.83, | |
"quantity": 88, | |
"category": "Clothing", | |
"description": "This is product 1020." | |
}, | |
{ | |
"id": 1021, | |
"name": "Product 1021", | |
"price": 691.81, | |
"quantity": 23, | |
"category": "Books", | |
"description": "This is product 1021." | |
}, | |
{ | |
"id": 1022, | |
"name": "Product 1022", | |
"price": 703.46, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 1022." | |
}, | |
{ | |
"id": 1023, | |
"name": "Product 1023", | |
"price": 262.79, | |
"quantity": 90, | |
"category": "Clothing", | |
"description": "This is product 1023." | |
}, | |
{ | |
"id": 1024, | |
"name": "Product 1024", | |
"price": 72.34, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 1024." | |
}, | |
{ | |
"id": 1025, | |
"name": "Product 1025", | |
"price": 998.99, | |
"quantity": 6, | |
"category": "Home & Kitchen", | |
"description": "This is product 1025." | |
}, | |
{ | |
"id": 1026, | |
"name": "Product 1026", | |
"price": 26.63, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1026." | |
}, | |
{ | |
"id": 1027, | |
"name": "Product 1027", | |
"price": 740.7, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 1027." | |
}, | |
{ | |
"id": 1028, | |
"name": "Product 1028", | |
"price": 762.6, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1028." | |
}, | |
{ | |
"id": 1029, | |
"name": "Product 1029", | |
"price": 599.43, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 1029." | |
}, | |
{ | |
"id": 1030, | |
"name": "Product 1030", | |
"price": 908.6, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 1030." | |
}, | |
{ | |
"id": 1031, | |
"name": "Product 1031", | |
"price": 593.82, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 1031." | |
}, | |
{ | |
"id": 1032, | |
"name": "Product 1032", | |
"price": 958.97, | |
"quantity": 45, | |
"category": "Books", | |
"description": "This is product 1032." | |
}, | |
{ | |
"id": 1033, | |
"name": "Product 1033", | |
"price": 901.13, | |
"quantity": 73, | |
"category": "Clothing", | |
"description": "This is product 1033." | |
}, | |
{ | |
"id": 1034, | |
"name": "Product 1034", | |
"price": 274.4, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 1034." | |
}, | |
{ | |
"id": 1035, | |
"name": "Product 1035", | |
"price": 491.74, | |
"quantity": 30, | |
"category": "Electronics", | |
"description": "This is product 1035." | |
}, | |
{ | |
"id": 1036, | |
"name": "Product 1036", | |
"price": 696.99, | |
"quantity": 88, | |
"category": "Electronics", | |
"description": "This is product 1036." | |
}, | |
{ | |
"id": 1037, | |
"name": "Product 1037", | |
"price": 322.07, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1037." | |
}, | |
{ | |
"id": 1038, | |
"name": "Product 1038", | |
"price": 334.56, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 1038." | |
}, | |
{ | |
"id": 1039, | |
"name": "Product 1039", | |
"price": 400.52, | |
"quantity": 87, | |
"category": "Books", | |
"description": "This is product 1039." | |
}, | |
{ | |
"id": 1040, | |
"name": "Product 1040", | |
"price": 511.99, | |
"quantity": 14, | |
"category": "Home & Kitchen", | |
"description": "This is product 1040." | |
}, | |
{ | |
"id": 1041, | |
"name": "Product 1041", | |
"price": 847.81, | |
"quantity": 62, | |
"category": "Electronics", | |
"description": "This is product 1041." | |
}, | |
{ | |
"id": 1042, | |
"name": "Product 1042", | |
"price": 568.39, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 1042." | |
}, | |
{ | |
"id": 1043, | |
"name": "Product 1043", | |
"price": 924.87, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 1043." | |
}, | |
{ | |
"id": 1044, | |
"name": "Product 1044", | |
"price": 813.47, | |
"quantity": 68, | |
"category": "Electronics", | |
"description": "This is product 1044." | |
}, | |
{ | |
"id": 1045, | |
"name": "Product 1045", | |
"price": 599.43, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 1045." | |
}, | |
{ | |
"id": 1046, | |
"name": "Product 1046", | |
"price": 522.2, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 1046." | |
}, | |
{ | |
"id": 1047, | |
"name": "Product 1047", | |
"price": 303.24, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 1047." | |
}, | |
{ | |
"id": 1048, | |
"name": "Product 1048", | |
"price": 539.46, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 1048." | |
}, | |
{ | |
"id": 1049, | |
"name": "Product 1049", | |
"price": 744.66, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 1049." | |
}, | |
{ | |
"id": 1050, | |
"name": "Product 1050", | |
"price": 691.44, | |
"quantity": 93, | |
"category": "Clothing", | |
"description": "This is product 1050." | |
}, | |
{ | |
"id": 1051, | |
"name": "Product 1051", | |
"price": 525.6, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 1051." | |
}, | |
{ | |
"id": 1052, | |
"name": "Product 1052", | |
"price": 854.01, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1052." | |
}, | |
{ | |
"id": 1053, | |
"name": "Product 1053", | |
"price": 725.47, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 1053." | |
}, | |
{ | |
"id": 1054, | |
"name": "Product 1054", | |
"price": 743.05, | |
"quantity": 78, | |
"category": "Electronics", | |
"description": "This is product 1054." | |
}, | |
{ | |
"id": 1055, | |
"name": "Product 1055", | |
"price": 607.66, | |
"quantity": 33, | |
"category": "Books", | |
"description": "This is product 1055." | |
}, | |
{ | |
"id": 1056, | |
"name": "Product 1056", | |
"price": 574.64, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 1056." | |
}, | |
{ | |
"id": 1057, | |
"name": "Product 1057", | |
"price": 203.83, | |
"quantity": 7, | |
"category": "Clothing", | |
"description": "This is product 1057." | |
}, | |
{ | |
"id": 1058, | |
"name": "Product 1058", | |
"price": 302.87, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 1058." | |
}, | |
{ | |
"id": 1059, | |
"name": "Product 1059", | |
"price": 280.44, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 1059." | |
}, | |
{ | |
"id": 1060, | |
"name": "Product 1060", | |
"price": 238.86, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 1060." | |
}, | |
{ | |
"id": 1061, | |
"name": "Product 1061", | |
"price": 998.54, | |
"quantity": 9, | |
"category": "Clothing", | |
"description": "This is product 1061." | |
}, | |
{ | |
"id": 1062, | |
"name": "Product 1062", | |
"price": 829.81, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 1062." | |
}, | |
{ | |
"id": 1063, | |
"name": "Product 1063", | |
"price": 272.5, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 1063." | |
}, | |
{ | |
"id": 1064, | |
"name": "Product 1064", | |
"price": 577.28, | |
"quantity": 12, | |
"category": "Electronics", | |
"description": "This is product 1064." | |
}, | |
{ | |
"id": 1065, | |
"name": "Product 1065", | |
"price": 194.54, | |
"quantity": 57, | |
"category": "Electronics", | |
"description": "This is product 1065." | |
}, | |
{ | |
"id": 1066, | |
"name": "Product 1066", | |
"price": 318.16, | |
"quantity": 61, | |
"category": "Books", | |
"description": "This is product 1066." | |
}, | |
{ | |
"id": 1067, | |
"name": "Product 1067", | |
"price": 95.86, | |
"quantity": 24, | |
"category": "Electronics", | |
"description": "This is product 1067." | |
}, | |
{ | |
"id": 1068, | |
"name": "Product 1068", | |
"price": 566.18, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 1068." | |
}, | |
{ | |
"id": 1069, | |
"name": "Product 1069", | |
"price": 171.9, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 1069." | |
}, | |
{ | |
"id": 1070, | |
"name": "Product 1070", | |
"price": 175.66, | |
"quantity": 80, | |
"category": "Books", | |
"description": "This is product 1070." | |
}, | |
{ | |
"id": 1071, | |
"name": "Product 1071", | |
"price": 234.67, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 1071." | |
}, | |
{ | |
"id": 1072, | |
"name": "Product 1072", | |
"price": 887.09, | |
"quantity": 42, | |
"category": "Electronics", | |
"description": "This is product 1072." | |
}, | |
{ | |
"id": 1073, | |
"name": "Product 1073", | |
"price": 137.17, | |
"quantity": 31, | |
"category": "Books", | |
"description": "This is product 1073." | |
}, | |
{ | |
"id": 1074, | |
"name": "Product 1074", | |
"price": 465.2, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 1074." | |
}, | |
{ | |
"id": 1075, | |
"name": "Product 1075", | |
"price": 611.72, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1075." | |
}, | |
{ | |
"id": 1076, | |
"name": "Product 1076", | |
"price": 601.09, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 1076." | |
}, | |
{ | |
"id": 1077, | |
"name": "Product 1077", | |
"price": 895.34, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 1077." | |
}, | |
{ | |
"id": 1078, | |
"name": "Product 1078", | |
"price": 88.3, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 1078." | |
}, | |
{ | |
"id": 1079, | |
"name": "Product 1079", | |
"price": 276.71, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 1079." | |
}, | |
{ | |
"id": 1080, | |
"name": "Product 1080", | |
"price": 94.51, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 1080." | |
}, | |
{ | |
"id": 1081, | |
"name": "Product 1081", | |
"price": 858.44, | |
"quantity": 91, | |
"category": "Clothing", | |
"description": "This is product 1081." | |
}, | |
{ | |
"id": 1082, | |
"name": "Product 1082", | |
"price": 265.29, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1082." | |
}, | |
{ | |
"id": 1083, | |
"name": "Product 1083", | |
"price": 738.59, | |
"quantity": 86, | |
"category": "Home & Kitchen", | |
"description": "This is product 1083." | |
}, | |
{ | |
"id": 1084, | |
"name": "Product 1084", | |
"price": 950.34, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 1084." | |
}, | |
{ | |
"id": 1085, | |
"name": "Product 1085", | |
"price": 704.44, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 1085." | |
}, | |
{ | |
"id": 1086, | |
"name": "Product 1086", | |
"price": 753.77, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1086." | |
}, | |
{ | |
"id": 1087, | |
"name": "Product 1087", | |
"price": 528.78, | |
"quantity": 81, | |
"category": "Electronics", | |
"description": "This is product 1087." | |
}, | |
{ | |
"id": 1088, | |
"name": "Product 1088", | |
"price": 355.58, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 1088." | |
}, | |
{ | |
"id": 1089, | |
"name": "Product 1089", | |
"price": 974.45, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 1089." | |
}, | |
{ | |
"id": 1090, | |
"name": "Product 1090", | |
"price": 917.57, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 1090." | |
}, | |
{ | |
"id": 1091, | |
"name": "Product 1091", | |
"price": 315.05, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 1091." | |
}, | |
{ | |
"id": 1092, | |
"name": "Product 1092", | |
"price": 383.72, | |
"quantity": 50, | |
"category": "Home & Kitchen", | |
"description": "This is product 1092." | |
}, | |
{ | |
"id": 1093, | |
"name": "Product 1093", | |
"price": 894.54, | |
"quantity": 20, | |
"category": "Home & Kitchen", | |
"description": "This is product 1093." | |
}, | |
{ | |
"id": 1094, | |
"name": "Product 1094", | |
"price": 285.45, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 1094." | |
}, | |
{ | |
"id": 1095, | |
"name": "Product 1095", | |
"price": 40.95, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1095." | |
}, | |
{ | |
"id": 1096, | |
"name": "Product 1096", | |
"price": 999.55, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 1096." | |
}, | |
{ | |
"id": 1097, | |
"name": "Product 1097", | |
"price": 50.17, | |
"quantity": 75, | |
"category": "Electronics", | |
"description": "This is product 1097." | |
}, | |
{ | |
"id": 1098, | |
"name": "Product 1098", | |
"price": 543.59, | |
"quantity": 49, | |
"category": "Home & Kitchen", | |
"description": "This is product 1098." | |
}, | |
{ | |
"id": 1099, | |
"name": "Product 1099", | |
"price": 115.91, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1099." | |
}, | |
{ | |
"id": 1100, | |
"name": "Product 1100", | |
"price": 657.16, | |
"quantity": 57, | |
"category": "Clothing", | |
"description": "This is product 1100." | |
}, | |
{ | |
"id": 1101, | |
"name": "Product 1101", | |
"price": 176.86, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 1101." | |
}, | |
{ | |
"id": 1102, | |
"name": "Product 1102", | |
"price": 956.6, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 1102." | |
}, | |
{ | |
"id": 1103, | |
"name": "Product 1103", | |
"price": 40.45, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 1103." | |
}, | |
{ | |
"id": 1104, | |
"name": "Product 1104", | |
"price": 228.38, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 1104." | |
}, | |
{ | |
"id": 1105, | |
"name": "Product 1105", | |
"price": 127.53, | |
"quantity": 59, | |
"category": "Home & Kitchen", | |
"description": "This is product 1105." | |
}, | |
{ | |
"id": 1106, | |
"name": "Product 1106", | |
"price": 985.09, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 1106." | |
}, | |
{ | |
"id": 1107, | |
"name": "Product 1107", | |
"price": 71.44, | |
"quantity": 93, | |
"category": "Clothing", | |
"description": "This is product 1107." | |
}, | |
{ | |
"id": 1108, | |
"name": "Product 1108", | |
"price": 5.42, | |
"quantity": 31, | |
"category": "Clothing", | |
"description": "This is product 1108." | |
}, | |
{ | |
"id": 1109, | |
"name": "Product 1109", | |
"price": 898.28, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 1109." | |
}, | |
{ | |
"id": 1110, | |
"name": "Product 1110", | |
"price": 317.04, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1110." | |
}, | |
{ | |
"id": 1111, | |
"name": "Product 1111", | |
"price": 145.44, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1111." | |
}, | |
{ | |
"id": 1112, | |
"name": "Product 1112", | |
"price": 242.69, | |
"quantity": 99, | |
"category": "Books", | |
"description": "This is product 1112." | |
}, | |
{ | |
"id": 1113, | |
"name": "Product 1113", | |
"price": 345.43, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1113." | |
}, | |
{ | |
"id": 1114, | |
"name": "Product 1114", | |
"price": 99.8, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 1114." | |
}, | |
{ | |
"id": 1115, | |
"name": "Product 1115", | |
"price": 184.98, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 1115." | |
}, | |
{ | |
"id": 1116, | |
"name": "Product 1116", | |
"price": 404.24, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 1116." | |
}, | |
{ | |
"id": 1117, | |
"name": "Product 1117", | |
"price": 452.67, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 1117." | |
}, | |
{ | |
"id": 1118, | |
"name": "Product 1118", | |
"price": 779.66, | |
"quantity": 5, | |
"category": "Books", | |
"description": "This is product 1118." | |
}, | |
{ | |
"id": 1119, | |
"name": "Product 1119", | |
"price": 893.61, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 1119." | |
}, | |
{ | |
"id": 1120, | |
"name": "Product 1120", | |
"price": 202.46, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 1120." | |
}, | |
{ | |
"id": 1121, | |
"name": "Product 1121", | |
"price": 607.47, | |
"quantity": 94, | |
"category": "Home & Kitchen", | |
"description": "This is product 1121." | |
}, | |
{ | |
"id": 1122, | |
"name": "Product 1122", | |
"price": 361.31, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 1122." | |
}, | |
{ | |
"id": 1123, | |
"name": "Product 1123", | |
"price": 340.17, | |
"quantity": 3, | |
"category": "Books", | |
"description": "This is product 1123." | |
}, | |
{ | |
"id": 1124, | |
"name": "Product 1124", | |
"price": 331.13, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 1124." | |
}, | |
{ | |
"id": 1125, | |
"name": "Product 1125", | |
"price": 73.87, | |
"quantity": 34, | |
"category": "Home & Kitchen", | |
"description": "This is product 1125." | |
}, | |
{ | |
"id": 1126, | |
"name": "Product 1126", | |
"price": 54.65, | |
"quantity": 3, | |
"category": "Clothing", | |
"description": "This is product 1126." | |
}, | |
{ | |
"id": 1127, | |
"name": "Product 1127", | |
"price": 907.43, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 1127." | |
}, | |
{ | |
"id": 1128, | |
"name": "Product 1128", | |
"price": 19.22, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 1128." | |
}, | |
{ | |
"id": 1129, | |
"name": "Product 1129", | |
"price": 166.85, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 1129." | |
}, | |
{ | |
"id": 1130, | |
"name": "Product 1130", | |
"price": 500.55, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 1130." | |
}, | |
{ | |
"id": 1131, | |
"name": "Product 1131", | |
"price": 323.67, | |
"quantity": 21, | |
"category": "Clothing", | |
"description": "This is product 1131." | |
}, | |
{ | |
"id": 1132, | |
"name": "Product 1132", | |
"price": 159.17, | |
"quantity": 13, | |
"category": "Clothing", | |
"description": "This is product 1132." | |
}, | |
{ | |
"id": 1133, | |
"name": "Product 1133", | |
"price": 567.94, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 1133." | |
}, | |
{ | |
"id": 1134, | |
"name": "Product 1134", | |
"price": 388.48, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 1134." | |
}, | |
{ | |
"id": 1135, | |
"name": "Product 1135", | |
"price": 435.99, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 1135." | |
}, | |
{ | |
"id": 1136, | |
"name": "Product 1136", | |
"price": 591.13, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 1136." | |
}, | |
{ | |
"id": 1137, | |
"name": "Product 1137", | |
"price": 627.49, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1137." | |
}, | |
{ | |
"id": 1138, | |
"name": "Product 1138", | |
"price": 161.59, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 1138." | |
}, | |
{ | |
"id": 1139, | |
"name": "Product 1139", | |
"price": 579.88, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 1139." | |
}, | |
{ | |
"id": 1140, | |
"name": "Product 1140", | |
"price": 494.7, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 1140." | |
}, | |
{ | |
"id": 1141, | |
"name": "Product 1141", | |
"price": 917.44, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 1141." | |
}, | |
{ | |
"id": 1142, | |
"name": "Product 1142", | |
"price": 166, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 1142." | |
}, | |
{ | |
"id": 1143, | |
"name": "Product 1143", | |
"price": 335.81, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 1143." | |
}, | |
{ | |
"id": 1144, | |
"name": "Product 1144", | |
"price": 934.45, | |
"quantity": 11, | |
"category": "Electronics", | |
"description": "This is product 1144." | |
}, | |
{ | |
"id": 1145, | |
"name": "Product 1145", | |
"price": 495.53, | |
"quantity": 70, | |
"category": "Books", | |
"description": "This is product 1145." | |
}, | |
{ | |
"id": 1146, | |
"name": "Product 1146", | |
"price": 416.15, | |
"quantity": 53, | |
"category": "Home & Kitchen", | |
"description": "This is product 1146." | |
}, | |
{ | |
"id": 1147, | |
"name": "Product 1147", | |
"price": 173.03, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 1147." | |
}, | |
{ | |
"id": 1148, | |
"name": "Product 1148", | |
"price": 909.86, | |
"quantity": 15, | |
"category": "Books", | |
"description": "This is product 1148." | |
}, | |
{ | |
"id": 1149, | |
"name": "Product 1149", | |
"price": 594.73, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 1149." | |
}, | |
{ | |
"id": 1150, | |
"name": "Product 1150", | |
"price": 571.56, | |
"quantity": 57, | |
"category": "Electronics", | |
"description": "This is product 1150." | |
}, | |
{ | |
"id": 1151, | |
"name": "Product 1151", | |
"price": 415.58, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 1151." | |
}, | |
{ | |
"id": 1152, | |
"name": "Product 1152", | |
"price": 799.36, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 1152." | |
}, | |
{ | |
"id": 1153, | |
"name": "Product 1153", | |
"price": 754.41, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1153." | |
}, | |
{ | |
"id": 1154, | |
"name": "Product 1154", | |
"price": 461.62, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1154." | |
}, | |
{ | |
"id": 1155, | |
"name": "Product 1155", | |
"price": 559.49, | |
"quantity": 30, | |
"category": "Electronics", | |
"description": "This is product 1155." | |
}, | |
{ | |
"id": 1156, | |
"name": "Product 1156", | |
"price": 4.9, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 1156." | |
}, | |
{ | |
"id": 1157, | |
"name": "Product 1157", | |
"price": 712.76, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 1157." | |
}, | |
{ | |
"id": 1158, | |
"name": "Product 1158", | |
"price": 491.12, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 1158." | |
}, | |
{ | |
"id": 1159, | |
"name": "Product 1159", | |
"price": 899.13, | |
"quantity": 77, | |
"category": "Clothing", | |
"description": "This is product 1159." | |
}, | |
{ | |
"id": 1160, | |
"name": "Product 1160", | |
"price": 705.04, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 1160." | |
}, | |
{ | |
"id": 1161, | |
"name": "Product 1161", | |
"price": 482.13, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 1161." | |
}, | |
{ | |
"id": 1162, | |
"name": "Product 1162", | |
"price": 466.5, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 1162." | |
}, | |
{ | |
"id": 1163, | |
"name": "Product 1163", | |
"price": 673.14, | |
"quantity": 49, | |
"category": "Clothing", | |
"description": "This is product 1163." | |
}, | |
{ | |
"id": 1164, | |
"name": "Product 1164", | |
"price": 163.24, | |
"quantity": 8, | |
"category": "Home & Kitchen", | |
"description": "This is product 1164." | |
}, | |
{ | |
"id": 1165, | |
"name": "Product 1165", | |
"price": 63.41, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 1165." | |
}, | |
{ | |
"id": 1166, | |
"name": "Product 1166", | |
"price": 931.83, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1166." | |
}, | |
{ | |
"id": 1167, | |
"name": "Product 1167", | |
"price": 294.67, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 1167." | |
}, | |
{ | |
"id": 1168, | |
"name": "Product 1168", | |
"price": 273.67, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 1168." | |
}, | |
{ | |
"id": 1169, | |
"name": "Product 1169", | |
"price": 335.87, | |
"quantity": 61, | |
"category": "Home & Kitchen", | |
"description": "This is product 1169." | |
}, | |
{ | |
"id": 1170, | |
"name": "Product 1170", | |
"price": 963.95, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 1170." | |
}, | |
{ | |
"id": 1171, | |
"name": "Product 1171", | |
"price": 875.14, | |
"quantity": 25, | |
"category": "Clothing", | |
"description": "This is product 1171." | |
}, | |
{ | |
"id": 1172, | |
"name": "Product 1172", | |
"price": 844.07, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 1172." | |
}, | |
{ | |
"id": 1173, | |
"name": "Product 1173", | |
"price": 62.54, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 1173." | |
}, | |
{ | |
"id": 1174, | |
"name": "Product 1174", | |
"price": 786.29, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 1174." | |
}, | |
{ | |
"id": 1175, | |
"name": "Product 1175", | |
"price": 706.59, | |
"quantity": 34, | |
"category": "Home & Kitchen", | |
"description": "This is product 1175." | |
}, | |
{ | |
"id": 1176, | |
"name": "Product 1176", | |
"price": 214.95, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 1176." | |
}, | |
{ | |
"id": 1177, | |
"name": "Product 1177", | |
"price": 119.27, | |
"quantity": 96, | |
"category": "Electronics", | |
"description": "This is product 1177." | |
}, | |
{ | |
"id": 1178, | |
"name": "Product 1178", | |
"price": 422.08, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 1178." | |
}, | |
{ | |
"id": 1179, | |
"name": "Product 1179", | |
"price": 978.94, | |
"quantity": 22, | |
"category": "Clothing", | |
"description": "This is product 1179." | |
}, | |
{ | |
"id": 1180, | |
"name": "Product 1180", | |
"price": 36.76, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 1180." | |
}, | |
{ | |
"id": 1181, | |
"name": "Product 1181", | |
"price": 234.65, | |
"quantity": 81, | |
"category": "Books", | |
"description": "This is product 1181." | |
}, | |
{ | |
"id": 1182, | |
"name": "Product 1182", | |
"price": 356.73, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1182." | |
}, | |
{ | |
"id": 1183, | |
"name": "Product 1183", | |
"price": 962.15, | |
"quantity": 8, | |
"category": "Clothing", | |
"description": "This is product 1183." | |
}, | |
{ | |
"id": 1184, | |
"name": "Product 1184", | |
"price": 356.81, | |
"quantity": 90, | |
"category": "Clothing", | |
"description": "This is product 1184." | |
}, | |
{ | |
"id": 1185, | |
"name": "Product 1185", | |
"price": 695.91, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 1185." | |
}, | |
{ | |
"id": 1186, | |
"name": "Product 1186", | |
"price": 576.86, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 1186." | |
}, | |
{ | |
"id": 1187, | |
"name": "Product 1187", | |
"price": 850.35, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1187." | |
}, | |
{ | |
"id": 1188, | |
"name": "Product 1188", | |
"price": 950.94, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 1188." | |
}, | |
{ | |
"id": 1189, | |
"name": "Product 1189", | |
"price": 315.3, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1189." | |
}, | |
{ | |
"id": 1190, | |
"name": "Product 1190", | |
"price": 666.51, | |
"quantity": 89, | |
"category": "Clothing", | |
"description": "This is product 1190." | |
}, | |
{ | |
"id": 1191, | |
"name": "Product 1191", | |
"price": 645.35, | |
"quantity": 44, | |
"category": "Books", | |
"description": "This is product 1191." | |
}, | |
{ | |
"id": 1192, | |
"name": "Product 1192", | |
"price": 49.31, | |
"quantity": 9, | |
"category": "Clothing", | |
"description": "This is product 1192." | |
}, | |
{ | |
"id": 1193, | |
"name": "Product 1193", | |
"price": 577.95, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 1193." | |
}, | |
{ | |
"id": 1194, | |
"name": "Product 1194", | |
"price": 589, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1194." | |
}, | |
{ | |
"id": 1195, | |
"name": "Product 1195", | |
"price": 217.56, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1195." | |
}, | |
{ | |
"id": 1196, | |
"name": "Product 1196", | |
"price": 394.37, | |
"quantity": 75, | |
"category": "Clothing", | |
"description": "This is product 1196." | |
}, | |
{ | |
"id": 1197, | |
"name": "Product 1197", | |
"price": 922.96, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 1197." | |
}, | |
{ | |
"id": 1198, | |
"name": "Product 1198", | |
"price": 248.02, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 1198." | |
}, | |
{ | |
"id": 1199, | |
"name": "Product 1199", | |
"price": 383.12, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 1199." | |
}, | |
{ | |
"id": 1200, | |
"name": "Product 1200", | |
"price": 790.45, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 1200." | |
}, | |
{ | |
"id": 1201, | |
"name": "Product 1201", | |
"price": 178.16, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 1201." | |
}, | |
{ | |
"id": 1202, | |
"name": "Product 1202", | |
"price": 423.45, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 1202." | |
}, | |
{ | |
"id": 1203, | |
"name": "Product 1203", | |
"price": 208.14, | |
"quantity": 80, | |
"category": "Home & Kitchen", | |
"description": "This is product 1203." | |
}, | |
{ | |
"id": 1204, | |
"name": "Product 1204", | |
"price": 159.67, | |
"quantity": 45, | |
"category": "Clothing", | |
"description": "This is product 1204." | |
}, | |
{ | |
"id": 1205, | |
"name": "Product 1205", | |
"price": 338.84, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 1205." | |
}, | |
{ | |
"id": 1206, | |
"name": "Product 1206", | |
"price": 595.79, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 1206." | |
}, | |
{ | |
"id": 1207, | |
"name": "Product 1207", | |
"price": 985.55, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 1207." | |
}, | |
{ | |
"id": 1208, | |
"name": "Product 1208", | |
"price": 254.15, | |
"quantity": 26, | |
"category": "Home & Kitchen", | |
"description": "This is product 1208." | |
}, | |
{ | |
"id": 1209, | |
"name": "Product 1209", | |
"price": 616.85, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 1209." | |
}, | |
{ | |
"id": 1210, | |
"name": "Product 1210", | |
"price": 977.06, | |
"quantity": 44, | |
"category": "Books", | |
"description": "This is product 1210." | |
}, | |
{ | |
"id": 1211, | |
"name": "Product 1211", | |
"price": 375.37, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 1211." | |
}, | |
{ | |
"id": 1212, | |
"name": "Product 1212", | |
"price": 310.56, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 1212." | |
}, | |
{ | |
"id": 1213, | |
"name": "Product 1213", | |
"price": 490.01, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1213." | |
}, | |
{ | |
"id": 1214, | |
"name": "Product 1214", | |
"price": 500.57, | |
"quantity": 73, | |
"category": "Clothing", | |
"description": "This is product 1214." | |
}, | |
{ | |
"id": 1215, | |
"name": "Product 1215", | |
"price": 969.17, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 1215." | |
}, | |
{ | |
"id": 1216, | |
"name": "Product 1216", | |
"price": 728.6, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1216." | |
}, | |
{ | |
"id": 1217, | |
"name": "Product 1217", | |
"price": 854.47, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1217." | |
}, | |
{ | |
"id": 1218, | |
"name": "Product 1218", | |
"price": 339.74, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 1218." | |
}, | |
{ | |
"id": 1219, | |
"name": "Product 1219", | |
"price": 942.46, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1219." | |
}, | |
{ | |
"id": 1220, | |
"name": "Product 1220", | |
"price": 66.42, | |
"quantity": 69, | |
"category": "Clothing", | |
"description": "This is product 1220." | |
}, | |
{ | |
"id": 1221, | |
"name": "Product 1221", | |
"price": 723.72, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 1221." | |
}, | |
{ | |
"id": 1222, | |
"name": "Product 1222", | |
"price": 953.79, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 1222." | |
}, | |
{ | |
"id": 1223, | |
"name": "Product 1223", | |
"price": 639.94, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 1223." | |
}, | |
{ | |
"id": 1224, | |
"name": "Product 1224", | |
"price": 889.15, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1224." | |
}, | |
{ | |
"id": 1225, | |
"name": "Product 1225", | |
"price": 456.88, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 1225." | |
}, | |
{ | |
"id": 1226, | |
"name": "Product 1226", | |
"price": 614.02, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1226." | |
}, | |
{ | |
"id": 1227, | |
"name": "Product 1227", | |
"price": 712.69, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 1227." | |
}, | |
{ | |
"id": 1228, | |
"name": "Product 1228", | |
"price": 327.82, | |
"quantity": 44, | |
"category": "Home & Kitchen", | |
"description": "This is product 1228." | |
}, | |
{ | |
"id": 1229, | |
"name": "Product 1229", | |
"price": 966.08, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1229." | |
}, | |
{ | |
"id": 1230, | |
"name": "Product 1230", | |
"price": 570.61, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 1230." | |
}, | |
{ | |
"id": 1231, | |
"name": "Product 1231", | |
"price": 556.03, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1231." | |
}, | |
{ | |
"id": 1232, | |
"name": "Product 1232", | |
"price": 185.64, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1232." | |
}, | |
{ | |
"id": 1233, | |
"name": "Product 1233", | |
"price": 818.64, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 1233." | |
}, | |
{ | |
"id": 1234, | |
"name": "Product 1234", | |
"price": 557.71, | |
"quantity": 65, | |
"category": "Books", | |
"description": "This is product 1234." | |
}, | |
{ | |
"id": 1235, | |
"name": "Product 1235", | |
"price": 727.77, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 1235." | |
}, | |
{ | |
"id": 1236, | |
"name": "Product 1236", | |
"price": 640.08, | |
"quantity": 85, | |
"category": "Electronics", | |
"description": "This is product 1236." | |
}, | |
{ | |
"id": 1237, | |
"name": "Product 1237", | |
"price": 340.41, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 1237." | |
}, | |
{ | |
"id": 1238, | |
"name": "Product 1238", | |
"price": 461.14, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 1238." | |
}, | |
{ | |
"id": 1239, | |
"name": "Product 1239", | |
"price": 43.75, | |
"quantity": 27, | |
"category": "Books", | |
"description": "This is product 1239." | |
}, | |
{ | |
"id": 1240, | |
"name": "Product 1240", | |
"price": 297.74, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 1240." | |
}, | |
{ | |
"id": 1241, | |
"name": "Product 1241", | |
"price": 820.12, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1241." | |
}, | |
{ | |
"id": 1242, | |
"name": "Product 1242", | |
"price": 605.82, | |
"quantity": 67, | |
"category": "Electronics", | |
"description": "This is product 1242." | |
}, | |
{ | |
"id": 1243, | |
"name": "Product 1243", | |
"price": 110.11, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 1243." | |
}, | |
{ | |
"id": 1244, | |
"name": "Product 1244", | |
"price": 416.36, | |
"quantity": 10, | |
"category": "Books", | |
"description": "This is product 1244." | |
}, | |
{ | |
"id": 1245, | |
"name": "Product 1245", | |
"price": 423.64, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 1245." | |
}, | |
{ | |
"id": 1246, | |
"name": "Product 1246", | |
"price": 986.47, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 1246." | |
}, | |
{ | |
"id": 1247, | |
"name": "Product 1247", | |
"price": 278.66, | |
"quantity": 81, | |
"category": "Clothing", | |
"description": "This is product 1247." | |
}, | |
{ | |
"id": 1248, | |
"name": "Product 1248", | |
"price": 770.31, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 1248." | |
}, | |
{ | |
"id": 1249, | |
"name": "Product 1249", | |
"price": 86.68, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 1249." | |
}, | |
{ | |
"id": 1250, | |
"name": "Product 1250", | |
"price": 13.12, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1250." | |
}, | |
{ | |
"id": 1251, | |
"name": "Product 1251", | |
"price": 662.99, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 1251." | |
}, | |
{ | |
"id": 1252, | |
"name": "Product 1252", | |
"price": 928.96, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1252." | |
}, | |
{ | |
"id": 1253, | |
"name": "Product 1253", | |
"price": 359.54, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1253." | |
}, | |
{ | |
"id": 1254, | |
"name": "Product 1254", | |
"price": 195.24, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 1254." | |
}, | |
{ | |
"id": 1255, | |
"name": "Product 1255", | |
"price": 794.05, | |
"quantity": 88, | |
"category": "Clothing", | |
"description": "This is product 1255." | |
}, | |
{ | |
"id": 1256, | |
"name": "Product 1256", | |
"price": 357.21, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 1256." | |
}, | |
{ | |
"id": 1257, | |
"name": "Product 1257", | |
"price": 546.79, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 1257." | |
}, | |
{ | |
"id": 1258, | |
"name": "Product 1258", | |
"price": 757.28, | |
"quantity": 23, | |
"category": "Books", | |
"description": "This is product 1258." | |
}, | |
{ | |
"id": 1259, | |
"name": "Product 1259", | |
"price": 552.47, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 1259." | |
}, | |
{ | |
"id": 1260, | |
"name": "Product 1260", | |
"price": 166.11, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 1260." | |
}, | |
{ | |
"id": 1261, | |
"name": "Product 1261", | |
"price": 879.03, | |
"quantity": 57, | |
"category": "Clothing", | |
"description": "This is product 1261." | |
}, | |
{ | |
"id": 1262, | |
"name": "Product 1262", | |
"price": 413.95, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1262." | |
}, | |
{ | |
"id": 1263, | |
"name": "Product 1263", | |
"price": 522.4, | |
"quantity": 84, | |
"category": "Clothing", | |
"description": "This is product 1263." | |
}, | |
{ | |
"id": 1264, | |
"name": "Product 1264", | |
"price": 595.54, | |
"quantity": 56, | |
"category": "Clothing", | |
"description": "This is product 1264." | |
}, | |
{ | |
"id": 1265, | |
"name": "Product 1265", | |
"price": 617.57, | |
"quantity": 89, | |
"category": "Home & Kitchen", | |
"description": "This is product 1265." | |
}, | |
{ | |
"id": 1266, | |
"name": "Product 1266", | |
"price": 406.17, | |
"quantity": 14, | |
"category": "Clothing", | |
"description": "This is product 1266." | |
}, | |
{ | |
"id": 1267, | |
"name": "Product 1267", | |
"price": 779.58, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 1267." | |
}, | |
{ | |
"id": 1268, | |
"name": "Product 1268", | |
"price": 100.16, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 1268." | |
}, | |
{ | |
"id": 1269, | |
"name": "Product 1269", | |
"price": 178.53, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 1269." | |
}, | |
{ | |
"id": 1270, | |
"name": "Product 1270", | |
"price": 161.42, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 1270." | |
}, | |
{ | |
"id": 1271, | |
"name": "Product 1271", | |
"price": 592.64, | |
"quantity": 53, | |
"category": "Clothing", | |
"description": "This is product 1271." | |
}, | |
{ | |
"id": 1272, | |
"name": "Product 1272", | |
"price": 57.92, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 1272." | |
}, | |
{ | |
"id": 1273, | |
"name": "Product 1273", | |
"price": 584.19, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 1273." | |
}, | |
{ | |
"id": 1274, | |
"name": "Product 1274", | |
"price": 191.64, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1274." | |
}, | |
{ | |
"id": 1275, | |
"name": "Product 1275", | |
"price": 852.6, | |
"quantity": 58, | |
"category": "Books", | |
"description": "This is product 1275." | |
}, | |
{ | |
"id": 1276, | |
"name": "Product 1276", | |
"price": 593.12, | |
"quantity": 5, | |
"category": "Electronics", | |
"description": "This is product 1276." | |
}, | |
{ | |
"id": 1277, | |
"name": "Product 1277", | |
"price": 262.97, | |
"quantity": 18, | |
"category": "Books", | |
"description": "This is product 1277." | |
}, | |
{ | |
"id": 1278, | |
"name": "Product 1278", | |
"price": 756.17, | |
"quantity": 5, | |
"category": "Electronics", | |
"description": "This is product 1278." | |
}, | |
{ | |
"id": 1279, | |
"name": "Product 1279", | |
"price": 608.19, | |
"quantity": 81, | |
"category": "Books", | |
"description": "This is product 1279." | |
}, | |
{ | |
"id": 1280, | |
"name": "Product 1280", | |
"price": 578.49, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 1280." | |
}, | |
{ | |
"id": 1281, | |
"name": "Product 1281", | |
"price": 397.6, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 1281." | |
}, | |
{ | |
"id": 1282, | |
"name": "Product 1282", | |
"price": 664.78, | |
"quantity": 14, | |
"category": "Home & Kitchen", | |
"description": "This is product 1282." | |
}, | |
{ | |
"id": 1283, | |
"name": "Product 1283", | |
"price": 666.01, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 1283." | |
}, | |
{ | |
"id": 1284, | |
"name": "Product 1284", | |
"price": 473.83, | |
"quantity": 42, | |
"category": "Home & Kitchen", | |
"description": "This is product 1284." | |
}, | |
{ | |
"id": 1285, | |
"name": "Product 1285", | |
"price": 520.31, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 1285." | |
}, | |
{ | |
"id": 1286, | |
"name": "Product 1286", | |
"price": 720.49, | |
"quantity": 99, | |
"category": "Electronics", | |
"description": "This is product 1286." | |
}, | |
{ | |
"id": 1287, | |
"name": "Product 1287", | |
"price": 170.25, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 1287." | |
}, | |
{ | |
"id": 1288, | |
"name": "Product 1288", | |
"price": 897.52, | |
"quantity": 70, | |
"category": "Books", | |
"description": "This is product 1288." | |
}, | |
{ | |
"id": 1289, | |
"name": "Product 1289", | |
"price": 390.96, | |
"quantity": 98, | |
"category": "Books", | |
"description": "This is product 1289." | |
}, | |
{ | |
"id": 1290, | |
"name": "Product 1290", | |
"price": 91.33, | |
"quantity": 13, | |
"category": "Books", | |
"description": "This is product 1290." | |
}, | |
{ | |
"id": 1291, | |
"name": "Product 1291", | |
"price": 963.55, | |
"quantity": 0, | |
"category": "Books", | |
"description": "This is product 1291." | |
}, | |
{ | |
"id": 1292, | |
"name": "Product 1292", | |
"price": 715.23, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1292." | |
}, | |
{ | |
"id": 1293, | |
"name": "Product 1293", | |
"price": 496.72, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1293." | |
}, | |
{ | |
"id": 1294, | |
"name": "Product 1294", | |
"price": 468.55, | |
"quantity": 75, | |
"category": "Electronics", | |
"description": "This is product 1294." | |
}, | |
{ | |
"id": 1295, | |
"name": "Product 1295", | |
"price": 809.13, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 1295." | |
}, | |
{ | |
"id": 1296, | |
"name": "Product 1296", | |
"price": 112.13, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1296." | |
}, | |
{ | |
"id": 1297, | |
"name": "Product 1297", | |
"price": 985.56, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 1297." | |
}, | |
{ | |
"id": 1298, | |
"name": "Product 1298", | |
"price": 728.66, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 1298." | |
}, | |
{ | |
"id": 1299, | |
"name": "Product 1299", | |
"price": 569.89, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1299." | |
}, | |
{ | |
"id": 1300, | |
"name": "Product 1300", | |
"price": 143.02, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 1300." | |
}, | |
{ | |
"id": 1301, | |
"name": "Product 1301", | |
"price": 445.58, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 1301." | |
}, | |
{ | |
"id": 1302, | |
"name": "Product 1302", | |
"price": 848.21, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 1302." | |
}, | |
{ | |
"id": 1303, | |
"name": "Product 1303", | |
"price": 375.24, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 1303." | |
}, | |
{ | |
"id": 1304, | |
"name": "Product 1304", | |
"price": 443.85, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 1304." | |
}, | |
{ | |
"id": 1305, | |
"name": "Product 1305", | |
"price": 241.85, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1305." | |
}, | |
{ | |
"id": 1306, | |
"name": "Product 1306", | |
"price": 949.92, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 1306." | |
}, | |
{ | |
"id": 1307, | |
"name": "Product 1307", | |
"price": 934.44, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 1307." | |
}, | |
{ | |
"id": 1308, | |
"name": "Product 1308", | |
"price": 411.71, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 1308." | |
}, | |
{ | |
"id": 1309, | |
"name": "Product 1309", | |
"price": 569.09, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 1309." | |
}, | |
{ | |
"id": 1310, | |
"name": "Product 1310", | |
"price": 730.45, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 1310." | |
}, | |
{ | |
"id": 1311, | |
"name": "Product 1311", | |
"price": 656.21, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 1311." | |
}, | |
{ | |
"id": 1312, | |
"name": "Product 1312", | |
"price": 790.33, | |
"quantity": 53, | |
"category": "Electronics", | |
"description": "This is product 1312." | |
}, | |
{ | |
"id": 1313, | |
"name": "Product 1313", | |
"price": 972.42, | |
"quantity": 20, | |
"category": "Home & Kitchen", | |
"description": "This is product 1313." | |
}, | |
{ | |
"id": 1314, | |
"name": "Product 1314", | |
"price": 832, | |
"quantity": 29, | |
"category": "Electronics", | |
"description": "This is product 1314." | |
}, | |
{ | |
"id": 1315, | |
"name": "Product 1315", | |
"price": 576.33, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 1315." | |
}, | |
{ | |
"id": 1316, | |
"name": "Product 1316", | |
"price": 613.75, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 1316." | |
}, | |
{ | |
"id": 1317, | |
"name": "Product 1317", | |
"price": 786.29, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 1317." | |
}, | |
{ | |
"id": 1318, | |
"name": "Product 1318", | |
"price": 724.04, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 1318." | |
}, | |
{ | |
"id": 1319, | |
"name": "Product 1319", | |
"price": 422.32, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 1319." | |
}, | |
{ | |
"id": 1320, | |
"name": "Product 1320", | |
"price": 362.38, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 1320." | |
}, | |
{ | |
"id": 1321, | |
"name": "Product 1321", | |
"price": 850.31, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 1321." | |
}, | |
{ | |
"id": 1322, | |
"name": "Product 1322", | |
"price": 666.04, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 1322." | |
}, | |
{ | |
"id": 1323, | |
"name": "Product 1323", | |
"price": 729.1, | |
"quantity": 28, | |
"category": "Electronics", | |
"description": "This is product 1323." | |
}, | |
{ | |
"id": 1324, | |
"name": "Product 1324", | |
"price": 254.41, | |
"quantity": 92, | |
"category": "Electronics", | |
"description": "This is product 1324." | |
}, | |
{ | |
"id": 1325, | |
"name": "Product 1325", | |
"price": 312.2, | |
"quantity": 73, | |
"category": "Clothing", | |
"description": "This is product 1325." | |
}, | |
{ | |
"id": 1326, | |
"name": "Product 1326", | |
"price": 637.47, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 1326." | |
}, | |
{ | |
"id": 1327, | |
"name": "Product 1327", | |
"price": 380.29, | |
"quantity": 10, | |
"category": "Electronics", | |
"description": "This is product 1327." | |
}, | |
{ | |
"id": 1328, | |
"name": "Product 1328", | |
"price": 414.22, | |
"quantity": 79, | |
"category": "Electronics", | |
"description": "This is product 1328." | |
}, | |
{ | |
"id": 1329, | |
"name": "Product 1329", | |
"price": 996.21, | |
"quantity": 96, | |
"category": "Books", | |
"description": "This is product 1329." | |
}, | |
{ | |
"id": 1330, | |
"name": "Product 1330", | |
"price": 388, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 1330." | |
}, | |
{ | |
"id": 1331, | |
"name": "Product 1331", | |
"price": 723.03, | |
"quantity": 45, | |
"category": "Electronics", | |
"description": "This is product 1331." | |
}, | |
{ | |
"id": 1332, | |
"name": "Product 1332", | |
"price": 355.78, | |
"quantity": 92, | |
"category": "Clothing", | |
"description": "This is product 1332." | |
}, | |
{ | |
"id": 1333, | |
"name": "Product 1333", | |
"price": 654.29, | |
"quantity": 10, | |
"category": "Electronics", | |
"description": "This is product 1333." | |
}, | |
{ | |
"id": 1334, | |
"name": "Product 1334", | |
"price": 18.58, | |
"quantity": 87, | |
"category": "Books", | |
"description": "This is product 1334." | |
}, | |
{ | |
"id": 1335, | |
"name": "Product 1335", | |
"price": 521.39, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1335." | |
}, | |
{ | |
"id": 1336, | |
"name": "Product 1336", | |
"price": 830.93, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 1336." | |
}, | |
{ | |
"id": 1337, | |
"name": "Product 1337", | |
"price": 57.17, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1337." | |
}, | |
{ | |
"id": 1338, | |
"name": "Product 1338", | |
"price": 153.09, | |
"quantity": 26, | |
"category": "Electronics", | |
"description": "This is product 1338." | |
}, | |
{ | |
"id": 1339, | |
"name": "Product 1339", | |
"price": 678.51, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 1339." | |
}, | |
{ | |
"id": 1340, | |
"name": "Product 1340", | |
"price": 819.31, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1340." | |
}, | |
{ | |
"id": 1341, | |
"name": "Product 1341", | |
"price": 963.84, | |
"quantity": 0, | |
"category": "Books", | |
"description": "This is product 1341." | |
}, | |
{ | |
"id": 1342, | |
"name": "Product 1342", | |
"price": 583.21, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 1342." | |
}, | |
{ | |
"id": 1343, | |
"name": "Product 1343", | |
"price": 825.35, | |
"quantity": 81, | |
"category": "Electronics", | |
"description": "This is product 1343." | |
}, | |
{ | |
"id": 1344, | |
"name": "Product 1344", | |
"price": 391.95, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 1344." | |
}, | |
{ | |
"id": 1345, | |
"name": "Product 1345", | |
"price": 135.93, | |
"quantity": 40, | |
"category": "Home & Kitchen", | |
"description": "This is product 1345." | |
}, | |
{ | |
"id": 1346, | |
"name": "Product 1346", | |
"price": 296.38, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 1346." | |
}, | |
{ | |
"id": 1347, | |
"name": "Product 1347", | |
"price": 653.93, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1347." | |
}, | |
{ | |
"id": 1348, | |
"name": "Product 1348", | |
"price": 352.21, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 1348." | |
}, | |
{ | |
"id": 1349, | |
"name": "Product 1349", | |
"price": 704.77, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 1349." | |
}, | |
{ | |
"id": 1350, | |
"name": "Product 1350", | |
"price": 369.19, | |
"quantity": 14, | |
"category": "Books", | |
"description": "This is product 1350." | |
}, | |
{ | |
"id": 1351, | |
"name": "Product 1351", | |
"price": 797.32, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 1351." | |
}, | |
{ | |
"id": 1352, | |
"name": "Product 1352", | |
"price": 393.35, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1352." | |
}, | |
{ | |
"id": 1353, | |
"name": "Product 1353", | |
"price": 871.27, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 1353." | |
}, | |
{ | |
"id": 1354, | |
"name": "Product 1354", | |
"price": 954.41, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 1354." | |
}, | |
{ | |
"id": 1355, | |
"name": "Product 1355", | |
"price": 98.18, | |
"quantity": 42, | |
"category": "Electronics", | |
"description": "This is product 1355." | |
}, | |
{ | |
"id": 1356, | |
"name": "Product 1356", | |
"price": 559.4, | |
"quantity": 14, | |
"category": "Home & Kitchen", | |
"description": "This is product 1356." | |
}, | |
{ | |
"id": 1357, | |
"name": "Product 1357", | |
"price": 791.2, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 1357." | |
}, | |
{ | |
"id": 1358, | |
"name": "Product 1358", | |
"price": 703.17, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 1358." | |
}, | |
{ | |
"id": 1359, | |
"name": "Product 1359", | |
"price": 763.82, | |
"quantity": 73, | |
"category": "Electronics", | |
"description": "This is product 1359." | |
}, | |
{ | |
"id": 1360, | |
"name": "Product 1360", | |
"price": 759.1, | |
"quantity": 70, | |
"category": "Clothing", | |
"description": "This is product 1360." | |
}, | |
{ | |
"id": 1361, | |
"name": "Product 1361", | |
"price": 96.52, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 1361." | |
}, | |
{ | |
"id": 1362, | |
"name": "Product 1362", | |
"price": 434.37, | |
"quantity": 4, | |
"category": "Books", | |
"description": "This is product 1362." | |
}, | |
{ | |
"id": 1363, | |
"name": "Product 1363", | |
"price": 492.27, | |
"quantity": 39, | |
"category": "Books", | |
"description": "This is product 1363." | |
}, | |
{ | |
"id": 1364, | |
"name": "Product 1364", | |
"price": 880.43, | |
"quantity": 30, | |
"category": "Books", | |
"description": "This is product 1364." | |
}, | |
{ | |
"id": 1365, | |
"name": "Product 1365", | |
"price": 686.78, | |
"quantity": 56, | |
"category": "Clothing", | |
"description": "This is product 1365." | |
}, | |
{ | |
"id": 1366, | |
"name": "Product 1366", | |
"price": 621.31, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 1366." | |
}, | |
{ | |
"id": 1367, | |
"name": "Product 1367", | |
"price": 278.07, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 1367." | |
}, | |
{ | |
"id": 1368, | |
"name": "Product 1368", | |
"price": 242.28, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 1368." | |
}, | |
{ | |
"id": 1369, | |
"name": "Product 1369", | |
"price": 337.56, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 1369." | |
}, | |
{ | |
"id": 1370, | |
"name": "Product 1370", | |
"price": 687.62, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 1370." | |
}, | |
{ | |
"id": 1371, | |
"name": "Product 1371", | |
"price": 377.69, | |
"quantity": 89, | |
"category": "Books", | |
"description": "This is product 1371." | |
}, | |
{ | |
"id": 1372, | |
"name": "Product 1372", | |
"price": 965.91, | |
"quantity": 6, | |
"category": "Clothing", | |
"description": "This is product 1372." | |
}, | |
{ | |
"id": 1373, | |
"name": "Product 1373", | |
"price": 541.81, | |
"quantity": 99, | |
"category": "Books", | |
"description": "This is product 1373." | |
}, | |
{ | |
"id": 1374, | |
"name": "Product 1374", | |
"price": 838.73, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 1374." | |
}, | |
{ | |
"id": 1375, | |
"name": "Product 1375", | |
"price": 184.46, | |
"quantity": 56, | |
"category": "Clothing", | |
"description": "This is product 1375." | |
}, | |
{ | |
"id": 1376, | |
"name": "Product 1376", | |
"price": 69.23, | |
"quantity": 99, | |
"category": "Electronics", | |
"description": "This is product 1376." | |
}, | |
{ | |
"id": 1377, | |
"name": "Product 1377", | |
"price": 342.04, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 1377." | |
}, | |
{ | |
"id": 1378, | |
"name": "Product 1378", | |
"price": 338.16, | |
"quantity": 39, | |
"category": "Books", | |
"description": "This is product 1378." | |
}, | |
{ | |
"id": 1379, | |
"name": "Product 1379", | |
"price": 143.48, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 1379." | |
}, | |
{ | |
"id": 1380, | |
"name": "Product 1380", | |
"price": 309.77, | |
"quantity": 33, | |
"category": "Clothing", | |
"description": "This is product 1380." | |
}, | |
{ | |
"id": 1381, | |
"name": "Product 1381", | |
"price": 825.86, | |
"quantity": 7, | |
"category": "Home & Kitchen", | |
"description": "This is product 1381." | |
}, | |
{ | |
"id": 1382, | |
"name": "Product 1382", | |
"price": 728.65, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 1382." | |
}, | |
{ | |
"id": 1383, | |
"name": "Product 1383", | |
"price": 798.01, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 1383." | |
}, | |
{ | |
"id": 1384, | |
"name": "Product 1384", | |
"price": 470.25, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 1384." | |
}, | |
{ | |
"id": 1385, | |
"name": "Product 1385", | |
"price": 662.34, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 1385." | |
}, | |
{ | |
"id": 1386, | |
"name": "Product 1386", | |
"price": 347.35, | |
"quantity": 15, | |
"category": "Home & Kitchen", | |
"description": "This is product 1386." | |
}, | |
{ | |
"id": 1387, | |
"name": "Product 1387", | |
"price": 245.06, | |
"quantity": 49, | |
"category": "Clothing", | |
"description": "This is product 1387." | |
}, | |
{ | |
"id": 1388, | |
"name": "Product 1388", | |
"price": 16.42, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 1388." | |
}, | |
{ | |
"id": 1389, | |
"name": "Product 1389", | |
"price": 720.13, | |
"quantity": 19, | |
"category": "Home & Kitchen", | |
"description": "This is product 1389." | |
}, | |
{ | |
"id": 1390, | |
"name": "Product 1390", | |
"price": 441.98, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1390." | |
}, | |
{ | |
"id": 1391, | |
"name": "Product 1391", | |
"price": 850.5, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 1391." | |
}, | |
{ | |
"id": 1392, | |
"name": "Product 1392", | |
"price": 585.28, | |
"quantity": 94, | |
"category": "Books", | |
"description": "This is product 1392." | |
}, | |
{ | |
"id": 1393, | |
"name": "Product 1393", | |
"price": 388.73, | |
"quantity": 84, | |
"category": "Clothing", | |
"description": "This is product 1393." | |
}, | |
{ | |
"id": 1394, | |
"name": "Product 1394", | |
"price": 549.99, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 1394." | |
}, | |
{ | |
"id": 1395, | |
"name": "Product 1395", | |
"price": 807.48, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 1395." | |
}, | |
{ | |
"id": 1396, | |
"name": "Product 1396", | |
"price": 607.06, | |
"quantity": 96, | |
"category": "Electronics", | |
"description": "This is product 1396." | |
}, | |
{ | |
"id": 1397, | |
"name": "Product 1397", | |
"price": 666.12, | |
"quantity": 43, | |
"category": "Books", | |
"description": "This is product 1397." | |
}, | |
{ | |
"id": 1398, | |
"name": "Product 1398", | |
"price": 763.37, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1398." | |
}, | |
{ | |
"id": 1399, | |
"name": "Product 1399", | |
"price": 921.46, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1399." | |
}, | |
{ | |
"id": 1400, | |
"name": "Product 1400", | |
"price": 629.67, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 1400." | |
}, | |
{ | |
"id": 1401, | |
"name": "Product 1401", | |
"price": 546.19, | |
"quantity": 25, | |
"category": "Electronics", | |
"description": "This is product 1401." | |
}, | |
{ | |
"id": 1402, | |
"name": "Product 1402", | |
"price": 187.02, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 1402." | |
}, | |
{ | |
"id": 1403, | |
"name": "Product 1403", | |
"price": 547.76, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 1403." | |
}, | |
{ | |
"id": 1404, | |
"name": "Product 1404", | |
"price": 396.8, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 1404." | |
}, | |
{ | |
"id": 1405, | |
"name": "Product 1405", | |
"price": 327.69, | |
"quantity": 23, | |
"category": "Clothing", | |
"description": "This is product 1405." | |
}, | |
{ | |
"id": 1406, | |
"name": "Product 1406", | |
"price": 612.03, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 1406." | |
}, | |
{ | |
"id": 1407, | |
"name": "Product 1407", | |
"price": 716.49, | |
"quantity": 93, | |
"category": "Electronics", | |
"description": "This is product 1407." | |
}, | |
{ | |
"id": 1408, | |
"name": "Product 1408", | |
"price": 20.61, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 1408." | |
}, | |
{ | |
"id": 1409, | |
"name": "Product 1409", | |
"price": 764.56, | |
"quantity": 85, | |
"category": "Home & Kitchen", | |
"description": "This is product 1409." | |
}, | |
{ | |
"id": 1410, | |
"name": "Product 1410", | |
"price": 694.33, | |
"quantity": 5, | |
"category": "Books", | |
"description": "This is product 1410." | |
}, | |
{ | |
"id": 1411, | |
"name": "Product 1411", | |
"price": 353.69, | |
"quantity": 94, | |
"category": "Books", | |
"description": "This is product 1411." | |
}, | |
{ | |
"id": 1412, | |
"name": "Product 1412", | |
"price": 139.74, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 1412." | |
}, | |
{ | |
"id": 1413, | |
"name": "Product 1413", | |
"price": 496.01, | |
"quantity": 0, | |
"category": "Clothing", | |
"description": "This is product 1413." | |
}, | |
{ | |
"id": 1414, | |
"name": "Product 1414", | |
"price": 15.08, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 1414." | |
}, | |
{ | |
"id": 1415, | |
"name": "Product 1415", | |
"price": 58.19, | |
"quantity": 32, | |
"category": "Home & Kitchen", | |
"description": "This is product 1415." | |
}, | |
{ | |
"id": 1416, | |
"name": "Product 1416", | |
"price": 510.77, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 1416." | |
}, | |
{ | |
"id": 1417, | |
"name": "Product 1417", | |
"price": 155.1, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 1417." | |
}, | |
{ | |
"id": 1418, | |
"name": "Product 1418", | |
"price": 643.51, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 1418." | |
}, | |
{ | |
"id": 1419, | |
"name": "Product 1419", | |
"price": 604.81, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 1419." | |
}, | |
{ | |
"id": 1420, | |
"name": "Product 1420", | |
"price": 687.4, | |
"quantity": 27, | |
"category": "Books", | |
"description": "This is product 1420." | |
}, | |
{ | |
"id": 1421, | |
"name": "Product 1421", | |
"price": 899.49, | |
"quantity": 39, | |
"category": "Clothing", | |
"description": "This is product 1421." | |
}, | |
{ | |
"id": 1422, | |
"name": "Product 1422", | |
"price": 341.41, | |
"quantity": 7, | |
"category": "Clothing", | |
"description": "This is product 1422." | |
}, | |
{ | |
"id": 1423, | |
"name": "Product 1423", | |
"price": 392.56, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 1423." | |
}, | |
{ | |
"id": 1424, | |
"name": "Product 1424", | |
"price": 495.97, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 1424." | |
}, | |
{ | |
"id": 1425, | |
"name": "Product 1425", | |
"price": 37.4, | |
"quantity": 12, | |
"category": "Home & Kitchen", | |
"description": "This is product 1425." | |
}, | |
{ | |
"id": 1426, | |
"name": "Product 1426", | |
"price": 898.53, | |
"quantity": 22, | |
"category": "Clothing", | |
"description": "This is product 1426." | |
}, | |
{ | |
"id": 1427, | |
"name": "Product 1427", | |
"price": 117.96, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 1427." | |
}, | |
{ | |
"id": 1428, | |
"name": "Product 1428", | |
"price": 132.74, | |
"quantity": 20, | |
"category": "Electronics", | |
"description": "This is product 1428." | |
}, | |
{ | |
"id": 1429, | |
"name": "Product 1429", | |
"price": 983.65, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 1429." | |
}, | |
{ | |
"id": 1430, | |
"name": "Product 1430", | |
"price": 428.15, | |
"quantity": 8, | |
"category": "Books", | |
"description": "This is product 1430." | |
}, | |
{ | |
"id": 1431, | |
"name": "Product 1431", | |
"price": 657.88, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 1431." | |
}, | |
{ | |
"id": 1432, | |
"name": "Product 1432", | |
"price": 574.49, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 1432." | |
}, | |
{ | |
"id": 1433, | |
"name": "Product 1433", | |
"price": 597.6, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 1433." | |
}, | |
{ | |
"id": 1434, | |
"name": "Product 1434", | |
"price": 121.94, | |
"quantity": 96, | |
"category": "Electronics", | |
"description": "This is product 1434." | |
}, | |
{ | |
"id": 1435, | |
"name": "Product 1435", | |
"price": 20.26, | |
"quantity": 18, | |
"category": "Books", | |
"description": "This is product 1435." | |
}, | |
{ | |
"id": 1436, | |
"name": "Product 1436", | |
"price": 140.42, | |
"quantity": 39, | |
"category": "Electronics", | |
"description": "This is product 1436." | |
}, | |
{ | |
"id": 1437, | |
"name": "Product 1437", | |
"price": 627.93, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 1437." | |
}, | |
{ | |
"id": 1438, | |
"name": "Product 1438", | |
"price": 465.7, | |
"quantity": 37, | |
"category": "Books", | |
"description": "This is product 1438." | |
}, | |
{ | |
"id": 1439, | |
"name": "Product 1439", | |
"price": 648.84, | |
"quantity": 20, | |
"category": "Books", | |
"description": "This is product 1439." | |
}, | |
{ | |
"id": 1440, | |
"name": "Product 1440", | |
"price": 380.44, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1440." | |
}, | |
{ | |
"id": 1441, | |
"name": "Product 1441", | |
"price": 446.99, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 1441." | |
}, | |
{ | |
"id": 1442, | |
"name": "Product 1442", | |
"price": 812.07, | |
"quantity": 66, | |
"category": "Books", | |
"description": "This is product 1442." | |
}, | |
{ | |
"id": 1443, | |
"name": "Product 1443", | |
"price": 335.38, | |
"quantity": 57, | |
"category": "Clothing", | |
"description": "This is product 1443." | |
}, | |
{ | |
"id": 1444, | |
"name": "Product 1444", | |
"price": 159.69, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 1444." | |
}, | |
{ | |
"id": 1445, | |
"name": "Product 1445", | |
"price": 368.14, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 1445." | |
}, | |
{ | |
"id": 1446, | |
"name": "Product 1446", | |
"price": 227.11, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 1446." | |
}, | |
{ | |
"id": 1447, | |
"name": "Product 1447", | |
"price": 388.65, | |
"quantity": 58, | |
"category": "Books", | |
"description": "This is product 1447." | |
}, | |
{ | |
"id": 1448, | |
"name": "Product 1448", | |
"price": 975.81, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 1448." | |
}, | |
{ | |
"id": 1449, | |
"name": "Product 1449", | |
"price": 495.36, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 1449." | |
}, | |
{ | |
"id": 1450, | |
"name": "Product 1450", | |
"price": 241.92, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 1450." | |
}, | |
{ | |
"id": 1451, | |
"name": "Product 1451", | |
"price": 351.97, | |
"quantity": 9, | |
"category": "Clothing", | |
"description": "This is product 1451." | |
}, | |
{ | |
"id": 1452, | |
"name": "Product 1452", | |
"price": 803.87, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 1452." | |
}, | |
{ | |
"id": 1453, | |
"name": "Product 1453", | |
"price": 305.02, | |
"quantity": 28, | |
"category": "Clothing", | |
"description": "This is product 1453." | |
}, | |
{ | |
"id": 1454, | |
"name": "Product 1454", | |
"price": 403.25, | |
"quantity": 13, | |
"category": "Clothing", | |
"description": "This is product 1454." | |
}, | |
{ | |
"id": 1455, | |
"name": "Product 1455", | |
"price": 512.57, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 1455." | |
}, | |
{ | |
"id": 1456, | |
"name": "Product 1456", | |
"price": 396.62, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1456." | |
}, | |
{ | |
"id": 1457, | |
"name": "Product 1457", | |
"price": 668.27, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1457." | |
}, | |
{ | |
"id": 1458, | |
"name": "Product 1458", | |
"price": 985.28, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 1458." | |
}, | |
{ | |
"id": 1459, | |
"name": "Product 1459", | |
"price": 882.87, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 1459." | |
}, | |
{ | |
"id": 1460, | |
"name": "Product 1460", | |
"price": 598.88, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 1460." | |
}, | |
{ | |
"id": 1461, | |
"name": "Product 1461", | |
"price": 650.42, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 1461." | |
}, | |
{ | |
"id": 1462, | |
"name": "Product 1462", | |
"price": 398.73, | |
"quantity": 8, | |
"category": "Home & Kitchen", | |
"description": "This is product 1462." | |
}, | |
{ | |
"id": 1463, | |
"name": "Product 1463", | |
"price": 943.77, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 1463." | |
}, | |
{ | |
"id": 1464, | |
"name": "Product 1464", | |
"price": 453.49, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 1464." | |
}, | |
{ | |
"id": 1465, | |
"name": "Product 1465", | |
"price": 348.85, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 1465." | |
}, | |
{ | |
"id": 1466, | |
"name": "Product 1466", | |
"price": 356.52, | |
"quantity": 94, | |
"category": "Clothing", | |
"description": "This is product 1466." | |
}, | |
{ | |
"id": 1467, | |
"name": "Product 1467", | |
"price": 190.27, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 1467." | |
}, | |
{ | |
"id": 1468, | |
"name": "Product 1468", | |
"price": 183.5, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 1468." | |
}, | |
{ | |
"id": 1469, | |
"name": "Product 1469", | |
"price": 404.37, | |
"quantity": 93, | |
"category": "Clothing", | |
"description": "This is product 1469." | |
}, | |
{ | |
"id": 1470, | |
"name": "Product 1470", | |
"price": 280.72, | |
"quantity": 35, | |
"category": "Clothing", | |
"description": "This is product 1470." | |
}, | |
{ | |
"id": 1471, | |
"name": "Product 1471", | |
"price": 922.99, | |
"quantity": 93, | |
"category": "Electronics", | |
"description": "This is product 1471." | |
}, | |
{ | |
"id": 1472, | |
"name": "Product 1472", | |
"price": 811.15, | |
"quantity": 75, | |
"category": "Clothing", | |
"description": "This is product 1472." | |
}, | |
{ | |
"id": 1473, | |
"name": "Product 1473", | |
"price": 778.88, | |
"quantity": 44, | |
"category": "Books", | |
"description": "This is product 1473." | |
}, | |
{ | |
"id": 1474, | |
"name": "Product 1474", | |
"price": 784.2, | |
"quantity": 64, | |
"category": "Books", | |
"description": "This is product 1474." | |
}, | |
{ | |
"id": 1475, | |
"name": "Product 1475", | |
"price": 44.86, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1475." | |
}, | |
{ | |
"id": 1476, | |
"name": "Product 1476", | |
"price": 208.83, | |
"quantity": 89, | |
"category": "Books", | |
"description": "This is product 1476." | |
}, | |
{ | |
"id": 1477, | |
"name": "Product 1477", | |
"price": 314.17, | |
"quantity": 81, | |
"category": "Home & Kitchen", | |
"description": "This is product 1477." | |
}, | |
{ | |
"id": 1478, | |
"name": "Product 1478", | |
"price": 879.08, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 1478." | |
}, | |
{ | |
"id": 1479, | |
"name": "Product 1479", | |
"price": 126.56, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 1479." | |
}, | |
{ | |
"id": 1480, | |
"name": "Product 1480", | |
"price": 175.14, | |
"quantity": 17, | |
"category": "Home & Kitchen", | |
"description": "This is product 1480." | |
}, | |
{ | |
"id": 1481, | |
"name": "Product 1481", | |
"price": 158.06, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 1481." | |
}, | |
{ | |
"id": 1482, | |
"name": "Product 1482", | |
"price": 826.95, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 1482." | |
}, | |
{ | |
"id": 1483, | |
"name": "Product 1483", | |
"price": 488.73, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 1483." | |
}, | |
{ | |
"id": 1484, | |
"name": "Product 1484", | |
"price": 78.92, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 1484." | |
}, | |
{ | |
"id": 1485, | |
"name": "Product 1485", | |
"price": 919.59, | |
"quantity": 49, | |
"category": "Home & Kitchen", | |
"description": "This is product 1485." | |
}, | |
{ | |
"id": 1486, | |
"name": "Product 1486", | |
"price": 67.72, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 1486." | |
}, | |
{ | |
"id": 1487, | |
"name": "Product 1487", | |
"price": 373.26, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 1487." | |
}, | |
{ | |
"id": 1488, | |
"name": "Product 1488", | |
"price": 475.34, | |
"quantity": 48, | |
"category": "Books", | |
"description": "This is product 1488." | |
}, | |
{ | |
"id": 1489, | |
"name": "Product 1489", | |
"price": 161.62, | |
"quantity": 3, | |
"category": "Home & Kitchen", | |
"description": "This is product 1489." | |
}, | |
{ | |
"id": 1490, | |
"name": "Product 1490", | |
"price": 202.22, | |
"quantity": 66, | |
"category": "Books", | |
"description": "This is product 1490." | |
}, | |
{ | |
"id": 1491, | |
"name": "Product 1491", | |
"price": 830.59, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 1491." | |
}, | |
{ | |
"id": 1492, | |
"name": "Product 1492", | |
"price": 640.23, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 1492." | |
}, | |
{ | |
"id": 1493, | |
"name": "Product 1493", | |
"price": 341.06, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 1493." | |
}, | |
{ | |
"id": 1494, | |
"name": "Product 1494", | |
"price": 538.31, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 1494." | |
}, | |
{ | |
"id": 1495, | |
"name": "Product 1495", | |
"price": 815.04, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 1495." | |
}, | |
{ | |
"id": 1496, | |
"name": "Product 1496", | |
"price": 402.65, | |
"quantity": 55, | |
"category": "Home & Kitchen", | |
"description": "This is product 1496." | |
}, | |
{ | |
"id": 1497, | |
"name": "Product 1497", | |
"price": 260.13, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 1497." | |
}, | |
{ | |
"id": 1498, | |
"name": "Product 1498", | |
"price": 725.06, | |
"quantity": 92, | |
"category": "Books", | |
"description": "This is product 1498." | |
}, | |
{ | |
"id": 1499, | |
"name": "Product 1499", | |
"price": 34.16, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 1499." | |
}, | |
{ | |
"id": 1500, | |
"name": "Product 1500", | |
"price": 981.71, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 1500." | |
}, | |
{ | |
"id": 1501, | |
"name": "Product 1501", | |
"price": 197.6, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1501." | |
}, | |
{ | |
"id": 1502, | |
"name": "Product 1502", | |
"price": 197.23, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 1502." | |
}, | |
{ | |
"id": 1503, | |
"name": "Product 1503", | |
"price": 649.24, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 1503." | |
}, | |
{ | |
"id": 1504, | |
"name": "Product 1504", | |
"price": 280.12, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 1504." | |
}, | |
{ | |
"id": 1505, | |
"name": "Product 1505", | |
"price": 951.39, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 1505." | |
}, | |
{ | |
"id": 1506, | |
"name": "Product 1506", | |
"price": 452.47, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 1506." | |
}, | |
{ | |
"id": 1507, | |
"name": "Product 1507", | |
"price": 61.41, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 1507." | |
}, | |
{ | |
"id": 1508, | |
"name": "Product 1508", | |
"price": 676.83, | |
"quantity": 33, | |
"category": "Books", | |
"description": "This is product 1508." | |
}, | |
{ | |
"id": 1509, | |
"name": "Product 1509", | |
"price": 113.32, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 1509." | |
}, | |
{ | |
"id": 1510, | |
"name": "Product 1510", | |
"price": 59.91, | |
"quantity": 28, | |
"category": "Electronics", | |
"description": "This is product 1510." | |
}, | |
{ | |
"id": 1511, | |
"name": "Product 1511", | |
"price": 839.55, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 1511." | |
}, | |
{ | |
"id": 1512, | |
"name": "Product 1512", | |
"price": 717.64, | |
"quantity": 70, | |
"category": "Home & Kitchen", | |
"description": "This is product 1512." | |
}, | |
{ | |
"id": 1513, | |
"name": "Product 1513", | |
"price": 555.01, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 1513." | |
}, | |
{ | |
"id": 1514, | |
"name": "Product 1514", | |
"price": 401.25, | |
"quantity": 34, | |
"category": "Electronics", | |
"description": "This is product 1514." | |
}, | |
{ | |
"id": 1515, | |
"name": "Product 1515", | |
"price": 485.87, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 1515." | |
}, | |
{ | |
"id": 1516, | |
"name": "Product 1516", | |
"price": 315.83, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 1516." | |
}, | |
{ | |
"id": 1517, | |
"name": "Product 1517", | |
"price": 753.85, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1517." | |
}, | |
{ | |
"id": 1518, | |
"name": "Product 1518", | |
"price": 403.85, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 1518." | |
}, | |
{ | |
"id": 1519, | |
"name": "Product 1519", | |
"price": 951, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 1519." | |
}, | |
{ | |
"id": 1520, | |
"name": "Product 1520", | |
"price": 516.07, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 1520." | |
}, | |
{ | |
"id": 1521, | |
"name": "Product 1521", | |
"price": 138.77, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 1521." | |
}, | |
{ | |
"id": 1522, | |
"name": "Product 1522", | |
"price": 368.39, | |
"quantity": 90, | |
"category": "Electronics", | |
"description": "This is product 1522." | |
}, | |
{ | |
"id": 1523, | |
"name": "Product 1523", | |
"price": 313.52, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 1523." | |
}, | |
{ | |
"id": 1524, | |
"name": "Product 1524", | |
"price": 366.38, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 1524." | |
}, | |
{ | |
"id": 1525, | |
"name": "Product 1525", | |
"price": 303.8, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 1525." | |
}, | |
{ | |
"id": 1526, | |
"name": "Product 1526", | |
"price": 715.62, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 1526." | |
}, | |
{ | |
"id": 1527, | |
"name": "Product 1527", | |
"price": 476.81, | |
"quantity": 57, | |
"category": "Electronics", | |
"description": "This is product 1527." | |
}, | |
{ | |
"id": 1528, | |
"name": "Product 1528", | |
"price": 364.63, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 1528." | |
}, | |
{ | |
"id": 1529, | |
"name": "Product 1529", | |
"price": 356.5, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 1529." | |
}, | |
{ | |
"id": 1530, | |
"name": "Product 1530", | |
"price": 297.48, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 1530." | |
}, | |
{ | |
"id": 1531, | |
"name": "Product 1531", | |
"price": 250.84, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 1531." | |
}, | |
{ | |
"id": 1532, | |
"name": "Product 1532", | |
"price": 765.68, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 1532." | |
}, | |
{ | |
"id": 1533, | |
"name": "Product 1533", | |
"price": 210.07, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 1533." | |
}, | |
{ | |
"id": 1534, | |
"name": "Product 1534", | |
"price": 247.7, | |
"quantity": 64, | |
"category": "Books", | |
"description": "This is product 1534." | |
}, | |
{ | |
"id": 1535, | |
"name": "Product 1535", | |
"price": 505.22, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 1535." | |
}, | |
{ | |
"id": 1536, | |
"name": "Product 1536", | |
"price": 624.65, | |
"quantity": 91, | |
"category": "Clothing", | |
"description": "This is product 1536." | |
}, | |
{ | |
"id": 1537, | |
"name": "Product 1537", | |
"price": 290.11, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 1537." | |
}, | |
{ | |
"id": 1538, | |
"name": "Product 1538", | |
"price": 264.65, | |
"quantity": 74, | |
"category": "Electronics", | |
"description": "This is product 1538." | |
}, | |
{ | |
"id": 1539, | |
"name": "Product 1539", | |
"price": 902.84, | |
"quantity": 21, | |
"category": "Home & Kitchen", | |
"description": "This is product 1539." | |
}, | |
{ | |
"id": 1540, | |
"name": "Product 1540", | |
"price": 860.09, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1540." | |
}, | |
{ | |
"id": 1541, | |
"name": "Product 1541", | |
"price": 930.97, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1541." | |
}, | |
{ | |
"id": 1542, | |
"name": "Product 1542", | |
"price": 643.17, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 1542." | |
}, | |
{ | |
"id": 1543, | |
"name": "Product 1543", | |
"price": 766, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 1543." | |
}, | |
{ | |
"id": 1544, | |
"name": "Product 1544", | |
"price": 708.07, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 1544." | |
}, | |
{ | |
"id": 1545, | |
"name": "Product 1545", | |
"price": 816.51, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 1545." | |
}, | |
{ | |
"id": 1546, | |
"name": "Product 1546", | |
"price": 114.6, | |
"quantity": 3, | |
"category": "Clothing", | |
"description": "This is product 1546." | |
}, | |
{ | |
"id": 1547, | |
"name": "Product 1547", | |
"price": 978.51, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 1547." | |
}, | |
{ | |
"id": 1548, | |
"name": "Product 1548", | |
"price": 132.57, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1548." | |
}, | |
{ | |
"id": 1549, | |
"name": "Product 1549", | |
"price": 630.21, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 1549." | |
}, | |
{ | |
"id": 1550, | |
"name": "Product 1550", | |
"price": 446.73, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1550." | |
}, | |
{ | |
"id": 1551, | |
"name": "Product 1551", | |
"price": 994.18, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 1551." | |
}, | |
{ | |
"id": 1552, | |
"name": "Product 1552", | |
"price": 886.06, | |
"quantity": 79, | |
"category": "Electronics", | |
"description": "This is product 1552." | |
}, | |
{ | |
"id": 1553, | |
"name": "Product 1553", | |
"price": 886.58, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1553." | |
}, | |
{ | |
"id": 1554, | |
"name": "Product 1554", | |
"price": 73.96, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 1554." | |
}, | |
{ | |
"id": 1555, | |
"name": "Product 1555", | |
"price": 58.43, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 1555." | |
}, | |
{ | |
"id": 1556, | |
"name": "Product 1556", | |
"price": 256, | |
"quantity": 44, | |
"category": "Books", | |
"description": "This is product 1556." | |
}, | |
{ | |
"id": 1557, | |
"name": "Product 1557", | |
"price": 343, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 1557." | |
}, | |
{ | |
"id": 1558, | |
"name": "Product 1558", | |
"price": 716.96, | |
"quantity": 6, | |
"category": "Books", | |
"description": "This is product 1558." | |
}, | |
{ | |
"id": 1559, | |
"name": "Product 1559", | |
"price": 792.73, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 1559." | |
}, | |
{ | |
"id": 1560, | |
"name": "Product 1560", | |
"price": 730.65, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 1560." | |
}, | |
{ | |
"id": 1561, | |
"name": "Product 1561", | |
"price": 574.62, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1561." | |
}, | |
{ | |
"id": 1562, | |
"name": "Product 1562", | |
"price": 477.32, | |
"quantity": 37, | |
"category": "Clothing", | |
"description": "This is product 1562." | |
}, | |
{ | |
"id": 1563, | |
"name": "Product 1563", | |
"price": 609.99, | |
"quantity": 19, | |
"category": "Home & Kitchen", | |
"description": "This is product 1563." | |
}, | |
{ | |
"id": 1564, | |
"name": "Product 1564", | |
"price": 867.9, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 1564." | |
}, | |
{ | |
"id": 1565, | |
"name": "Product 1565", | |
"price": 604.13, | |
"quantity": 70, | |
"category": "Clothing", | |
"description": "This is product 1565." | |
}, | |
{ | |
"id": 1566, | |
"name": "Product 1566", | |
"price": 324.61, | |
"quantity": 54, | |
"category": "Books", | |
"description": "This is product 1566." | |
}, | |
{ | |
"id": 1567, | |
"name": "Product 1567", | |
"price": 42.58, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1567." | |
}, | |
{ | |
"id": 1568, | |
"name": "Product 1568", | |
"price": 316.3, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 1568." | |
}, | |
{ | |
"id": 1569, | |
"name": "Product 1569", | |
"price": 818.44, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 1569." | |
}, | |
{ | |
"id": 1570, | |
"name": "Product 1570", | |
"price": 261.22, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 1570." | |
}, | |
{ | |
"id": 1571, | |
"name": "Product 1571", | |
"price": 126.84, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 1571." | |
}, | |
{ | |
"id": 1572, | |
"name": "Product 1572", | |
"price": 585.93, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 1572." | |
}, | |
{ | |
"id": 1573, | |
"name": "Product 1573", | |
"price": 750.67, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1573." | |
}, | |
{ | |
"id": 1574, | |
"name": "Product 1574", | |
"price": 123, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 1574." | |
}, | |
{ | |
"id": 1575, | |
"name": "Product 1575", | |
"price": 827.15, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 1575." | |
}, | |
{ | |
"id": 1576, | |
"name": "Product 1576", | |
"price": 88.53, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 1576." | |
}, | |
{ | |
"id": 1577, | |
"name": "Product 1577", | |
"price": 692.53, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 1577." | |
}, | |
{ | |
"id": 1578, | |
"name": "Product 1578", | |
"price": 500.87, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1578." | |
}, | |
{ | |
"id": 1579, | |
"name": "Product 1579", | |
"price": 427.44, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 1579." | |
}, | |
{ | |
"id": 1580, | |
"name": "Product 1580", | |
"price": 288.56, | |
"quantity": 19, | |
"category": "Electronics", | |
"description": "This is product 1580." | |
}, | |
{ | |
"id": 1581, | |
"name": "Product 1581", | |
"price": 197.78, | |
"quantity": 62, | |
"category": "Electronics", | |
"description": "This is product 1581." | |
}, | |
{ | |
"id": 1582, | |
"name": "Product 1582", | |
"price": 593.47, | |
"quantity": 39, | |
"category": "Books", | |
"description": "This is product 1582." | |
}, | |
{ | |
"id": 1583, | |
"name": "Product 1583", | |
"price": 652.95, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 1583." | |
}, | |
{ | |
"id": 1584, | |
"name": "Product 1584", | |
"price": 14.14, | |
"quantity": 48, | |
"category": "Electronics", | |
"description": "This is product 1584." | |
}, | |
{ | |
"id": 1585, | |
"name": "Product 1585", | |
"price": 597.73, | |
"quantity": 6, | |
"category": "Home & Kitchen", | |
"description": "This is product 1585." | |
}, | |
{ | |
"id": 1586, | |
"name": "Product 1586", | |
"price": 6.6, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 1586." | |
}, | |
{ | |
"id": 1587, | |
"name": "Product 1587", | |
"price": 76.89, | |
"quantity": 24, | |
"category": "Home & Kitchen", | |
"description": "This is product 1587." | |
}, | |
{ | |
"id": 1588, | |
"name": "Product 1588", | |
"price": 539.97, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 1588." | |
}, | |
{ | |
"id": 1589, | |
"name": "Product 1589", | |
"price": 464.77, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 1589." | |
}, | |
{ | |
"id": 1590, | |
"name": "Product 1590", | |
"price": 252.79, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 1590." | |
}, | |
{ | |
"id": 1591, | |
"name": "Product 1591", | |
"price": 585.82, | |
"quantity": 23, | |
"category": "Clothing", | |
"description": "This is product 1591." | |
}, | |
{ | |
"id": 1592, | |
"name": "Product 1592", | |
"price": 222.3, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 1592." | |
}, | |
{ | |
"id": 1593, | |
"name": "Product 1593", | |
"price": 126.51, | |
"quantity": 53, | |
"category": "Home & Kitchen", | |
"description": "This is product 1593." | |
}, | |
{ | |
"id": 1594, | |
"name": "Product 1594", | |
"price": 618.59, | |
"quantity": 86, | |
"category": "Clothing", | |
"description": "This is product 1594." | |
}, | |
{ | |
"id": 1595, | |
"name": "Product 1595", | |
"price": 496.47, | |
"quantity": 15, | |
"category": "Clothing", | |
"description": "This is product 1595." | |
}, | |
{ | |
"id": 1596, | |
"name": "Product 1596", | |
"price": 31.15, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 1596." | |
}, | |
{ | |
"id": 1597, | |
"name": "Product 1597", | |
"price": 955.11, | |
"quantity": 34, | |
"category": "Home & Kitchen", | |
"description": "This is product 1597." | |
}, | |
{ | |
"id": 1598, | |
"name": "Product 1598", | |
"price": 268.28, | |
"quantity": 44, | |
"category": "Clothing", | |
"description": "This is product 1598." | |
}, | |
{ | |
"id": 1599, | |
"name": "Product 1599", | |
"price": 262.65, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 1599." | |
}, | |
{ | |
"id": 1600, | |
"name": "Product 1600", | |
"price": 471.55, | |
"quantity": 25, | |
"category": "Clothing", | |
"description": "This is product 1600." | |
}, | |
{ | |
"id": 1601, | |
"name": "Product 1601", | |
"price": 584.45, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1601." | |
}, | |
{ | |
"id": 1602, | |
"name": "Product 1602", | |
"price": 718.01, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 1602." | |
}, | |
{ | |
"id": 1603, | |
"name": "Product 1603", | |
"price": 36.69, | |
"quantity": 49, | |
"category": "Clothing", | |
"description": "This is product 1603." | |
}, | |
{ | |
"id": 1604, | |
"name": "Product 1604", | |
"price": 921.7, | |
"quantity": 58, | |
"category": "Books", | |
"description": "This is product 1604." | |
}, | |
{ | |
"id": 1605, | |
"name": "Product 1605", | |
"price": 418.52, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 1605." | |
}, | |
{ | |
"id": 1606, | |
"name": "Product 1606", | |
"price": 474.32, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 1606." | |
}, | |
{ | |
"id": 1607, | |
"name": "Product 1607", | |
"price": 940.6, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1607." | |
}, | |
{ | |
"id": 1608, | |
"name": "Product 1608", | |
"price": 854.52, | |
"quantity": 55, | |
"category": "Clothing", | |
"description": "This is product 1608." | |
}, | |
{ | |
"id": 1609, | |
"name": "Product 1609", | |
"price": 266.07, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 1609." | |
}, | |
{ | |
"id": 1610, | |
"name": "Product 1610", | |
"price": 181.13, | |
"quantity": 75, | |
"category": "Clothing", | |
"description": "This is product 1610." | |
}, | |
{ | |
"id": 1611, | |
"name": "Product 1611", | |
"price": 480.41, | |
"quantity": 13, | |
"category": "Electronics", | |
"description": "This is product 1611." | |
}, | |
{ | |
"id": 1612, | |
"name": "Product 1612", | |
"price": 921.84, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 1612." | |
}, | |
{ | |
"id": 1613, | |
"name": "Product 1613", | |
"price": 451.45, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 1613." | |
}, | |
{ | |
"id": 1614, | |
"name": "Product 1614", | |
"price": 180, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 1614." | |
}, | |
{ | |
"id": 1615, | |
"name": "Product 1615", | |
"price": 181.02, | |
"quantity": 61, | |
"category": "Electronics", | |
"description": "This is product 1615." | |
}, | |
{ | |
"id": 1616, | |
"name": "Product 1616", | |
"price": 503.34, | |
"quantity": 77, | |
"category": "Electronics", | |
"description": "This is product 1616." | |
}, | |
{ | |
"id": 1617, | |
"name": "Product 1617", | |
"price": 677.74, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1617." | |
}, | |
{ | |
"id": 1618, | |
"name": "Product 1618", | |
"price": 606.34, | |
"quantity": 87, | |
"category": "Books", | |
"description": "This is product 1618." | |
}, | |
{ | |
"id": 1619, | |
"name": "Product 1619", | |
"price": 886.7, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 1619." | |
}, | |
{ | |
"id": 1620, | |
"name": "Product 1620", | |
"price": 597.98, | |
"quantity": 79, | |
"category": "Books", | |
"description": "This is product 1620." | |
}, | |
{ | |
"id": 1621, | |
"name": "Product 1621", | |
"price": 741.48, | |
"quantity": 23, | |
"category": "Electronics", | |
"description": "This is product 1621." | |
}, | |
{ | |
"id": 1622, | |
"name": "Product 1622", | |
"price": 754.21, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 1622." | |
}, | |
{ | |
"id": 1623, | |
"name": "Product 1623", | |
"price": 798.78, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 1623." | |
}, | |
{ | |
"id": 1624, | |
"name": "Product 1624", | |
"price": 958.01, | |
"quantity": 77, | |
"category": "Clothing", | |
"description": "This is product 1624." | |
}, | |
{ | |
"id": 1625, | |
"name": "Product 1625", | |
"price": 405.65, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 1625." | |
}, | |
{ | |
"id": 1626, | |
"name": "Product 1626", | |
"price": 907.34, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 1626." | |
}, | |
{ | |
"id": 1627, | |
"name": "Product 1627", | |
"price": 571.23, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 1627." | |
}, | |
{ | |
"id": 1628, | |
"name": "Product 1628", | |
"price": 11.41, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 1628." | |
}, | |
{ | |
"id": 1629, | |
"name": "Product 1629", | |
"price": 795.33, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 1629." | |
}, | |
{ | |
"id": 1630, | |
"name": "Product 1630", | |
"price": 694.57, | |
"quantity": 17, | |
"category": "Books", | |
"description": "This is product 1630." | |
}, | |
{ | |
"id": 1631, | |
"name": "Product 1631", | |
"price": 725.99, | |
"quantity": 13, | |
"category": "Clothing", | |
"description": "This is product 1631." | |
}, | |
{ | |
"id": 1632, | |
"name": "Product 1632", | |
"price": 696.59, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 1632." | |
}, | |
{ | |
"id": 1633, | |
"name": "Product 1633", | |
"price": 403.04, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 1633." | |
}, | |
{ | |
"id": 1634, | |
"name": "Product 1634", | |
"price": 278.8, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 1634." | |
}, | |
{ | |
"id": 1635, | |
"name": "Product 1635", | |
"price": 171.38, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 1635." | |
}, | |
{ | |
"id": 1636, | |
"name": "Product 1636", | |
"price": 801.01, | |
"quantity": 11, | |
"category": "Electronics", | |
"description": "This is product 1636." | |
}, | |
{ | |
"id": 1637, | |
"name": "Product 1637", | |
"price": 963.72, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 1637." | |
}, | |
{ | |
"id": 1638, | |
"name": "Product 1638", | |
"price": 867.14, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 1638." | |
}, | |
{ | |
"id": 1639, | |
"name": "Product 1639", | |
"price": 197.78, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 1639." | |
}, | |
{ | |
"id": 1640, | |
"name": "Product 1640", | |
"price": 631.6, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 1640." | |
}, | |
{ | |
"id": 1641, | |
"name": "Product 1641", | |
"price": 629.02, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 1641." | |
}, | |
{ | |
"id": 1642, | |
"name": "Product 1642", | |
"price": 988.5, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 1642." | |
}, | |
{ | |
"id": 1643, | |
"name": "Product 1643", | |
"price": 755.93, | |
"quantity": 20, | |
"category": "Clothing", | |
"description": "This is product 1643." | |
}, | |
{ | |
"id": 1644, | |
"name": "Product 1644", | |
"price": 692.62, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 1644." | |
}, | |
{ | |
"id": 1645, | |
"name": "Product 1645", | |
"price": 744.29, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 1645." | |
}, | |
{ | |
"id": 1646, | |
"name": "Product 1646", | |
"price": 824.02, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 1646." | |
}, | |
{ | |
"id": 1647, | |
"name": "Product 1647", | |
"price": 440.56, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 1647." | |
}, | |
{ | |
"id": 1648, | |
"name": "Product 1648", | |
"price": 363.32, | |
"quantity": 49, | |
"category": "Clothing", | |
"description": "This is product 1648." | |
}, | |
{ | |
"id": 1649, | |
"name": "Product 1649", | |
"price": 66.47, | |
"quantity": 62, | |
"category": "Home & Kitchen", | |
"description": "This is product 1649." | |
}, | |
{ | |
"id": 1650, | |
"name": "Product 1650", | |
"price": 895.71, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 1650." | |
}, | |
{ | |
"id": 1651, | |
"name": "Product 1651", | |
"price": 279.26, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 1651." | |
}, | |
{ | |
"id": 1652, | |
"name": "Product 1652", | |
"price": 138, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 1652." | |
}, | |
{ | |
"id": 1653, | |
"name": "Product 1653", | |
"price": 276.04, | |
"quantity": 7, | |
"category": "Electronics", | |
"description": "This is product 1653." | |
}, | |
{ | |
"id": 1654, | |
"name": "Product 1654", | |
"price": 620.9, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 1654." | |
}, | |
{ | |
"id": 1655, | |
"name": "Product 1655", | |
"price": 104.51, | |
"quantity": 18, | |
"category": "Home & Kitchen", | |
"description": "This is product 1655." | |
}, | |
{ | |
"id": 1656, | |
"name": "Product 1656", | |
"price": 336.31, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 1656." | |
}, | |
{ | |
"id": 1657, | |
"name": "Product 1657", | |
"price": 314.41, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 1657." | |
}, | |
{ | |
"id": 1658, | |
"name": "Product 1658", | |
"price": 878.75, | |
"quantity": 18, | |
"category": "Home & Kitchen", | |
"description": "This is product 1658." | |
}, | |
{ | |
"id": 1659, | |
"name": "Product 1659", | |
"price": 408.76, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 1659." | |
}, | |
{ | |
"id": 1660, | |
"name": "Product 1660", | |
"price": 348.81, | |
"quantity": 92, | |
"category": "Home & Kitchen", | |
"description": "This is product 1660." | |
}, | |
{ | |
"id": 1661, | |
"name": "Product 1661", | |
"price": 737.4, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 1661." | |
}, | |
{ | |
"id": 1662, | |
"name": "Product 1662", | |
"price": 108.25, | |
"quantity": 25, | |
"category": "Clothing", | |
"description": "This is product 1662." | |
}, | |
{ | |
"id": 1663, | |
"name": "Product 1663", | |
"price": 952.04, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 1663." | |
}, | |
{ | |
"id": 1664, | |
"name": "Product 1664", | |
"price": 72.55, | |
"quantity": 86, | |
"category": "Clothing", | |
"description": "This is product 1664." | |
}, | |
{ | |
"id": 1665, | |
"name": "Product 1665", | |
"price": 492.37, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 1665." | |
}, | |
{ | |
"id": 1666, | |
"name": "Product 1666", | |
"price": 389.05, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1666." | |
}, | |
{ | |
"id": 1667, | |
"name": "Product 1667", | |
"price": 86.13, | |
"quantity": 42, | |
"category": "Electronics", | |
"description": "This is product 1667." | |
}, | |
{ | |
"id": 1668, | |
"name": "Product 1668", | |
"price": 83.16, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 1668." | |
}, | |
{ | |
"id": 1669, | |
"name": "Product 1669", | |
"price": 337.53, | |
"quantity": 22, | |
"category": "Clothing", | |
"description": "This is product 1669." | |
}, | |
{ | |
"id": 1670, | |
"name": "Product 1670", | |
"price": 543.69, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1670." | |
}, | |
{ | |
"id": 1671, | |
"name": "Product 1671", | |
"price": 730.12, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1671." | |
}, | |
{ | |
"id": 1672, | |
"name": "Product 1672", | |
"price": 413.59, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 1672." | |
}, | |
{ | |
"id": 1673, | |
"name": "Product 1673", | |
"price": 364.41, | |
"quantity": 26, | |
"category": "Electronics", | |
"description": "This is product 1673." | |
}, | |
{ | |
"id": 1674, | |
"name": "Product 1674", | |
"price": 721.79, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 1674." | |
}, | |
{ | |
"id": 1675, | |
"name": "Product 1675", | |
"price": 60.96, | |
"quantity": 92, | |
"category": "Clothing", | |
"description": "This is product 1675." | |
}, | |
{ | |
"id": 1676, | |
"name": "Product 1676", | |
"price": 251.88, | |
"quantity": 26, | |
"category": "Home & Kitchen", | |
"description": "This is product 1676." | |
}, | |
{ | |
"id": 1677, | |
"name": "Product 1677", | |
"price": 267.72, | |
"quantity": 62, | |
"category": "Electronics", | |
"description": "This is product 1677." | |
}, | |
{ | |
"id": 1678, | |
"name": "Product 1678", | |
"price": 276.24, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 1678." | |
}, | |
{ | |
"id": 1679, | |
"name": "Product 1679", | |
"price": 25.9, | |
"quantity": 72, | |
"category": "Electronics", | |
"description": "This is product 1679." | |
}, | |
{ | |
"id": 1680, | |
"name": "Product 1680", | |
"price": 75.14, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 1680." | |
}, | |
{ | |
"id": 1681, | |
"name": "Product 1681", | |
"price": 898.46, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 1681." | |
}, | |
{ | |
"id": 1682, | |
"name": "Product 1682", | |
"price": 695.32, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 1682." | |
}, | |
{ | |
"id": 1683, | |
"name": "Product 1683", | |
"price": 279.72, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 1683." | |
}, | |
{ | |
"id": 1684, | |
"name": "Product 1684", | |
"price": 585.09, | |
"quantity": 89, | |
"category": "Clothing", | |
"description": "This is product 1684." | |
}, | |
{ | |
"id": 1685, | |
"name": "Product 1685", | |
"price": 565.54, | |
"quantity": 27, | |
"category": "Electronics", | |
"description": "This is product 1685." | |
}, | |
{ | |
"id": 1686, | |
"name": "Product 1686", | |
"price": 76.42, | |
"quantity": 99, | |
"category": "Clothing", | |
"description": "This is product 1686." | |
}, | |
{ | |
"id": 1687, | |
"name": "Product 1687", | |
"price": 258.41, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 1687." | |
}, | |
{ | |
"id": 1688, | |
"name": "Product 1688", | |
"price": 58.1, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1688." | |
}, | |
{ | |
"id": 1689, | |
"name": "Product 1689", | |
"price": 782.35, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1689." | |
}, | |
{ | |
"id": 1690, | |
"name": "Product 1690", | |
"price": 66.56, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1690." | |
}, | |
{ | |
"id": 1691, | |
"name": "Product 1691", | |
"price": 85.44, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 1691." | |
}, | |
{ | |
"id": 1692, | |
"name": "Product 1692", | |
"price": 167.79, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1692." | |
}, | |
{ | |
"id": 1693, | |
"name": "Product 1693", | |
"price": 992.26, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 1693." | |
}, | |
{ | |
"id": 1694, | |
"name": "Product 1694", | |
"price": 911.93, | |
"quantity": 91, | |
"category": "Home & Kitchen", | |
"description": "This is product 1694." | |
}, | |
{ | |
"id": 1695, | |
"name": "Product 1695", | |
"price": 820.07, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 1695." | |
}, | |
{ | |
"id": 1696, | |
"name": "Product 1696", | |
"price": 684.24, | |
"quantity": 27, | |
"category": "Electronics", | |
"description": "This is product 1696." | |
}, | |
{ | |
"id": 1697, | |
"name": "Product 1697", | |
"price": 479.17, | |
"quantity": 89, | |
"category": "Clothing", | |
"description": "This is product 1697." | |
}, | |
{ | |
"id": 1698, | |
"name": "Product 1698", | |
"price": 875.65, | |
"quantity": 66, | |
"category": "Books", | |
"description": "This is product 1698." | |
}, | |
{ | |
"id": 1699, | |
"name": "Product 1699", | |
"price": 298.37, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1699." | |
}, | |
{ | |
"id": 1700, | |
"name": "Product 1700", | |
"price": 247.84, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 1700." | |
}, | |
{ | |
"id": 1701, | |
"name": "Product 1701", | |
"price": 882.11, | |
"quantity": 14, | |
"category": "Clothing", | |
"description": "This is product 1701." | |
}, | |
{ | |
"id": 1702, | |
"name": "Product 1702", | |
"price": 27.26, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 1702." | |
}, | |
{ | |
"id": 1703, | |
"name": "Product 1703", | |
"price": 645.71, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1703." | |
}, | |
{ | |
"id": 1704, | |
"name": "Product 1704", | |
"price": 430.65, | |
"quantity": 42, | |
"category": "Home & Kitchen", | |
"description": "This is product 1704." | |
}, | |
{ | |
"id": 1705, | |
"name": "Product 1705", | |
"price": 972.71, | |
"quantity": 50, | |
"category": "Home & Kitchen", | |
"description": "This is product 1705." | |
}, | |
{ | |
"id": 1706, | |
"name": "Product 1706", | |
"price": 493.34, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 1706." | |
}, | |
{ | |
"id": 1707, | |
"name": "Product 1707", | |
"price": 139.74, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 1707." | |
}, | |
{ | |
"id": 1708, | |
"name": "Product 1708", | |
"price": 615.7, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1708." | |
}, | |
{ | |
"id": 1709, | |
"name": "Product 1709", | |
"price": 854.32, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 1709." | |
}, | |
{ | |
"id": 1710, | |
"name": "Product 1710", | |
"price": 525.36, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 1710." | |
}, | |
{ | |
"id": 1711, | |
"name": "Product 1711", | |
"price": 112.36, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1711." | |
}, | |
{ | |
"id": 1712, | |
"name": "Product 1712", | |
"price": 896.43, | |
"quantity": 38, | |
"category": "Clothing", | |
"description": "This is product 1712." | |
}, | |
{ | |
"id": 1713, | |
"name": "Product 1713", | |
"price": 687.87, | |
"quantity": 80, | |
"category": "Home & Kitchen", | |
"description": "This is product 1713." | |
}, | |
{ | |
"id": 1714, | |
"name": "Product 1714", | |
"price": 619.26, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 1714." | |
}, | |
{ | |
"id": 1715, | |
"name": "Product 1715", | |
"price": 392.82, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 1715." | |
}, | |
{ | |
"id": 1716, | |
"name": "Product 1716", | |
"price": 153.95, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 1716." | |
}, | |
{ | |
"id": 1717, | |
"name": "Product 1717", | |
"price": 402.72, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 1717." | |
}, | |
{ | |
"id": 1718, | |
"name": "Product 1718", | |
"price": 579.61, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 1718." | |
}, | |
{ | |
"id": 1719, | |
"name": "Product 1719", | |
"price": 571.91, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 1719." | |
}, | |
{ | |
"id": 1720, | |
"name": "Product 1720", | |
"price": 672.63, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 1720." | |
}, | |
{ | |
"id": 1721, | |
"name": "Product 1721", | |
"price": 176.01, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 1721." | |
}, | |
{ | |
"id": 1722, | |
"name": "Product 1722", | |
"price": 204.01, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 1722." | |
}, | |
{ | |
"id": 1723, | |
"name": "Product 1723", | |
"price": 299.62, | |
"quantity": 11, | |
"category": "Books", | |
"description": "This is product 1723." | |
}, | |
{ | |
"id": 1724, | |
"name": "Product 1724", | |
"price": 755, | |
"quantity": 59, | |
"category": "Electronics", | |
"description": "This is product 1724." | |
}, | |
{ | |
"id": 1725, | |
"name": "Product 1725", | |
"price": 316.75, | |
"quantity": 66, | |
"category": "Clothing", | |
"description": "This is product 1725." | |
}, | |
{ | |
"id": 1726, | |
"name": "Product 1726", | |
"price": 499.01, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1726." | |
}, | |
{ | |
"id": 1727, | |
"name": "Product 1727", | |
"price": 415.35, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 1727." | |
}, | |
{ | |
"id": 1728, | |
"name": "Product 1728", | |
"price": 299.65, | |
"quantity": 89, | |
"category": "Books", | |
"description": "This is product 1728." | |
}, | |
{ | |
"id": 1729, | |
"name": "Product 1729", | |
"price": 236.32, | |
"quantity": 55, | |
"category": "Electronics", | |
"description": "This is product 1729." | |
}, | |
{ | |
"id": 1730, | |
"name": "Product 1730", | |
"price": 638.99, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 1730." | |
}, | |
{ | |
"id": 1731, | |
"name": "Product 1731", | |
"price": 362.66, | |
"quantity": 66, | |
"category": "Home & Kitchen", | |
"description": "This is product 1731." | |
}, | |
{ | |
"id": 1732, | |
"name": "Product 1732", | |
"price": 907.86, | |
"quantity": 25, | |
"category": "Home & Kitchen", | |
"description": "This is product 1732." | |
}, | |
{ | |
"id": 1733, | |
"name": "Product 1733", | |
"price": 834.41, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 1733." | |
}, | |
{ | |
"id": 1734, | |
"name": "Product 1734", | |
"price": 660.21, | |
"quantity": 92, | |
"category": "Clothing", | |
"description": "This is product 1734." | |
}, | |
{ | |
"id": 1735, | |
"name": "Product 1735", | |
"price": 113.71, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 1735." | |
}, | |
{ | |
"id": 1736, | |
"name": "Product 1736", | |
"price": 581.25, | |
"quantity": 97, | |
"category": "Electronics", | |
"description": "This is product 1736." | |
}, | |
{ | |
"id": 1737, | |
"name": "Product 1737", | |
"price": 421.22, | |
"quantity": 89, | |
"category": "Home & Kitchen", | |
"description": "This is product 1737." | |
}, | |
{ | |
"id": 1738, | |
"name": "Product 1738", | |
"price": 327.4, | |
"quantity": 92, | |
"category": "Electronics", | |
"description": "This is product 1738." | |
}, | |
{ | |
"id": 1739, | |
"name": "Product 1739", | |
"price": 757.98, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 1739." | |
}, | |
{ | |
"id": 1740, | |
"name": "Product 1740", | |
"price": 552.22, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 1740." | |
}, | |
{ | |
"id": 1741, | |
"name": "Product 1741", | |
"price": 775.02, | |
"quantity": 37, | |
"category": "Electronics", | |
"description": "This is product 1741." | |
}, | |
{ | |
"id": 1742, | |
"name": "Product 1742", | |
"price": 73.9, | |
"quantity": 13, | |
"category": "Home & Kitchen", | |
"description": "This is product 1742." | |
}, | |
{ | |
"id": 1743, | |
"name": "Product 1743", | |
"price": 937.05, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 1743." | |
}, | |
{ | |
"id": 1744, | |
"name": "Product 1744", | |
"price": 751.69, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 1744." | |
}, | |
{ | |
"id": 1745, | |
"name": "Product 1745", | |
"price": 791.05, | |
"quantity": 9, | |
"category": "Electronics", | |
"description": "This is product 1745." | |
}, | |
{ | |
"id": 1746, | |
"name": "Product 1746", | |
"price": 487.37, | |
"quantity": 3, | |
"category": "Books", | |
"description": "This is product 1746." | |
}, | |
{ | |
"id": 1747, | |
"name": "Product 1747", | |
"price": 363.07, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 1747." | |
}, | |
{ | |
"id": 1748, | |
"name": "Product 1748", | |
"price": 952.33, | |
"quantity": 17, | |
"category": "Clothing", | |
"description": "This is product 1748." | |
}, | |
{ | |
"id": 1749, | |
"name": "Product 1749", | |
"price": 897.31, | |
"quantity": 70, | |
"category": "Home & Kitchen", | |
"description": "This is product 1749." | |
}, | |
{ | |
"id": 1750, | |
"name": "Product 1750", | |
"price": 455.74, | |
"quantity": 25, | |
"category": "Clothing", | |
"description": "This is product 1750." | |
}, | |
{ | |
"id": 1751, | |
"name": "Product 1751", | |
"price": 836.01, | |
"quantity": 1, | |
"category": "Home & Kitchen", | |
"description": "This is product 1751." | |
}, | |
{ | |
"id": 1752, | |
"name": "Product 1752", | |
"price": 984.17, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 1752." | |
}, | |
{ | |
"id": 1753, | |
"name": "Product 1753", | |
"price": 616.13, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 1753." | |
}, | |
{ | |
"id": 1754, | |
"name": "Product 1754", | |
"price": 149.4, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 1754." | |
}, | |
{ | |
"id": 1755, | |
"name": "Product 1755", | |
"price": 562.71, | |
"quantity": 3, | |
"category": "Clothing", | |
"description": "This is product 1755." | |
}, | |
{ | |
"id": 1756, | |
"name": "Product 1756", | |
"price": 661.77, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 1756." | |
}, | |
{ | |
"id": 1757, | |
"name": "Product 1757", | |
"price": 930.57, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 1757." | |
}, | |
{ | |
"id": 1758, | |
"name": "Product 1758", | |
"price": 931.37, | |
"quantity": 63, | |
"category": "Electronics", | |
"description": "This is product 1758." | |
}, | |
{ | |
"id": 1759, | |
"name": "Product 1759", | |
"price": 56.47, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 1759." | |
}, | |
{ | |
"id": 1760, | |
"name": "Product 1760", | |
"price": 908.59, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 1760." | |
}, | |
{ | |
"id": 1761, | |
"name": "Product 1761", | |
"price": 459.34, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 1761." | |
}, | |
{ | |
"id": 1762, | |
"name": "Product 1762", | |
"price": 210.42, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 1762." | |
}, | |
{ | |
"id": 1763, | |
"name": "Product 1763", | |
"price": 566.61, | |
"quantity": 25, | |
"category": "Electronics", | |
"description": "This is product 1763." | |
}, | |
{ | |
"id": 1764, | |
"name": "Product 1764", | |
"price": 849.13, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 1764." | |
}, | |
{ | |
"id": 1765, | |
"name": "Product 1765", | |
"price": 621.28, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 1765." | |
}, | |
{ | |
"id": 1766, | |
"name": "Product 1766", | |
"price": 676.99, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1766." | |
}, | |
{ | |
"id": 1767, | |
"name": "Product 1767", | |
"price": 651.89, | |
"quantity": 24, | |
"category": "Clothing", | |
"description": "This is product 1767." | |
}, | |
{ | |
"id": 1768, | |
"name": "Product 1768", | |
"price": 523.24, | |
"quantity": 89, | |
"category": "Home & Kitchen", | |
"description": "This is product 1768." | |
}, | |
{ | |
"id": 1769, | |
"name": "Product 1769", | |
"price": 534.63, | |
"quantity": 43, | |
"category": "Books", | |
"description": "This is product 1769." | |
}, | |
{ | |
"id": 1770, | |
"name": "Product 1770", | |
"price": 516.3, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 1770." | |
}, | |
{ | |
"id": 1771, | |
"name": "Product 1771", | |
"price": 154.71, | |
"quantity": 67, | |
"category": "Home & Kitchen", | |
"description": "This is product 1771." | |
}, | |
{ | |
"id": 1772, | |
"name": "Product 1772", | |
"price": 247.72, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 1772." | |
}, | |
{ | |
"id": 1773, | |
"name": "Product 1773", | |
"price": 644.78, | |
"quantity": 56, | |
"category": "Books", | |
"description": "This is product 1773." | |
}, | |
{ | |
"id": 1774, | |
"name": "Product 1774", | |
"price": 49.82, | |
"quantity": 66, | |
"category": "Electronics", | |
"description": "This is product 1774." | |
}, | |
{ | |
"id": 1775, | |
"name": "Product 1775", | |
"price": 720.61, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 1775." | |
}, | |
{ | |
"id": 1776, | |
"name": "Product 1776", | |
"price": 278.63, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 1776." | |
}, | |
{ | |
"id": 1777, | |
"name": "Product 1777", | |
"price": 176.4, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 1777." | |
}, | |
{ | |
"id": 1778, | |
"name": "Product 1778", | |
"price": 170.07, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1778." | |
}, | |
{ | |
"id": 1779, | |
"name": "Product 1779", | |
"price": 562.77, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 1779." | |
}, | |
{ | |
"id": 1780, | |
"name": "Product 1780", | |
"price": 842.62, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 1780." | |
}, | |
{ | |
"id": 1781, | |
"name": "Product 1781", | |
"price": 139.67, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 1781." | |
}, | |
{ | |
"id": 1782, | |
"name": "Product 1782", | |
"price": 958.16, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 1782." | |
}, | |
{ | |
"id": 1783, | |
"name": "Product 1783", | |
"price": 257.3, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 1783." | |
}, | |
{ | |
"id": 1784, | |
"name": "Product 1784", | |
"price": 919.07, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 1784." | |
}, | |
{ | |
"id": 1785, | |
"name": "Product 1785", | |
"price": 861.63, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1785." | |
}, | |
{ | |
"id": 1786, | |
"name": "Product 1786", | |
"price": 723.95, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1786." | |
}, | |
{ | |
"id": 1787, | |
"name": "Product 1787", | |
"price": 681.7, | |
"quantity": 87, | |
"category": "Electronics", | |
"description": "This is product 1787." | |
}, | |
{ | |
"id": 1788, | |
"name": "Product 1788", | |
"price": 35.45, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 1788." | |
}, | |
{ | |
"id": 1789, | |
"name": "Product 1789", | |
"price": 966.59, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1789." | |
}, | |
{ | |
"id": 1790, | |
"name": "Product 1790", | |
"price": 252.12, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 1790." | |
}, | |
{ | |
"id": 1791, | |
"name": "Product 1791", | |
"price": 574.15, | |
"quantity": 47, | |
"category": "Electronics", | |
"description": "This is product 1791." | |
}, | |
{ | |
"id": 1792, | |
"name": "Product 1792", | |
"price": 23.89, | |
"quantity": 10, | |
"category": "Books", | |
"description": "This is product 1792." | |
}, | |
{ | |
"id": 1793, | |
"name": "Product 1793", | |
"price": 747.31, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 1793." | |
}, | |
{ | |
"id": 1794, | |
"name": "Product 1794", | |
"price": 126.69, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 1794." | |
}, | |
{ | |
"id": 1795, | |
"name": "Product 1795", | |
"price": 53.76, | |
"quantity": 87, | |
"category": "Home & Kitchen", | |
"description": "This is product 1795." | |
}, | |
{ | |
"id": 1796, | |
"name": "Product 1796", | |
"price": 377.67, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1796." | |
}, | |
{ | |
"id": 1797, | |
"name": "Product 1797", | |
"price": 784.78, | |
"quantity": 24, | |
"category": "Electronics", | |
"description": "This is product 1797." | |
}, | |
{ | |
"id": 1798, | |
"name": "Product 1798", | |
"price": 661.19, | |
"quantity": 59, | |
"category": "Home & Kitchen", | |
"description": "This is product 1798." | |
}, | |
{ | |
"id": 1799, | |
"name": "Product 1799", | |
"price": 235.59, | |
"quantity": 73, | |
"category": "Books", | |
"description": "This is product 1799." | |
}, | |
{ | |
"id": 1800, | |
"name": "Product 1800", | |
"price": 443.18, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 1800." | |
}, | |
{ | |
"id": 1801, | |
"name": "Product 1801", | |
"price": 655.99, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 1801." | |
}, | |
{ | |
"id": 1802, | |
"name": "Product 1802", | |
"price": 199.34, | |
"quantity": 75, | |
"category": "Home & Kitchen", | |
"description": "This is product 1802." | |
}, | |
{ | |
"id": 1803, | |
"name": "Product 1803", | |
"price": 421.25, | |
"quantity": 63, | |
"category": "Clothing", | |
"description": "This is product 1803." | |
}, | |
{ | |
"id": 1804, | |
"name": "Product 1804", | |
"price": 598.55, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 1804." | |
}, | |
{ | |
"id": 1805, | |
"name": "Product 1805", | |
"price": 720.37, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 1805." | |
}, | |
{ | |
"id": 1806, | |
"name": "Product 1806", | |
"price": 646.58, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 1806." | |
}, | |
{ | |
"id": 1807, | |
"name": "Product 1807", | |
"price": 103.78, | |
"quantity": 47, | |
"category": "Electronics", | |
"description": "This is product 1807." | |
}, | |
{ | |
"id": 1808, | |
"name": "Product 1808", | |
"price": 667.58, | |
"quantity": 81, | |
"category": "Home & Kitchen", | |
"description": "This is product 1808." | |
}, | |
{ | |
"id": 1809, | |
"name": "Product 1809", | |
"price": 639.99, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 1809." | |
}, | |
{ | |
"id": 1810, | |
"name": "Product 1810", | |
"price": 449.93, | |
"quantity": 59, | |
"category": "Electronics", | |
"description": "This is product 1810." | |
}, | |
{ | |
"id": 1811, | |
"name": "Product 1811", | |
"price": 488.73, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 1811." | |
}, | |
{ | |
"id": 1812, | |
"name": "Product 1812", | |
"price": 168.32, | |
"quantity": 14, | |
"category": "Home & Kitchen", | |
"description": "This is product 1812." | |
}, | |
{ | |
"id": 1813, | |
"name": "Product 1813", | |
"price": 181.95, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 1813." | |
}, | |
{ | |
"id": 1814, | |
"name": "Product 1814", | |
"price": 0.95, | |
"quantity": 12, | |
"category": "Electronics", | |
"description": "This is product 1814." | |
}, | |
{ | |
"id": 1815, | |
"name": "Product 1815", | |
"price": 380.64, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 1815." | |
}, | |
{ | |
"id": 1816, | |
"name": "Product 1816", | |
"price": 883.65, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 1816." | |
}, | |
{ | |
"id": 1817, | |
"name": "Product 1817", | |
"price": 888.76, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 1817." | |
}, | |
{ | |
"id": 1818, | |
"name": "Product 1818", | |
"price": 12.38, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 1818." | |
}, | |
{ | |
"id": 1819, | |
"name": "Product 1819", | |
"price": 916.86, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 1819." | |
}, | |
{ | |
"id": 1820, | |
"name": "Product 1820", | |
"price": 81.09, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 1820." | |
}, | |
{ | |
"id": 1821, | |
"name": "Product 1821", | |
"price": 933.78, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1821." | |
}, | |
{ | |
"id": 1822, | |
"name": "Product 1822", | |
"price": 495.97, | |
"quantity": 41, | |
"category": "Electronics", | |
"description": "This is product 1822." | |
}, | |
{ | |
"id": 1823, | |
"name": "Product 1823", | |
"price": 631.38, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 1823." | |
}, | |
{ | |
"id": 1824, | |
"name": "Product 1824", | |
"price": 88.16, | |
"quantity": 63, | |
"category": "Books", | |
"description": "This is product 1824." | |
}, | |
{ | |
"id": 1825, | |
"name": "Product 1825", | |
"price": 978.74, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 1825." | |
}, | |
{ | |
"id": 1826, | |
"name": "Product 1826", | |
"price": 216.36, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 1826." | |
}, | |
{ | |
"id": 1827, | |
"name": "Product 1827", | |
"price": 525.41, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 1827." | |
}, | |
{ | |
"id": 1828, | |
"name": "Product 1828", | |
"price": 128.98, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1828." | |
}, | |
{ | |
"id": 1829, | |
"name": "Product 1829", | |
"price": 663.16, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 1829." | |
}, | |
{ | |
"id": 1830, | |
"name": "Product 1830", | |
"price": 817.02, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 1830." | |
}, | |
{ | |
"id": 1831, | |
"name": "Product 1831", | |
"price": 594.05, | |
"quantity": 92, | |
"category": "Home & Kitchen", | |
"description": "This is product 1831." | |
}, | |
{ | |
"id": 1832, | |
"name": "Product 1832", | |
"price": 555.25, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 1832." | |
}, | |
{ | |
"id": 1833, | |
"name": "Product 1833", | |
"price": 97.3, | |
"quantity": 32, | |
"category": "Books", | |
"description": "This is product 1833." | |
}, | |
{ | |
"id": 1834, | |
"name": "Product 1834", | |
"price": 479.14, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 1834." | |
}, | |
{ | |
"id": 1835, | |
"name": "Product 1835", | |
"price": 393.76, | |
"quantity": 32, | |
"category": "Books", | |
"description": "This is product 1835." | |
}, | |
{ | |
"id": 1836, | |
"name": "Product 1836", | |
"price": 766.08, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 1836." | |
}, | |
{ | |
"id": 1837, | |
"name": "Product 1837", | |
"price": 603.19, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 1837." | |
}, | |
{ | |
"id": 1838, | |
"name": "Product 1838", | |
"price": 528.13, | |
"quantity": 52, | |
"category": "Home & Kitchen", | |
"description": "This is product 1838." | |
}, | |
{ | |
"id": 1839, | |
"name": "Product 1839", | |
"price": 656.61, | |
"quantity": 41, | |
"category": "Home & Kitchen", | |
"description": "This is product 1839." | |
}, | |
{ | |
"id": 1840, | |
"name": "Product 1840", | |
"price": 633.21, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 1840." | |
}, | |
{ | |
"id": 1841, | |
"name": "Product 1841", | |
"price": 659.25, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 1841." | |
}, | |
{ | |
"id": 1842, | |
"name": "Product 1842", | |
"price": 499.05, | |
"quantity": 53, | |
"category": "Books", | |
"description": "This is product 1842." | |
}, | |
{ | |
"id": 1843, | |
"name": "Product 1843", | |
"price": 45.04, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 1843." | |
}, | |
{ | |
"id": 1844, | |
"name": "Product 1844", | |
"price": 630.45, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 1844." | |
}, | |
{ | |
"id": 1845, | |
"name": "Product 1845", | |
"price": 556.4, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 1845." | |
}, | |
{ | |
"id": 1846, | |
"name": "Product 1846", | |
"price": 557.29, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 1846." | |
}, | |
{ | |
"id": 1847, | |
"name": "Product 1847", | |
"price": 90.71, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1847." | |
}, | |
{ | |
"id": 1848, | |
"name": "Product 1848", | |
"price": 610.1, | |
"quantity": 34, | |
"category": "Home & Kitchen", | |
"description": "This is product 1848." | |
}, | |
{ | |
"id": 1849, | |
"name": "Product 1849", | |
"price": 826.9, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 1849." | |
}, | |
{ | |
"id": 1850, | |
"name": "Product 1850", | |
"price": 748.3, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 1850." | |
}, | |
{ | |
"id": 1851, | |
"name": "Product 1851", | |
"price": 921.43, | |
"quantity": 69, | |
"category": "Books", | |
"description": "This is product 1851." | |
}, | |
{ | |
"id": 1852, | |
"name": "Product 1852", | |
"price": 488.84, | |
"quantity": 72, | |
"category": "Clothing", | |
"description": "This is product 1852." | |
}, | |
{ | |
"id": 1853, | |
"name": "Product 1853", | |
"price": 140.08, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1853." | |
}, | |
{ | |
"id": 1854, | |
"name": "Product 1854", | |
"price": 112.51, | |
"quantity": 56, | |
"category": "Home & Kitchen", | |
"description": "This is product 1854." | |
}, | |
{ | |
"id": 1855, | |
"name": "Product 1855", | |
"price": 439.17, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 1855." | |
}, | |
{ | |
"id": 1856, | |
"name": "Product 1856", | |
"price": 481.02, | |
"quantity": 59, | |
"category": "Clothing", | |
"description": "This is product 1856." | |
}, | |
{ | |
"id": 1857, | |
"name": "Product 1857", | |
"price": 509.91, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 1857." | |
}, | |
{ | |
"id": 1858, | |
"name": "Product 1858", | |
"price": 499.97, | |
"quantity": 19, | |
"category": "Home & Kitchen", | |
"description": "This is product 1858." | |
}, | |
{ | |
"id": 1859, | |
"name": "Product 1859", | |
"price": 560.69, | |
"quantity": 69, | |
"category": "Clothing", | |
"description": "This is product 1859." | |
}, | |
{ | |
"id": 1860, | |
"name": "Product 1860", | |
"price": 54.03, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 1860." | |
}, | |
{ | |
"id": 1861, | |
"name": "Product 1861", | |
"price": 635.22, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 1861." | |
}, | |
{ | |
"id": 1862, | |
"name": "Product 1862", | |
"price": 177.78, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 1862." | |
}, | |
{ | |
"id": 1863, | |
"name": "Product 1863", | |
"price": 488.13, | |
"quantity": 45, | |
"category": "Electronics", | |
"description": "This is product 1863." | |
}, | |
{ | |
"id": 1864, | |
"name": "Product 1864", | |
"price": 15.1, | |
"quantity": 22, | |
"category": "Home & Kitchen", | |
"description": "This is product 1864." | |
}, | |
{ | |
"id": 1865, | |
"name": "Product 1865", | |
"price": 330.25, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 1865." | |
}, | |
{ | |
"id": 1866, | |
"name": "Product 1866", | |
"price": 961, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 1866." | |
}, | |
{ | |
"id": 1867, | |
"name": "Product 1867", | |
"price": 334.07, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 1867." | |
}, | |
{ | |
"id": 1868, | |
"name": "Product 1868", | |
"price": 956.46, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1868." | |
}, | |
{ | |
"id": 1869, | |
"name": "Product 1869", | |
"price": 602.45, | |
"quantity": 86, | |
"category": "Home & Kitchen", | |
"description": "This is product 1869." | |
}, | |
{ | |
"id": 1870, | |
"name": "Product 1870", | |
"price": 319.26, | |
"quantity": 47, | |
"category": "Home & Kitchen", | |
"description": "This is product 1870." | |
}, | |
{ | |
"id": 1871, | |
"name": "Product 1871", | |
"price": 88.76, | |
"quantity": 37, | |
"category": "Home & Kitchen", | |
"description": "This is product 1871." | |
}, | |
{ | |
"id": 1872, | |
"name": "Product 1872", | |
"price": 599.4, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 1872." | |
}, | |
{ | |
"id": 1873, | |
"name": "Product 1873", | |
"price": 451.7, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 1873." | |
}, | |
{ | |
"id": 1874, | |
"name": "Product 1874", | |
"price": 3.78, | |
"quantity": 72, | |
"category": "Electronics", | |
"description": "This is product 1874." | |
}, | |
{ | |
"id": 1875, | |
"name": "Product 1875", | |
"price": 447.48, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1875." | |
}, | |
{ | |
"id": 1876, | |
"name": "Product 1876", | |
"price": 686.61, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 1876." | |
}, | |
{ | |
"id": 1877, | |
"name": "Product 1877", | |
"price": 903.63, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 1877." | |
}, | |
{ | |
"id": 1878, | |
"name": "Product 1878", | |
"price": 893.72, | |
"quantity": 19, | |
"category": "Electronics", | |
"description": "This is product 1878." | |
}, | |
{ | |
"id": 1879, | |
"name": "Product 1879", | |
"price": 418.01, | |
"quantity": 66, | |
"category": "Electronics", | |
"description": "This is product 1879." | |
}, | |
{ | |
"id": 1880, | |
"name": "Product 1880", | |
"price": 741.51, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1880." | |
}, | |
{ | |
"id": 1881, | |
"name": "Product 1881", | |
"price": 896.9, | |
"quantity": 60, | |
"category": "Books", | |
"description": "This is product 1881." | |
}, | |
{ | |
"id": 1882, | |
"name": "Product 1882", | |
"price": 338.67, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 1882." | |
}, | |
{ | |
"id": 1883, | |
"name": "Product 1883", | |
"price": 837.92, | |
"quantity": 19, | |
"category": "Home & Kitchen", | |
"description": "This is product 1883." | |
}, | |
{ | |
"id": 1884, | |
"name": "Product 1884", | |
"price": 351.77, | |
"quantity": 81, | |
"category": "Electronics", | |
"description": "This is product 1884." | |
}, | |
{ | |
"id": 1885, | |
"name": "Product 1885", | |
"price": 742.75, | |
"quantity": 58, | |
"category": "Books", | |
"description": "This is product 1885." | |
}, | |
{ | |
"id": 1886, | |
"name": "Product 1886", | |
"price": 890.42, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 1886." | |
}, | |
{ | |
"id": 1887, | |
"name": "Product 1887", | |
"price": 269.8, | |
"quantity": 45, | |
"category": "Clothing", | |
"description": "This is product 1887." | |
}, | |
{ | |
"id": 1888, | |
"name": "Product 1888", | |
"price": 530.27, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 1888." | |
}, | |
{ | |
"id": 1889, | |
"name": "Product 1889", | |
"price": 140.09, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 1889." | |
}, | |
{ | |
"id": 1890, | |
"name": "Product 1890", | |
"price": 263.04, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 1890." | |
}, | |
{ | |
"id": 1891, | |
"name": "Product 1891", | |
"price": 121.77, | |
"quantity": 80, | |
"category": "Books", | |
"description": "This is product 1891." | |
}, | |
{ | |
"id": 1892, | |
"name": "Product 1892", | |
"price": 936.01, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 1892." | |
}, | |
{ | |
"id": 1893, | |
"name": "Product 1893", | |
"price": 450.53, | |
"quantity": 67, | |
"category": "Home & Kitchen", | |
"description": "This is product 1893." | |
}, | |
{ | |
"id": 1894, | |
"name": "Product 1894", | |
"price": 563.27, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 1894." | |
}, | |
{ | |
"id": 1895, | |
"name": "Product 1895", | |
"price": 573.55, | |
"quantity": 47, | |
"category": "Clothing", | |
"description": "This is product 1895." | |
}, | |
{ | |
"id": 1896, | |
"name": "Product 1896", | |
"price": 575.08, | |
"quantity": 38, | |
"category": "Electronics", | |
"description": "This is product 1896." | |
}, | |
{ | |
"id": 1897, | |
"name": "Product 1897", | |
"price": 54.2, | |
"quantity": 28, | |
"category": "Home & Kitchen", | |
"description": "This is product 1897." | |
}, | |
{ | |
"id": 1898, | |
"name": "Product 1898", | |
"price": 210.93, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 1898." | |
}, | |
{ | |
"id": 1899, | |
"name": "Product 1899", | |
"price": 680.88, | |
"quantity": 72, | |
"category": "Home & Kitchen", | |
"description": "This is product 1899." | |
}, | |
{ | |
"id": 1900, | |
"name": "Product 1900", | |
"price": 688.6, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 1900." | |
}, | |
{ | |
"id": 1901, | |
"name": "Product 1901", | |
"price": 488.39, | |
"quantity": 16, | |
"category": "Books", | |
"description": "This is product 1901." | |
}, | |
{ | |
"id": 1902, | |
"name": "Product 1902", | |
"price": 553.81, | |
"quantity": 48, | |
"category": "Books", | |
"description": "This is product 1902." | |
}, | |
{ | |
"id": 1903, | |
"name": "Product 1903", | |
"price": 681.92, | |
"quantity": 10, | |
"category": "Clothing", | |
"description": "This is product 1903." | |
}, | |
{ | |
"id": 1904, | |
"name": "Product 1904", | |
"price": 461.4, | |
"quantity": 16, | |
"category": "Home & Kitchen", | |
"description": "This is product 1904." | |
}, | |
{ | |
"id": 1905, | |
"name": "Product 1905", | |
"price": 937.24, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 1905." | |
}, | |
{ | |
"id": 1906, | |
"name": "Product 1906", | |
"price": 232.33, | |
"quantity": 67, | |
"category": "Books", | |
"description": "This is product 1906." | |
}, | |
{ | |
"id": 1907, | |
"name": "Product 1907", | |
"price": 422.57, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 1907." | |
}, | |
{ | |
"id": 1908, | |
"name": "Product 1908", | |
"price": 848.28, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 1908." | |
}, | |
{ | |
"id": 1909, | |
"name": "Product 1909", | |
"price": 466.82, | |
"quantity": 44, | |
"category": "Home & Kitchen", | |
"description": "This is product 1909." | |
}, | |
{ | |
"id": 1910, | |
"name": "Product 1910", | |
"price": 320.63, | |
"quantity": 18, | |
"category": "Electronics", | |
"description": "This is product 1910." | |
}, | |
{ | |
"id": 1911, | |
"name": "Product 1911", | |
"price": 841.9, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 1911." | |
}, | |
{ | |
"id": 1912, | |
"name": "Product 1912", | |
"price": 761.27, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 1912." | |
}, | |
{ | |
"id": 1913, | |
"name": "Product 1913", | |
"price": 939.16, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 1913." | |
}, | |
{ | |
"id": 1914, | |
"name": "Product 1914", | |
"price": 584.96, | |
"quantity": 71, | |
"category": "Books", | |
"description": "This is product 1914." | |
}, | |
{ | |
"id": 1915, | |
"name": "Product 1915", | |
"price": 652.43, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 1915." | |
}, | |
{ | |
"id": 1916, | |
"name": "Product 1916", | |
"price": 963.69, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 1916." | |
}, | |
{ | |
"id": 1917, | |
"name": "Product 1917", | |
"price": 328, | |
"quantity": 33, | |
"category": "Books", | |
"description": "This is product 1917." | |
}, | |
{ | |
"id": 1918, | |
"name": "Product 1918", | |
"price": 93.24, | |
"quantity": 37, | |
"category": "Home & Kitchen", | |
"description": "This is product 1918." | |
}, | |
{ | |
"id": 1919, | |
"name": "Product 1919", | |
"price": 478.86, | |
"quantity": 37, | |
"category": "Clothing", | |
"description": "This is product 1919." | |
}, | |
{ | |
"id": 1920, | |
"name": "Product 1920", | |
"price": 929.79, | |
"quantity": 20, | |
"category": "Electronics", | |
"description": "This is product 1920." | |
}, | |
{ | |
"id": 1921, | |
"name": "Product 1921", | |
"price": 961.12, | |
"quantity": 92, | |
"category": "Home & Kitchen", | |
"description": "This is product 1921." | |
}, | |
{ | |
"id": 1922, | |
"name": "Product 1922", | |
"price": 138.19, | |
"quantity": 55, | |
"category": "Home & Kitchen", | |
"description": "This is product 1922." | |
}, | |
{ | |
"id": 1923, | |
"name": "Product 1923", | |
"price": 979.05, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 1923." | |
}, | |
{ | |
"id": 1924, | |
"name": "Product 1924", | |
"price": 958.08, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 1924." | |
}, | |
{ | |
"id": 1925, | |
"name": "Product 1925", | |
"price": 178.24, | |
"quantity": 66, | |
"category": "Clothing", | |
"description": "This is product 1925." | |
}, | |
{ | |
"id": 1926, | |
"name": "Product 1926", | |
"price": 173.93, | |
"quantity": 70, | |
"category": "Electronics", | |
"description": "This is product 1926." | |
}, | |
{ | |
"id": 1927, | |
"name": "Product 1927", | |
"price": 954.3, | |
"quantity": 77, | |
"category": "Home & Kitchen", | |
"description": "This is product 1927." | |
}, | |
{ | |
"id": 1928, | |
"name": "Product 1928", | |
"price": 501.44, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 1928." | |
}, | |
{ | |
"id": 1929, | |
"name": "Product 1929", | |
"price": 55.15, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 1929." | |
}, | |
{ | |
"id": 1930, | |
"name": "Product 1930", | |
"price": 480.66, | |
"quantity": 70, | |
"category": "Books", | |
"description": "This is product 1930." | |
}, | |
{ | |
"id": 1931, | |
"name": "Product 1931", | |
"price": 590.9, | |
"quantity": 94, | |
"category": "Clothing", | |
"description": "This is product 1931." | |
}, | |
{ | |
"id": 1932, | |
"name": "Product 1932", | |
"price": 469.92, | |
"quantity": 58, | |
"category": "Electronics", | |
"description": "This is product 1932." | |
}, | |
{ | |
"id": 1933, | |
"name": "Product 1933", | |
"price": 298.16, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 1933." | |
}, | |
{ | |
"id": 1934, | |
"name": "Product 1934", | |
"price": 744.01, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 1934." | |
}, | |
{ | |
"id": 1935, | |
"name": "Product 1935", | |
"price": 166.76, | |
"quantity": 59, | |
"category": "Home & Kitchen", | |
"description": "This is product 1935." | |
}, | |
{ | |
"id": 1936, | |
"name": "Product 1936", | |
"price": 675.66, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 1936." | |
}, | |
{ | |
"id": 1937, | |
"name": "Product 1937", | |
"price": 863.71, | |
"quantity": 88, | |
"category": "Home & Kitchen", | |
"description": "This is product 1937." | |
}, | |
{ | |
"id": 1938, | |
"name": "Product 1938", | |
"price": 669.91, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 1938." | |
}, | |
{ | |
"id": 1939, | |
"name": "Product 1939", | |
"price": 771.8, | |
"quantity": 75, | |
"category": "Electronics", | |
"description": "This is product 1939." | |
}, | |
{ | |
"id": 1940, | |
"name": "Product 1940", | |
"price": 396.7, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 1940." | |
}, | |
{ | |
"id": 1941, | |
"name": "Product 1941", | |
"price": 83.28, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 1941." | |
}, | |
{ | |
"id": 1942, | |
"name": "Product 1942", | |
"price": 161.17, | |
"quantity": 71, | |
"category": "Electronics", | |
"description": "This is product 1942." | |
}, | |
{ | |
"id": 1943, | |
"name": "Product 1943", | |
"price": 850.03, | |
"quantity": 51, | |
"category": "Books", | |
"description": "This is product 1943." | |
}, | |
{ | |
"id": 1944, | |
"name": "Product 1944", | |
"price": 706.52, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 1944." | |
}, | |
{ | |
"id": 1945, | |
"name": "Product 1945", | |
"price": 26.62, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 1945." | |
}, | |
{ | |
"id": 1946, | |
"name": "Product 1946", | |
"price": 691.84, | |
"quantity": 66, | |
"category": "Clothing", | |
"description": "This is product 1946." | |
}, | |
{ | |
"id": 1947, | |
"name": "Product 1947", | |
"price": 463.77, | |
"quantity": 72, | |
"category": "Electronics", | |
"description": "This is product 1947." | |
}, | |
{ | |
"id": 1948, | |
"name": "Product 1948", | |
"price": 29.5, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 1948." | |
}, | |
{ | |
"id": 1949, | |
"name": "Product 1949", | |
"price": 15.54, | |
"quantity": 57, | |
"category": "Electronics", | |
"description": "This is product 1949." | |
}, | |
{ | |
"id": 1950, | |
"name": "Product 1950", | |
"price": 212.37, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 1950." | |
}, | |
{ | |
"id": 1951, | |
"name": "Product 1951", | |
"price": 242.88, | |
"quantity": 1, | |
"category": "Electronics", | |
"description": "This is product 1951." | |
}, | |
{ | |
"id": 1952, | |
"name": "Product 1952", | |
"price": 752.06, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 1952." | |
}, | |
{ | |
"id": 1953, | |
"name": "Product 1953", | |
"price": 379.86, | |
"quantity": 43, | |
"category": "Clothing", | |
"description": "This is product 1953." | |
}, | |
{ | |
"id": 1954, | |
"name": "Product 1954", | |
"price": 509.78, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 1954." | |
}, | |
{ | |
"id": 1955, | |
"name": "Product 1955", | |
"price": 817.23, | |
"quantity": 3, | |
"category": "Electronics", | |
"description": "This is product 1955." | |
}, | |
{ | |
"id": 1956, | |
"name": "Product 1956", | |
"price": 25.37, | |
"quantity": 12, | |
"category": "Books", | |
"description": "This is product 1956." | |
}, | |
{ | |
"id": 1957, | |
"name": "Product 1957", | |
"price": 274.97, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 1957." | |
}, | |
{ | |
"id": 1958, | |
"name": "Product 1958", | |
"price": 722.31, | |
"quantity": 19, | |
"category": "Clothing", | |
"description": "This is product 1958." | |
}, | |
{ | |
"id": 1959, | |
"name": "Product 1959", | |
"price": 725.44, | |
"quantity": 77, | |
"category": "Books", | |
"description": "This is product 1959." | |
}, | |
{ | |
"id": 1960, | |
"name": "Product 1960", | |
"price": 313.83, | |
"quantity": 68, | |
"category": "Home & Kitchen", | |
"description": "This is product 1960." | |
}, | |
{ | |
"id": 1961, | |
"name": "Product 1961", | |
"price": 183.25, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 1961." | |
}, | |
{ | |
"id": 1962, | |
"name": "Product 1962", | |
"price": 768.75, | |
"quantity": 78, | |
"category": "Home & Kitchen", | |
"description": "This is product 1962." | |
}, | |
{ | |
"id": 1963, | |
"name": "Product 1963", | |
"price": 15.42, | |
"quantity": 65, | |
"category": "Clothing", | |
"description": "This is product 1963." | |
}, | |
{ | |
"id": 1964, | |
"name": "Product 1964", | |
"price": 730.14, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 1964." | |
}, | |
{ | |
"id": 1965, | |
"name": "Product 1965", | |
"price": 176.71, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 1965." | |
}, | |
{ | |
"id": 1966, | |
"name": "Product 1966", | |
"price": 60.86, | |
"quantity": 6, | |
"category": "Books", | |
"description": "This is product 1966." | |
}, | |
{ | |
"id": 1967, | |
"name": "Product 1967", | |
"price": 519.38, | |
"quantity": 15, | |
"category": "Electronics", | |
"description": "This is product 1967." | |
}, | |
{ | |
"id": 1968, | |
"name": "Product 1968", | |
"price": 228.85, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 1968." | |
}, | |
{ | |
"id": 1969, | |
"name": "Product 1969", | |
"price": 989.61, | |
"quantity": 45, | |
"category": "Home & Kitchen", | |
"description": "This is product 1969." | |
}, | |
{ | |
"id": 1970, | |
"name": "Product 1970", | |
"price": 165.81, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 1970." | |
}, | |
{ | |
"id": 1971, | |
"name": "Product 1971", | |
"price": 486.96, | |
"quantity": 5, | |
"category": "Electronics", | |
"description": "This is product 1971." | |
}, | |
{ | |
"id": 1972, | |
"name": "Product 1972", | |
"price": 754.11, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 1972." | |
}, | |
{ | |
"id": 1973, | |
"name": "Product 1973", | |
"price": 279.21, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 1973." | |
}, | |
{ | |
"id": 1974, | |
"name": "Product 1974", | |
"price": 897.05, | |
"quantity": 2, | |
"category": "Clothing", | |
"description": "This is product 1974." | |
}, | |
{ | |
"id": 1975, | |
"name": "Product 1975", | |
"price": 251.71, | |
"quantity": 86, | |
"category": "Electronics", | |
"description": "This is product 1975." | |
}, | |
{ | |
"id": 1976, | |
"name": "Product 1976", | |
"price": 694.71, | |
"quantity": 36, | |
"category": "Home & Kitchen", | |
"description": "This is product 1976." | |
}, | |
{ | |
"id": 1977, | |
"name": "Product 1977", | |
"price": 259.5, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 1977." | |
}, | |
{ | |
"id": 1978, | |
"name": "Product 1978", | |
"price": 385.03, | |
"quantity": 29, | |
"category": "Clothing", | |
"description": "This is product 1978." | |
}, | |
{ | |
"id": 1979, | |
"name": "Product 1979", | |
"price": 353.75, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 1979." | |
}, | |
{ | |
"id": 1980, | |
"name": "Product 1980", | |
"price": 403.17, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 1980." | |
}, | |
{ | |
"id": 1981, | |
"name": "Product 1981", | |
"price": 611.68, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 1981." | |
}, | |
{ | |
"id": 1982, | |
"name": "Product 1982", | |
"price": 794.02, | |
"quantity": 16, | |
"category": "Clothing", | |
"description": "This is product 1982." | |
}, | |
{ | |
"id": 1983, | |
"name": "Product 1983", | |
"price": 357.58, | |
"quantity": 69, | |
"category": "Home & Kitchen", | |
"description": "This is product 1983." | |
}, | |
{ | |
"id": 1984, | |
"name": "Product 1984", | |
"price": 436.34, | |
"quantity": 42, | |
"category": "Electronics", | |
"description": "This is product 1984." | |
}, | |
{ | |
"id": 1985, | |
"name": "Product 1985", | |
"price": 83.66, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 1985." | |
}, | |
{ | |
"id": 1986, | |
"name": "Product 1986", | |
"price": 524.86, | |
"quantity": 47, | |
"category": "Clothing", | |
"description": "This is product 1986." | |
}, | |
{ | |
"id": 1987, | |
"name": "Product 1987", | |
"price": 691.12, | |
"quantity": 2, | |
"category": "Electronics", | |
"description": "This is product 1987." | |
}, | |
{ | |
"id": 1988, | |
"name": "Product 1988", | |
"price": 47.17, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 1988." | |
}, | |
{ | |
"id": 1989, | |
"name": "Product 1989", | |
"price": 409.12, | |
"quantity": 19, | |
"category": "Books", | |
"description": "This is product 1989." | |
}, | |
{ | |
"id": 1990, | |
"name": "Product 1990", | |
"price": 997.81, | |
"quantity": 40, | |
"category": "Electronics", | |
"description": "This is product 1990." | |
}, | |
{ | |
"id": 1991, | |
"name": "Product 1991", | |
"price": 131.82, | |
"quantity": 81, | |
"category": "Home & Kitchen", | |
"description": "This is product 1991." | |
}, | |
{ | |
"id": 1992, | |
"name": "Product 1992", | |
"price": 322.48, | |
"quantity": 42, | |
"category": "Home & Kitchen", | |
"description": "This is product 1992." | |
}, | |
{ | |
"id": 1993, | |
"name": "Product 1993", | |
"price": 168.06, | |
"quantity": 95, | |
"category": "Clothing", | |
"description": "This is product 1993." | |
}, | |
{ | |
"id": 1994, | |
"name": "Product 1994", | |
"price": 511.63, | |
"quantity": 95, | |
"category": "Clothing", | |
"description": "This is product 1994." | |
}, | |
{ | |
"id": 1995, | |
"name": "Product 1995", | |
"price": 335.81, | |
"quantity": 93, | |
"category": "Electronics", | |
"description": "This is product 1995." | |
}, | |
{ | |
"id": 1996, | |
"name": "Product 1996", | |
"price": 742.48, | |
"quantity": 33, | |
"category": "Home & Kitchen", | |
"description": "This is product 1996." | |
}, | |
{ | |
"id": 1997, | |
"name": "Product 1997", | |
"price": 673.99, | |
"quantity": 35, | |
"category": "Books", | |
"description": "This is product 1997." | |
}, | |
{ | |
"id": 1998, | |
"name": "Product 1998", | |
"price": 340.34, | |
"quantity": 90, | |
"category": "Home & Kitchen", | |
"description": "This is product 1998." | |
}, | |
{ | |
"id": 1999, | |
"name": "Product 1999", | |
"price": 332.14, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 1999." | |
}, | |
{ | |
"id": 2000, | |
"name": "Product 2000", | |
"price": 899.44, | |
"quantity": 19, | |
"category": "Clothing", | |
"description": "This is product 2000." | |
}, | |
{ | |
"id": 2001, | |
"name": "Product 2001", | |
"price": 628.02, | |
"quantity": 90, | |
"category": "Clothing", | |
"description": "This is product 2001." | |
}, | |
{ | |
"id": 2002, | |
"name": "Product 2002", | |
"price": 7.67, | |
"quantity": 87, | |
"category": "Electronics", | |
"description": "This is product 2002." | |
}, | |
{ | |
"id": 2003, | |
"name": "Product 2003", | |
"price": 101.73, | |
"quantity": 14, | |
"category": "Electronics", | |
"description": "This is product 2003." | |
}, | |
{ | |
"id": 2004, | |
"name": "Product 2004", | |
"price": 339.46, | |
"quantity": 55, | |
"category": "Electronics", | |
"description": "This is product 2004." | |
}, | |
{ | |
"id": 2005, | |
"name": "Product 2005", | |
"price": 278.52, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 2005." | |
}, | |
{ | |
"id": 2006, | |
"name": "Product 2006", | |
"price": 785.91, | |
"quantity": 73, | |
"category": "Home & Kitchen", | |
"description": "This is product 2006." | |
}, | |
{ | |
"id": 2007, | |
"name": "Product 2007", | |
"price": 586.4, | |
"quantity": 9, | |
"category": "Electronics", | |
"description": "This is product 2007." | |
}, | |
{ | |
"id": 2008, | |
"name": "Product 2008", | |
"price": 997.28, | |
"quantity": 26, | |
"category": "Electronics", | |
"description": "This is product 2008." | |
}, | |
{ | |
"id": 2009, | |
"name": "Product 2009", | |
"price": 405.48, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 2009." | |
}, | |
{ | |
"id": 2010, | |
"name": "Product 2010", | |
"price": 55.74, | |
"quantity": 84, | |
"category": "Clothing", | |
"description": "This is product 2010." | |
}, | |
{ | |
"id": 2011, | |
"name": "Product 2011", | |
"price": 580.55, | |
"quantity": 97, | |
"category": "Home & Kitchen", | |
"description": "This is product 2011." | |
}, | |
{ | |
"id": 2012, | |
"name": "Product 2012", | |
"price": 580.62, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 2012." | |
}, | |
{ | |
"id": 2013, | |
"name": "Product 2013", | |
"price": 26.51, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 2013." | |
}, | |
{ | |
"id": 2014, | |
"name": "Product 2014", | |
"price": 353.12, | |
"quantity": 19, | |
"category": "Home & Kitchen", | |
"description": "This is product 2014." | |
}, | |
{ | |
"id": 2015, | |
"name": "Product 2015", | |
"price": 215.64, | |
"quantity": 39, | |
"category": "Home & Kitchen", | |
"description": "This is product 2015." | |
}, | |
{ | |
"id": 2016, | |
"name": "Product 2016", | |
"price": 53.1, | |
"quantity": 43, | |
"category": "Electronics", | |
"description": "This is product 2016." | |
}, | |
{ | |
"id": 2017, | |
"name": "Product 2017", | |
"price": 634.21, | |
"quantity": 81, | |
"category": "Electronics", | |
"description": "This is product 2017." | |
}, | |
{ | |
"id": 2018, | |
"name": "Product 2018", | |
"price": 212.69, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 2018." | |
}, | |
{ | |
"id": 2019, | |
"name": "Product 2019", | |
"price": 238.16, | |
"quantity": 12, | |
"category": "Home & Kitchen", | |
"description": "This is product 2019." | |
}, | |
{ | |
"id": 2020, | |
"name": "Product 2020", | |
"price": 314.74, | |
"quantity": 43, | |
"category": "Home & Kitchen", | |
"description": "This is product 2020." | |
}, | |
{ | |
"id": 2021, | |
"name": "Product 2021", | |
"price": 671.71, | |
"quantity": 12, | |
"category": "Books", | |
"description": "This is product 2021." | |
}, | |
{ | |
"id": 2022, | |
"name": "Product 2022", | |
"price": 499.77, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 2022." | |
}, | |
{ | |
"id": 2023, | |
"name": "Product 2023", | |
"price": 89.93, | |
"quantity": 79, | |
"category": "Home & Kitchen", | |
"description": "This is product 2023." | |
}, | |
{ | |
"id": 2024, | |
"name": "Product 2024", | |
"price": 142.8, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 2024." | |
}, | |
{ | |
"id": 2025, | |
"name": "Product 2025", | |
"price": 507.13, | |
"quantity": 83, | |
"category": "Clothing", | |
"description": "This is product 2025." | |
}, | |
{ | |
"id": 2026, | |
"name": "Product 2026", | |
"price": 83.25, | |
"quantity": 44, | |
"category": "Home & Kitchen", | |
"description": "This is product 2026." | |
}, | |
{ | |
"id": 2027, | |
"name": "Product 2027", | |
"price": 26.75, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 2027." | |
}, | |
{ | |
"id": 2028, | |
"name": "Product 2028", | |
"price": 347.64, | |
"quantity": 43, | |
"category": "Books", | |
"description": "This is product 2028." | |
}, | |
{ | |
"id": 2029, | |
"name": "Product 2029", | |
"price": 204.18, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 2029." | |
}, | |
{ | |
"id": 2030, | |
"name": "Product 2030", | |
"price": 200.41, | |
"quantity": 58, | |
"category": "Books", | |
"description": "This is product 2030." | |
}, | |
{ | |
"id": 2031, | |
"name": "Product 2031", | |
"price": 248.81, | |
"quantity": 21, | |
"category": "Clothing", | |
"description": "This is product 2031." | |
}, | |
{ | |
"id": 2032, | |
"name": "Product 2032", | |
"price": 987.2, | |
"quantity": 1, | |
"category": "Books", | |
"description": "This is product 2032." | |
}, | |
{ | |
"id": 2033, | |
"name": "Product 2033", | |
"price": 390.31, | |
"quantity": 70, | |
"category": "Books", | |
"description": "This is product 2033." | |
}, | |
{ | |
"id": 2034, | |
"name": "Product 2034", | |
"price": 977.09, | |
"quantity": 31, | |
"category": "Clothing", | |
"description": "This is product 2034." | |
}, | |
{ | |
"id": 2035, | |
"name": "Product 2035", | |
"price": 897.4, | |
"quantity": 65, | |
"category": "Electronics", | |
"description": "This is product 2035." | |
}, | |
{ | |
"id": 2036, | |
"name": "Product 2036", | |
"price": 620.75, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 2036." | |
}, | |
{ | |
"id": 2037, | |
"name": "Product 2037", | |
"price": 735.93, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 2037." | |
}, | |
{ | |
"id": 2038, | |
"name": "Product 2038", | |
"price": 133.78, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 2038." | |
}, | |
{ | |
"id": 2039, | |
"name": "Product 2039", | |
"price": 997.14, | |
"quantity": 36, | |
"category": "Clothing", | |
"description": "This is product 2039." | |
}, | |
{ | |
"id": 2040, | |
"name": "Product 2040", | |
"price": 680.72, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 2040." | |
}, | |
{ | |
"id": 2041, | |
"name": "Product 2041", | |
"price": 402.81, | |
"quantity": 19, | |
"category": "Clothing", | |
"description": "This is product 2041." | |
}, | |
{ | |
"id": 2042, | |
"name": "Product 2042", | |
"price": 463.12, | |
"quantity": 87, | |
"category": "Electronics", | |
"description": "This is product 2042." | |
}, | |
{ | |
"id": 2043, | |
"name": "Product 2043", | |
"price": 723.35, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 2043." | |
}, | |
{ | |
"id": 2044, | |
"name": "Product 2044", | |
"price": 947.52, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 2044." | |
}, | |
{ | |
"id": 2045, | |
"name": "Product 2045", | |
"price": 280.91, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 2045." | |
}, | |
{ | |
"id": 2046, | |
"name": "Product 2046", | |
"price": 263.99, | |
"quantity": 83, | |
"category": "Books", | |
"description": "This is product 2046." | |
}, | |
{ | |
"id": 2047, | |
"name": "Product 2047", | |
"price": 172.71, | |
"quantity": 20, | |
"category": "Books", | |
"description": "This is product 2047." | |
}, | |
{ | |
"id": 2048, | |
"name": "Product 2048", | |
"price": 402.17, | |
"quantity": 64, | |
"category": "Home & Kitchen", | |
"description": "This is product 2048." | |
}, | |
{ | |
"id": 2049, | |
"name": "Product 2049", | |
"price": 946.21, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 2049." | |
}, | |
{ | |
"id": 2050, | |
"name": "Product 2050", | |
"price": 318.31, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 2050." | |
}, | |
{ | |
"id": 2051, | |
"name": "Product 2051", | |
"price": 46.23, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 2051." | |
}, | |
{ | |
"id": 2052, | |
"name": "Product 2052", | |
"price": 343.57, | |
"quantity": 65, | |
"category": "Home & Kitchen", | |
"description": "This is product 2052." | |
}, | |
{ | |
"id": 2053, | |
"name": "Product 2053", | |
"price": 89.22, | |
"quantity": 41, | |
"category": "Clothing", | |
"description": "This is product 2053." | |
}, | |
{ | |
"id": 2054, | |
"name": "Product 2054", | |
"price": 787.92, | |
"quantity": 46, | |
"category": "Electronics", | |
"description": "This is product 2054." | |
}, | |
{ | |
"id": 2055, | |
"name": "Product 2055", | |
"price": 864.38, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 2055." | |
}, | |
{ | |
"id": 2056, | |
"name": "Product 2056", | |
"price": 884.11, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 2056." | |
}, | |
{ | |
"id": 2057, | |
"name": "Product 2057", | |
"price": 819.26, | |
"quantity": 83, | |
"category": "Home & Kitchen", | |
"description": "This is product 2057." | |
}, | |
{ | |
"id": 2058, | |
"name": "Product 2058", | |
"price": 74.4, | |
"quantity": 6, | |
"category": "Electronics", | |
"description": "This is product 2058." | |
}, | |
{ | |
"id": 2059, | |
"name": "Product 2059", | |
"price": 197.16, | |
"quantity": 33, | |
"category": "Electronics", | |
"description": "This is product 2059." | |
}, | |
{ | |
"id": 2060, | |
"name": "Product 2060", | |
"price": 754.07, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 2060." | |
}, | |
{ | |
"id": 2061, | |
"name": "Product 2061", | |
"price": 370.65, | |
"quantity": 4, | |
"category": "Electronics", | |
"description": "This is product 2061." | |
}, | |
{ | |
"id": 2062, | |
"name": "Product 2062", | |
"price": 241.82, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 2062." | |
}, | |
{ | |
"id": 2063, | |
"name": "Product 2063", | |
"price": 817.73, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 2063." | |
}, | |
{ | |
"id": 2064, | |
"name": "Product 2064", | |
"price": 306.27, | |
"quantity": 4, | |
"category": "Clothing", | |
"description": "This is product 2064." | |
}, | |
{ | |
"id": 2065, | |
"name": "Product 2065", | |
"price": 807.7, | |
"quantity": 93, | |
"category": "Home & Kitchen", | |
"description": "This is product 2065." | |
}, | |
{ | |
"id": 2066, | |
"name": "Product 2066", | |
"price": 575.35, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 2066." | |
}, | |
{ | |
"id": 2067, | |
"name": "Product 2067", | |
"price": 518.33, | |
"quantity": 50, | |
"category": "Books", | |
"description": "This is product 2067." | |
}, | |
{ | |
"id": 2068, | |
"name": "Product 2068", | |
"price": 990.37, | |
"quantity": 85, | |
"category": "Clothing", | |
"description": "This is product 2068." | |
}, | |
{ | |
"id": 2069, | |
"name": "Product 2069", | |
"price": 284.21, | |
"quantity": 62, | |
"category": "Electronics", | |
"description": "This is product 2069." | |
}, | |
{ | |
"id": 2070, | |
"name": "Product 2070", | |
"price": 29.3, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 2070." | |
}, | |
{ | |
"id": 2071, | |
"name": "Product 2071", | |
"price": 76.95, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 2071." | |
}, | |
{ | |
"id": 2072, | |
"name": "Product 2072", | |
"price": 691.19, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 2072." | |
}, | |
{ | |
"id": 2073, | |
"name": "Product 2073", | |
"price": 430.28, | |
"quantity": 95, | |
"category": "Electronics", | |
"description": "This is product 2073." | |
}, | |
{ | |
"id": 2074, | |
"name": "Product 2074", | |
"price": 544.28, | |
"quantity": 25, | |
"category": "Electronics", | |
"description": "This is product 2074." | |
}, | |
{ | |
"id": 2075, | |
"name": "Product 2075", | |
"price": 589.3, | |
"quantity": 68, | |
"category": "Books", | |
"description": "This is product 2075." | |
}, | |
{ | |
"id": 2076, | |
"name": "Product 2076", | |
"price": 771.92, | |
"quantity": 94, | |
"category": "Electronics", | |
"description": "This is product 2076." | |
}, | |
{ | |
"id": 2077, | |
"name": "Product 2077", | |
"price": 880.73, | |
"quantity": 60, | |
"category": "Home & Kitchen", | |
"description": "This is product 2077." | |
}, | |
{ | |
"id": 2078, | |
"name": "Product 2078", | |
"price": 493.78, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 2078." | |
}, | |
{ | |
"id": 2079, | |
"name": "Product 2079", | |
"price": 983.2, | |
"quantity": 57, | |
"category": "Home & Kitchen", | |
"description": "This is product 2079." | |
}, | |
{ | |
"id": 2080, | |
"name": "Product 2080", | |
"price": 284.57, | |
"quantity": 35, | |
"category": "Clothing", | |
"description": "This is product 2080." | |
}, | |
{ | |
"id": 2081, | |
"name": "Product 2081", | |
"price": 163.35, | |
"quantity": 31, | |
"category": "Books", | |
"description": "This is product 2081." | |
}, | |
{ | |
"id": 2082, | |
"name": "Product 2082", | |
"price": 184, | |
"quantity": 74, | |
"category": "Books", | |
"description": "This is product 2082." | |
}, | |
{ | |
"id": 2083, | |
"name": "Product 2083", | |
"price": 633.23, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 2083." | |
}, | |
{ | |
"id": 2084, | |
"name": "Product 2084", | |
"price": 979.08, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 2084." | |
}, | |
{ | |
"id": 2085, | |
"name": "Product 2085", | |
"price": 551.65, | |
"quantity": 98, | |
"category": "Electronics", | |
"description": "This is product 2085." | |
}, | |
{ | |
"id": 2086, | |
"name": "Product 2086", | |
"price": 956.8, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 2086." | |
}, | |
{ | |
"id": 2087, | |
"name": "Product 2087", | |
"price": 302.77, | |
"quantity": 71, | |
"category": "Clothing", | |
"description": "This is product 2087." | |
}, | |
{ | |
"id": 2088, | |
"name": "Product 2088", | |
"price": 358.07, | |
"quantity": 3, | |
"category": "Clothing", | |
"description": "This is product 2088." | |
}, | |
{ | |
"id": 2089, | |
"name": "Product 2089", | |
"price": 529.85, | |
"quantity": 35, | |
"category": "Home & Kitchen", | |
"description": "This is product 2089." | |
}, | |
{ | |
"id": 2090, | |
"name": "Product 2090", | |
"price": 913.27, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 2090." | |
}, | |
{ | |
"id": 2091, | |
"name": "Product 2091", | |
"price": 760.25, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 2091." | |
}, | |
{ | |
"id": 2092, | |
"name": "Product 2092", | |
"price": 137.95, | |
"quantity": 32, | |
"category": "Books", | |
"description": "This is product 2092." | |
}, | |
{ | |
"id": 2093, | |
"name": "Product 2093", | |
"price": 165.55, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 2093." | |
}, | |
{ | |
"id": 2094, | |
"name": "Product 2094", | |
"price": 441.57, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 2094." | |
}, | |
{ | |
"id": 2095, | |
"name": "Product 2095", | |
"price": 702.86, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 2095." | |
}, | |
{ | |
"id": 2096, | |
"name": "Product 2096", | |
"price": 951.27, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 2096." | |
}, | |
{ | |
"id": 2097, | |
"name": "Product 2097", | |
"price": 149.52, | |
"quantity": 28, | |
"category": "Books", | |
"description": "This is product 2097." | |
}, | |
{ | |
"id": 2098, | |
"name": "Product 2098", | |
"price": 317.83, | |
"quantity": 58, | |
"category": "Home & Kitchen", | |
"description": "This is product 2098." | |
}, | |
{ | |
"id": 2099, | |
"name": "Product 2099", | |
"price": 503.47, | |
"quantity": 51, | |
"category": "Home & Kitchen", | |
"description": "This is product 2099." | |
}, | |
{ | |
"id": 2100, | |
"name": "Product 2100", | |
"price": 637.06, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 2100." | |
}, | |
{ | |
"id": 2101, | |
"name": "Product 2101", | |
"price": 673.15, | |
"quantity": 22, | |
"category": "Books", | |
"description": "This is product 2101." | |
}, | |
{ | |
"id": 2102, | |
"name": "Product 2102", | |
"price": 425.87, | |
"quantity": 5, | |
"category": "Clothing", | |
"description": "This is product 2102." | |
}, | |
{ | |
"id": 2103, | |
"name": "Product 2103", | |
"price": 957.75, | |
"quantity": 98, | |
"category": "Home & Kitchen", | |
"description": "This is product 2103." | |
}, | |
{ | |
"id": 2104, | |
"name": "Product 2104", | |
"price": 782.94, | |
"quantity": 22, | |
"category": "Electronics", | |
"description": "This is product 2104." | |
}, | |
{ | |
"id": 2105, | |
"name": "Product 2105", | |
"price": 437.88, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 2105." | |
}, | |
{ | |
"id": 2106, | |
"name": "Product 2106", | |
"price": 862.41, | |
"quantity": 8, | |
"category": "Home & Kitchen", | |
"description": "This is product 2106." | |
}, | |
{ | |
"id": 2107, | |
"name": "Product 2107", | |
"price": 548.45, | |
"quantity": 69, | |
"category": "Books", | |
"description": "This is product 2107." | |
}, | |
{ | |
"id": 2108, | |
"name": "Product 2108", | |
"price": 915.45, | |
"quantity": 8, | |
"category": "Electronics", | |
"description": "This is product 2108." | |
}, | |
{ | |
"id": 2109, | |
"name": "Product 2109", | |
"price": 501.73, | |
"quantity": 84, | |
"category": "Home & Kitchen", | |
"description": "This is product 2109." | |
}, | |
{ | |
"id": 2110, | |
"name": "Product 2110", | |
"price": 583.02, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 2110." | |
}, | |
{ | |
"id": 2111, | |
"name": "Product 2111", | |
"price": 21.09, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 2111." | |
}, | |
{ | |
"id": 2112, | |
"name": "Product 2112", | |
"price": 13.71, | |
"quantity": 86, | |
"category": "Home & Kitchen", | |
"description": "This is product 2112." | |
}, | |
{ | |
"id": 2113, | |
"name": "Product 2113", | |
"price": 557.93, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 2113." | |
}, | |
{ | |
"id": 2114, | |
"name": "Product 2114", | |
"price": 737.45, | |
"quantity": 41, | |
"category": "Books", | |
"description": "This is product 2114." | |
}, | |
{ | |
"id": 2115, | |
"name": "Product 2115", | |
"price": 517.07, | |
"quantity": 70, | |
"category": "Home & Kitchen", | |
"description": "This is product 2115." | |
}, | |
{ | |
"id": 2116, | |
"name": "Product 2116", | |
"price": 454.43, | |
"quantity": 1, | |
"category": "Clothing", | |
"description": "This is product 2116." | |
}, | |
{ | |
"id": 2117, | |
"name": "Product 2117", | |
"price": 176.95, | |
"quantity": 52, | |
"category": "Clothing", | |
"description": "This is product 2117." | |
}, | |
{ | |
"id": 2118, | |
"name": "Product 2118", | |
"price": 716.13, | |
"quantity": 96, | |
"category": "Electronics", | |
"description": "This is product 2118." | |
}, | |
{ | |
"id": 2119, | |
"name": "Product 2119", | |
"price": 410.27, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 2119." | |
}, | |
{ | |
"id": 2120, | |
"name": "Product 2120", | |
"price": 258.39, | |
"quantity": 9, | |
"category": "Books", | |
"description": "This is product 2120." | |
}, | |
{ | |
"id": 2121, | |
"name": "Product 2121", | |
"price": 746.71, | |
"quantity": 47, | |
"category": "Books", | |
"description": "This is product 2121." | |
}, | |
{ | |
"id": 2122, | |
"name": "Product 2122", | |
"price": 181.14, | |
"quantity": 2, | |
"category": "Home & Kitchen", | |
"description": "This is product 2122." | |
}, | |
{ | |
"id": 2123, | |
"name": "Product 2123", | |
"price": 122.66, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 2123." | |
}, | |
{ | |
"id": 2124, | |
"name": "Product 2124", | |
"price": 328.35, | |
"quantity": 36, | |
"category": "Books", | |
"description": "This is product 2124." | |
}, | |
{ | |
"id": 2125, | |
"name": "Product 2125", | |
"price": 651.96, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 2125." | |
}, | |
{ | |
"id": 2126, | |
"name": "Product 2126", | |
"price": 855.9, | |
"quantity": 82, | |
"category": "Clothing", | |
"description": "This is product 2126." | |
}, | |
{ | |
"id": 2127, | |
"name": "Product 2127", | |
"price": 147.16, | |
"quantity": 28, | |
"category": "Electronics", | |
"description": "This is product 2127." | |
}, | |
{ | |
"id": 2128, | |
"name": "Product 2128", | |
"price": 364.05, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 2128." | |
}, | |
{ | |
"id": 2129, | |
"name": "Product 2129", | |
"price": 296.25, | |
"quantity": 31, | |
"category": "Home & Kitchen", | |
"description": "This is product 2129." | |
}, | |
{ | |
"id": 2130, | |
"name": "Product 2130", | |
"price": 845.93, | |
"quantity": 84, | |
"category": "Books", | |
"description": "This is product 2130." | |
}, | |
{ | |
"id": 2131, | |
"name": "Product 2131", | |
"price": 546.48, | |
"quantity": 62, | |
"category": "Clothing", | |
"description": "This is product 2131." | |
}, | |
{ | |
"id": 2132, | |
"name": "Product 2132", | |
"price": 235.31, | |
"quantity": 29, | |
"category": "Books", | |
"description": "This is product 2132." | |
}, | |
{ | |
"id": 2133, | |
"name": "Product 2133", | |
"price": 428.62, | |
"quantity": 76, | |
"category": "Clothing", | |
"description": "This is product 2133." | |
}, | |
{ | |
"id": 2134, | |
"name": "Product 2134", | |
"price": 204.92, | |
"quantity": 32, | |
"category": "Clothing", | |
"description": "This is product 2134." | |
}, | |
{ | |
"id": 2135, | |
"name": "Product 2135", | |
"price": 159.17, | |
"quantity": 46, | |
"category": "Home & Kitchen", | |
"description": "This is product 2135." | |
}, | |
{ | |
"id": 2136, | |
"name": "Product 2136", | |
"price": 789.78, | |
"quantity": 40, | |
"category": "Books", | |
"description": "This is product 2136." | |
}, | |
{ | |
"id": 2137, | |
"name": "Product 2137", | |
"price": 961.36, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 2137." | |
}, | |
{ | |
"id": 2138, | |
"name": "Product 2138", | |
"price": 797.92, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 2138." | |
}, | |
{ | |
"id": 2139, | |
"name": "Product 2139", | |
"price": 42.61, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 2139." | |
}, | |
{ | |
"id": 2140, | |
"name": "Product 2140", | |
"price": 502.71, | |
"quantity": 96, | |
"category": "Books", | |
"description": "This is product 2140." | |
}, | |
{ | |
"id": 2141, | |
"name": "Product 2141", | |
"price": 132.49, | |
"quantity": 21, | |
"category": "Clothing", | |
"description": "This is product 2141." | |
}, | |
{ | |
"id": 2142, | |
"name": "Product 2142", | |
"price": 102.39, | |
"quantity": 13, | |
"category": "Clothing", | |
"description": "This is product 2142." | |
}, | |
{ | |
"id": 2143, | |
"name": "Product 2143", | |
"price": 235.37, | |
"quantity": 51, | |
"category": "Clothing", | |
"description": "This is product 2143." | |
}, | |
{ | |
"id": 2144, | |
"name": "Product 2144", | |
"price": 565.85, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 2144." | |
}, | |
{ | |
"id": 2145, | |
"name": "Product 2145", | |
"price": 575.46, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 2145." | |
}, | |
{ | |
"id": 2146, | |
"name": "Product 2146", | |
"price": 335.57, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 2146." | |
}, | |
{ | |
"id": 2147, | |
"name": "Product 2147", | |
"price": 474.48, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 2147." | |
}, | |
{ | |
"id": 2148, | |
"name": "Product 2148", | |
"price": 883.69, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 2148." | |
}, | |
{ | |
"id": 2149, | |
"name": "Product 2149", | |
"price": 326.22, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 2149." | |
}, | |
{ | |
"id": 2150, | |
"name": "Product 2150", | |
"price": 414.62, | |
"quantity": 23, | |
"category": "Home & Kitchen", | |
"description": "This is product 2150." | |
}, | |
{ | |
"id": 2151, | |
"name": "Product 2151", | |
"price": 729.51, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 2151." | |
}, | |
{ | |
"id": 2152, | |
"name": "Product 2152", | |
"price": 333.46, | |
"quantity": 64, | |
"category": "Electronics", | |
"description": "This is product 2152." | |
}, | |
{ | |
"id": 2153, | |
"name": "Product 2153", | |
"price": 576.35, | |
"quantity": 89, | |
"category": "Books", | |
"description": "This is product 2153." | |
}, | |
{ | |
"id": 2154, | |
"name": "Product 2154", | |
"price": 824.64, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 2154." | |
}, | |
{ | |
"id": 2155, | |
"name": "Product 2155", | |
"price": 318.82, | |
"quantity": 79, | |
"category": "Clothing", | |
"description": "This is product 2155." | |
}, | |
{ | |
"id": 2156, | |
"name": "Product 2156", | |
"price": 555.84, | |
"quantity": 67, | |
"category": "Clothing", | |
"description": "This is product 2156." | |
}, | |
{ | |
"id": 2157, | |
"name": "Product 2157", | |
"price": 885.1, | |
"quantity": 30, | |
"category": "Electronics", | |
"description": "This is product 2157." | |
}, | |
{ | |
"id": 2158, | |
"name": "Product 2158", | |
"price": 765.48, | |
"quantity": 54, | |
"category": "Clothing", | |
"description": "This is product 2158." | |
}, | |
{ | |
"id": 2159, | |
"name": "Product 2159", | |
"price": 28.48, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 2159." | |
}, | |
{ | |
"id": 2160, | |
"name": "Product 2160", | |
"price": 777.31, | |
"quantity": 89, | |
"category": "Electronics", | |
"description": "This is product 2160." | |
}, | |
{ | |
"id": 2161, | |
"name": "Product 2161", | |
"price": 592.7, | |
"quantity": 90, | |
"category": "Books", | |
"description": "This is product 2161." | |
}, | |
{ | |
"id": 2162, | |
"name": "Product 2162", | |
"price": 571.52, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 2162." | |
}, | |
{ | |
"id": 2163, | |
"name": "Product 2163", | |
"price": 766.99, | |
"quantity": 40, | |
"category": "Clothing", | |
"description": "This is product 2163." | |
}, | |
{ | |
"id": 2164, | |
"name": "Product 2164", | |
"price": 388.44, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 2164." | |
}, | |
{ | |
"id": 2165, | |
"name": "Product 2165", | |
"price": 690.44, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 2165." | |
}, | |
{ | |
"id": 2166, | |
"name": "Product 2166", | |
"price": 458.26, | |
"quantity": 26, | |
"category": "Books", | |
"description": "This is product 2166." | |
}, | |
{ | |
"id": 2167, | |
"name": "Product 2167", | |
"price": 176.77, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 2167." | |
}, | |
{ | |
"id": 2168, | |
"name": "Product 2168", | |
"price": 891.92, | |
"quantity": 80, | |
"category": "Electronics", | |
"description": "This is product 2168." | |
}, | |
{ | |
"id": 2169, | |
"name": "Product 2169", | |
"price": 487.72, | |
"quantity": 91, | |
"category": "Electronics", | |
"description": "This is product 2169." | |
}, | |
{ | |
"id": 2170, | |
"name": "Product 2170", | |
"price": 580.1, | |
"quantity": 50, | |
"category": "Clothing", | |
"description": "This is product 2170." | |
}, | |
{ | |
"id": 2171, | |
"name": "Product 2171", | |
"price": 415.43, | |
"quantity": 7, | |
"category": "Books", | |
"description": "This is product 2171." | |
}, | |
{ | |
"id": 2172, | |
"name": "Product 2172", | |
"price": 535.39, | |
"quantity": 0, | |
"category": "Electronics", | |
"description": "This is product 2172." | |
}, | |
{ | |
"id": 2173, | |
"name": "Product 2173", | |
"price": 310.28, | |
"quantity": 85, | |
"category": "Books", | |
"description": "This is product 2173." | |
}, | |
{ | |
"id": 2174, | |
"name": "Product 2174", | |
"price": 85.99, | |
"quantity": 9, | |
"category": "Home & Kitchen", | |
"description": "This is product 2174." | |
}, | |
{ | |
"id": 2175, | |
"name": "Product 2175", | |
"price": 219.56, | |
"quantity": 46, | |
"category": "Clothing", | |
"description": "This is product 2175." | |
}, | |
{ | |
"id": 2176, | |
"name": "Product 2176", | |
"price": 986.99, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 2176." | |
}, | |
{ | |
"id": 2177, | |
"name": "Product 2177", | |
"price": 792.45, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 2177." | |
}, | |
{ | |
"id": 2178, | |
"name": "Product 2178", | |
"price": 212.57, | |
"quantity": 72, | |
"category": "Books", | |
"description": "This is product 2178." | |
}, | |
{ | |
"id": 2179, | |
"name": "Product 2179", | |
"price": 679.64, | |
"quantity": 30, | |
"category": "Home & Kitchen", | |
"description": "This is product 2179." | |
}, | |
{ | |
"id": 2180, | |
"name": "Product 2180", | |
"price": 575.97, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 2180." | |
}, | |
{ | |
"id": 2181, | |
"name": "Product 2181", | |
"price": 873.09, | |
"quantity": 75, | |
"category": "Electronics", | |
"description": "This is product 2181." | |
}, | |
{ | |
"id": 2182, | |
"name": "Product 2182", | |
"price": 968.37, | |
"quantity": 93, | |
"category": "Books", | |
"description": "This is product 2182." | |
}, | |
{ | |
"id": 2183, | |
"name": "Product 2183", | |
"price": 32.42, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 2183." | |
}, | |
{ | |
"id": 2184, | |
"name": "Product 2184", | |
"price": 515.34, | |
"quantity": 42, | |
"category": "Clothing", | |
"description": "This is product 2184." | |
}, | |
{ | |
"id": 2185, | |
"name": "Product 2185", | |
"price": 994.68, | |
"quantity": 60, | |
"category": "Electronics", | |
"description": "This is product 2185." | |
}, | |
{ | |
"id": 2186, | |
"name": "Product 2186", | |
"price": 964.6, | |
"quantity": 53, | |
"category": "Clothing", | |
"description": "This is product 2186." | |
}, | |
{ | |
"id": 2187, | |
"name": "Product 2187", | |
"price": 975.43, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 2187." | |
}, | |
{ | |
"id": 2188, | |
"name": "Product 2188", | |
"price": 485.95, | |
"quantity": 99, | |
"category": "Home & Kitchen", | |
"description": "This is product 2188." | |
}, | |
{ | |
"id": 2189, | |
"name": "Product 2189", | |
"price": 344.29, | |
"quantity": 25, | |
"category": "Electronics", | |
"description": "This is product 2189." | |
}, | |
{ | |
"id": 2190, | |
"name": "Product 2190", | |
"price": 258.64, | |
"quantity": 61, | |
"category": "Clothing", | |
"description": "This is product 2190." | |
}, | |
{ | |
"id": 2191, | |
"name": "Product 2191", | |
"price": 92.6, | |
"quantity": 24, | |
"category": "Books", | |
"description": "This is product 2191." | |
}, | |
{ | |
"id": 2192, | |
"name": "Product 2192", | |
"price": 165.53, | |
"quantity": 78, | |
"category": "Clothing", | |
"description": "This is product 2192." | |
}, | |
{ | |
"id": 2193, | |
"name": "Product 2193", | |
"price": 369.41, | |
"quantity": 67, | |
"category": "Electronics", | |
"description": "This is product 2193." | |
}, | |
{ | |
"id": 2194, | |
"name": "Product 2194", | |
"price": 394.01, | |
"quantity": 12, | |
"category": "Clothing", | |
"description": "This is product 2194." | |
}, | |
{ | |
"id": 2195, | |
"name": "Product 2195", | |
"price": 345.14, | |
"quantity": 59, | |
"category": "Electronics", | |
"description": "This is product 2195." | |
}, | |
{ | |
"id": 2196, | |
"name": "Product 2196", | |
"price": 743.27, | |
"quantity": 86, | |
"category": "Books", | |
"description": "This is product 2196." | |
}, | |
{ | |
"id": 2197, | |
"name": "Product 2197", | |
"price": 616.16, | |
"quantity": 1, | |
"category": "Clothing", | |
"description": "This is product 2197." | |
}, | |
{ | |
"id": 2198, | |
"name": "Product 2198", | |
"price": 546.94, | |
"quantity": 1, | |
"category": "Home & Kitchen", | |
"description": "This is product 2198." | |
}, | |
{ | |
"id": 2199, | |
"name": "Product 2199", | |
"price": 694.81, | |
"quantity": 76, | |
"category": "Home & Kitchen", | |
"description": "This is product 2199." | |
}, | |
{ | |
"id": 2200, | |
"name": "Product 2200", | |
"price": 668.98, | |
"quantity": 90, | |
"category": "Clothing", | |
"description": "This is product 2200." | |
}, | |
{ | |
"id": 2201, | |
"name": "Product 2201", | |
"price": 310.74, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 2201." | |
}, | |
{ | |
"id": 2202, | |
"name": "Product 2202", | |
"price": 388.6, | |
"quantity": 53, | |
"category": "Home & Kitchen", | |
"description": "This is product 2202." | |
}, | |
{ | |
"id": 2203, | |
"name": "Product 2203", | |
"price": 821.63, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 2203." | |
}, | |
{ | |
"id": 2204, | |
"name": "Product 2204", | |
"price": 809.23, | |
"quantity": 38, | |
"category": "Books", | |
"description": "This is product 2204." | |
}, | |
{ | |
"id": 2205, | |
"name": "Product 2205", | |
"price": 60.68, | |
"quantity": 11, | |
"category": "Home & Kitchen", | |
"description": "This is product 2205." | |
}, | |
{ | |
"id": 2206, | |
"name": "Product 2206", | |
"price": 822.01, | |
"quantity": 96, | |
"category": "Home & Kitchen", | |
"description": "This is product 2206." | |
}, | |
{ | |
"id": 2207, | |
"name": "Product 2207", | |
"price": 731.36, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 2207." | |
}, | |
{ | |
"id": 2208, | |
"name": "Product 2208", | |
"price": 319.83, | |
"quantity": 52, | |
"category": "Electronics", | |
"description": "This is product 2208." | |
}, | |
{ | |
"id": 2209, | |
"name": "Product 2209", | |
"price": 146.08, | |
"quantity": 77, | |
"category": "Clothing", | |
"description": "This is product 2209." | |
}, | |
{ | |
"id": 2210, | |
"name": "Product 2210", | |
"price": 283.17, | |
"quantity": 95, | |
"category": "Electronics", | |
"description": "This is product 2210." | |
}, | |
{ | |
"id": 2211, | |
"name": "Product 2211", | |
"price": 980.3, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 2211." | |
}, | |
{ | |
"id": 2212, | |
"name": "Product 2212", | |
"price": 66.84, | |
"quantity": 48, | |
"category": "Clothing", | |
"description": "This is product 2212." | |
}, | |
{ | |
"id": 2213, | |
"name": "Product 2213", | |
"price": 296.46, | |
"quantity": 97, | |
"category": "Clothing", | |
"description": "This is product 2213." | |
}, | |
{ | |
"id": 2214, | |
"name": "Product 2214", | |
"price": 82.22, | |
"quantity": 45, | |
"category": "Electronics", | |
"description": "This is product 2214." | |
}, | |
{ | |
"id": 2215, | |
"name": "Product 2215", | |
"price": 19.05, | |
"quantity": 71, | |
"category": "Home & Kitchen", | |
"description": "This is product 2215." | |
}, | |
{ | |
"id": 2216, | |
"name": "Product 2216", | |
"price": 153.55, | |
"quantity": 5, | |
"category": "Home & Kitchen", | |
"description": "This is product 2216." | |
}, | |
{ | |
"id": 2217, | |
"name": "Product 2217", | |
"price": 961.93, | |
"quantity": 54, | |
"category": "Electronics", | |
"description": "This is product 2217." | |
}, | |
{ | |
"id": 2218, | |
"name": "Product 2218", | |
"price": 277.74, | |
"quantity": 80, | |
"category": "Clothing", | |
"description": "This is product 2218." | |
}, | |
{ | |
"id": 2219, | |
"name": "Product 2219", | |
"price": 868.44, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 2219." | |
}, | |
{ | |
"id": 2220, | |
"name": "Product 2220", | |
"price": 216.44, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 2220." | |
}, | |
{ | |
"id": 2221, | |
"name": "Product 2221", | |
"price": 6.96, | |
"quantity": 31, | |
"category": "Electronics", | |
"description": "This is product 2221." | |
}, | |
{ | |
"id": 2222, | |
"name": "Product 2222", | |
"price": 770.79, | |
"quantity": 95, | |
"category": "Home & Kitchen", | |
"description": "This is product 2222." | |
}, | |
{ | |
"id": 2223, | |
"name": "Product 2223", | |
"price": 305.71, | |
"quantity": 57, | |
"category": "Books", | |
"description": "This is product 2223." | |
}, | |
{ | |
"id": 2224, | |
"name": "Product 2224", | |
"price": 499.22, | |
"quantity": 3, | |
"category": "Home & Kitchen", | |
"description": "This is product 2224." | |
}, | |
{ | |
"id": 2225, | |
"name": "Product 2225", | |
"price": 269.57, | |
"quantity": 97, | |
"category": "Electronics", | |
"description": "This is product 2225." | |
}, | |
{ | |
"id": 2226, | |
"name": "Product 2226", | |
"price": 316.75, | |
"quantity": 83, | |
"category": "Electronics", | |
"description": "This is product 2226." | |
}, | |
{ | |
"id": 2227, | |
"name": "Product 2227", | |
"price": 666.96, | |
"quantity": 41, | |
"category": "Electronics", | |
"description": "This is product 2227." | |
}, | |
{ | |
"id": 2228, | |
"name": "Product 2228", | |
"price": 776.05, | |
"quantity": 47, | |
"category": "Clothing", | |
"description": "This is product 2228." | |
}, | |
{ | |
"id": 2229, | |
"name": "Product 2229", | |
"price": 680.05, | |
"quantity": 74, | |
"category": "Clothing", | |
"description": "This is product 2229." | |
}, | |
{ | |
"id": 2230, | |
"name": "Product 2230", | |
"price": 155.48, | |
"quantity": 71, | |
"category": "Electronics", | |
"description": "This is product 2230." | |
}, | |
{ | |
"id": 2231, | |
"name": "Product 2231", | |
"price": 534.66, | |
"quantity": 59, | |
"category": "Books", | |
"description": "This is product 2231." | |
}, | |
{ | |
"id": 2232, | |
"name": "Product 2232", | |
"price": 304.08, | |
"quantity": 55, | |
"category": "Books", | |
"description": "This is product 2232." | |
}, | |
{ | |
"id": 2233, | |
"name": "Product 2233", | |
"price": 659.87, | |
"quantity": 0, | |
"category": "Home & Kitchen", | |
"description": "This is product 2233." | |
}, | |
{ | |
"id": 2234, | |
"name": "Product 2234", | |
"price": 414.66, | |
"quantity": 48, | |
"category": "Home & Kitchen", | |
"description": "This is product 2234." | |
}, | |
{ | |
"id": 2235, | |
"name": "Product 2235", | |
"price": 356.12, | |
"quantity": 82, | |
"category": "Electronics", | |
"description": "This is product 2235." | |
}, | |
{ | |
"id": 2236, | |
"name": "Product 2236", | |
"price": 487.72, | |
"quantity": 50, | |
"category": "Electronics", | |
"description": "This is product 2236." | |
}, | |
{ | |
"id": 2237, | |
"name": "Product 2237", | |
"price": 814.25, | |
"quantity": 31, | |
"category": "Books", | |
"description": "This is product 2237." | |
}, | |
{ | |
"id": 2238, | |
"name": "Product 2238", | |
"price": 60.23, | |
"quantity": 38, | |
"category": "Home & Kitchen", | |
"description": "This is product 2238." | |
}, | |
{ | |
"id": 2239, | |
"name": "Product 2239", | |
"price": 323.06, | |
"quantity": 21, | |
"category": "Electronics", | |
"description": "This is product 2239." | |
}, | |
{ | |
"id": 2240, | |
"name": "Product 2240", | |
"price": 479.37, | |
"quantity": 53, | |
"category": "Electronics", | |
"description": "This is product 2240." | |
}, | |
{ | |
"id": 2241, | |
"name": "Product 2241", | |
"price": 84.94, | |
"quantity": 74, | |
"category": "Home & Kitchen", | |
"description": "This is product 2241." | |
}, | |
{ | |
"id": 2242, | |
"name": "Product 2242", | |
"price": 800.11, | |
"quantity": 77, | |
"category": "Clothing", | |
"description": "This is product 2242." | |
}, | |
{ | |
"id": 2243, | |
"name": "Product 2243", | |
"price": 704.13, | |
"quantity": 4, | |
"category": "Home & Kitchen", | |
"description": "This is product 2243." | |
}, | |
{ | |
"id": 2244, | |
"name": "Product 2244", | |
"price": 897.42, | |
"quantity": 30, | |
"category": "Clothing", | |
"description": "This is product 2244." | |
}, | |
{ | |
"id": 2245, | |
"name": "Product 2245", | |
"price": 707.22, | |
"quantity": 49, | |
"category": "Books", | |
"description": "This is product 2245." | |
}, | |
{ | |
"id": 2246, | |
"name": "Product 2246", | |
"price": 25.83, | |
"quantity": 42, | |
"category": "Books", | |
"description": "This is product 2246." | |
}, | |
{ | |
"id": 2247, | |
"name": "Product 2247", | |
"price": 363.53, | |
"quantity": 6, | |
"category": "Clothing", | |
"description": "This is product 2247." | |
}, | |
{ | |
"id": 2248, | |
"name": "Product 2248", | |
"price": 789.72, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 2248." | |
}, | |
{ | |
"id": 2249, | |
"name": "Product 2249", | |
"price": 222.15, | |
"quantity": 87, | |
"category": "Electronics", | |
"description": "This is product 2249." | |
}, | |
{ | |
"id": 2250, | |
"name": "Product 2250", | |
"price": 710.19, | |
"quantity": 46, | |
"category": "Books", | |
"description": "This is product 2250." | |
}, | |
{ | |
"id": 2251, | |
"name": "Product 2251", | |
"price": 84.63, | |
"quantity": 82, | |
"category": "Home & Kitchen", | |
"description": "This is product 2251." | |
}, | |
{ | |
"id": 2252, | |
"name": "Product 2252", | |
"price": 669.83, | |
"quantity": 51, | |
"category": "Home & Kitchen", | |
"description": "This is product 2252." | |
}, | |
{ | |
"id": 2253, | |
"name": "Product 2253", | |
"price": 825.16, | |
"quantity": 56, | |
"category": "Electronics", | |
"description": "This is product 2253." | |
}, | |
{ | |
"id": 2254, | |
"name": "Product 2254", | |
"price": 292.6, | |
"quantity": 61, | |
"category": "Books", | |
"description": "This is product 2254." | |
}, | |
{ | |
"id": 2255, | |
"name": "Product 2255", | |
"price": 691.5, | |
"quantity": 34, | |
"category": "Books", | |
"description": "This is product 2255." | |
}, | |
{ | |
"id": 2256, | |
"name": "Product 2256", | |
"price": 143.46, | |
"quantity": 20, | |
"category": "Electronics", | |
"description": "This is product 2256." | |
}, | |
{ | |
"id": 2257, | |
"name": "Product 2257", | |
"price": 688.54, | |
"quantity": 32, | |
"category": "Electronics", | |
"description": "This is product 2257." | |
}, | |
{ | |
"id": 2258, | |
"name": "Product 2258", | |
"price": 219.52, | |
"quantity": 29, | |
"category": "Home & Kitchen", | |
"description": "This is product 2258." | |
}, | |
{ | |
"id": 2259, | |
"name": "Product 2259", | |
"price": 345.13, | |
"quantity": 17, | |
"category": "Electronics", | |
"description": "This is product 2259." | |
}, | |
{ | |
"id": 2260, | |
"name": "Product 2260", | |
"price": 456.72, | |
"quantity": 57, | |
"category": "Clothing", | |
"description": "This is product 2260." | |
}, | |
{ | |
"id": 2261, | |
"name": "Product 2261", | |
"price": 595.25, | |
"quantity": 97, | |
"category": "Books", | |
"description": "This is product 2261." | |
}, | |
{ | |
"id": 2262, | |
"name": "Product 2262", | |
"price": 390.29, | |
"quantity": 60, | |
"category": "Clothing", | |
"description": "This is product 2262." | |
}, | |
{ | |
"id": 2263, | |
"name": "Product 2263", | |
"price": 474.81, | |
"quantity": 27, | |
"category": "Home & Kitchen", | |
"description": "This is product 2263." | |
}, | |
{ | |
"id": 2264, | |
"name": "Product 2264", | |
"price": 368.33, | |
"quantity": 16, | |
"category": "Electronics", | |
"description": "This is product 2264." | |
}, | |
{ | |
"id": 2265, | |
"name": "Product 2265", | |
"price": 104.95, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 2265." | |
}, | |
{ | |
"id": 2266, | |
"name": "Product 2266", | |
"price": 451.62, | |
"quantity": 87, | |
"category": "Clothing", | |
"description": "This is product 2266." | |
}, | |
{ | |
"id": 2267, | |
"name": "Product 2267", | |
"price": 47.42, | |
"quantity": 63, | |
"category": "Home & Kitchen", | |
"description": "This is product 2267." | |
}, | |
{ | |
"id": 2268, | |
"name": "Product 2268", | |
"price": 108.99, | |
"quantity": 21, | |
"category": "Books", | |
"description": "This is product 2268." | |
}, | |
{ | |
"id": 2269, | |
"name": "Product 2269", | |
"price": 27.12, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 2269." | |
}, | |
{ | |
"id": 2270, | |
"name": "Product 2270", | |
"price": 605.22, | |
"quantity": 98, | |
"category": "Clothing", | |
"description": "This is product 2270." | |
}, | |
{ | |
"id": 2271, | |
"name": "Product 2271", | |
"price": 197.98, | |
"quantity": 95, | |
"category": "Books", | |
"description": "This is product 2271." | |
}, | |
{ | |
"id": 2272, | |
"name": "Product 2272", | |
"price": 843.18, | |
"quantity": 88, | |
"category": "Electronics", | |
"description": "This is product 2272." | |
}, | |
{ | |
"id": 2273, | |
"name": "Product 2273", | |
"price": 998.29, | |
"quantity": 27, | |
"category": "Home & Kitchen", | |
"description": "This is product 2273." | |
}, | |
{ | |
"id": 2274, | |
"name": "Product 2274", | |
"price": 589.05, | |
"quantity": 34, | |
"category": "Clothing", | |
"description": "This is product 2274." | |
}, | |
{ | |
"id": 2275, | |
"name": "Product 2275", | |
"price": 162.45, | |
"quantity": 93, | |
"category": "Clothing", | |
"description": "This is product 2275." | |
}, | |
{ | |
"id": 2276, | |
"name": "Product 2276", | |
"price": 603.78, | |
"quantity": 96, | |
"category": "Clothing", | |
"description": "This is product 2276." | |
}, | |
{ | |
"id": 2277, | |
"name": "Product 2277", | |
"price": 71.94, | |
"quantity": 2, | |
"category": "Books", | |
"description": "This is product 2277." | |
}, | |
{ | |
"id": 2278, | |
"name": "Product 2278", | |
"price": 716.38, | |
"quantity": 76, | |
"category": "Books", | |
"description": "This is product 2278." | |
}, | |
{ | |
"id": 2279, | |
"name": "Product 2279", | |
"price": 628.85, | |
"quantity": 49, | |
"category": "Electronics", | |
"description": "This is product 2279." | |
}, | |
{ | |
"id": 2280, | |
"name": "Product 2280", | |
"price": 169.12, | |
"quantity": 62, | |
"category": "Books", | |
"description": "This is product 2280." | |
}, | |
{ | |
"id": 2281, | |
"name": "Product 2281", | |
"price": 98.46, | |
"quantity": 26, | |
"category": "Clothing", | |
"description": "This is product 2281." | |
}, | |
{ | |
"id": 2282, | |
"name": "Product 2282", | |
"price": 763.38, | |
"quantity": 89, | |
"category": "Home & Kitchen", | |
"description": "This is product 2282." | |
}, | |
{ | |
"id": 2283, | |
"name": "Product 2283", | |
"price": 405.05, | |
"quantity": 48, | |
"category": "Home & Kitchen", | |
"description": "This is product 2283." | |
}, | |
{ | |
"id": 2284, | |
"name": "Product 2284", | |
"price": 213.03, | |
"quantity": 80, | |
"category": "Books", | |
"description": "This is product 2284." | |
}, | |
{ | |
"id": 2285, | |
"name": "Product 2285", | |
"price": 494.86, | |
"quantity": 68, | |
"category": "Clothing", | |
"description": "This is product 2285." | |
}, | |
{ | |
"id": 2286, | |
"name": "Product 2286", | |
"price": 412.5, | |
"quantity": 84, | |
"category": "Electronics", | |
"description": "This is product 2286." | |
}, | |
{ | |
"id": 2287, | |
"name": "Product 2287", | |
"price": 738.02, | |
"quantity": 25, | |
"category": "Books", | |
"description": "This is product 2287." | |
}, | |
{ | |
"id": 2288, | |
"name": "Product 2288", | |
"price": 902.97, | |
"quantity": 92, | |
"category": "Electronics", | |
"description": "This is product 2288." | |
}, | |
{ | |
"id": 2289, | |
"name": "Product 2289", | |
"price": 750.1, | |
"quantity": 75, | |
"category": "Clothing", | |
"description": "This is product 2289." | |
}, | |
{ | |
"id": 2290, | |
"name": "Product 2290", | |
"price": 5.26, | |
"quantity": 65, | |
"category": "Electronics", | |
"description": "This is product 2290." | |
}, | |
{ | |
"id": 2291, | |
"name": "Product 2291", | |
"price": 427.21, | |
"quantity": 36, | |
"category": "Electronics", | |
"description": "This is product 2291." | |
}, | |
{ | |
"id": 2292, | |
"name": "Product 2292", | |
"price": 576.44, | |
"quantity": 76, | |
"category": "Electronics", | |
"description": "This is product 2292." | |
}, | |
{ | |
"id": 2293, | |
"name": "Product 2293", | |
"price": 264.82, | |
"quantity": 52, | |
"category": "Books", | |
"description": "This is product 2293." | |