-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
120 lines (120 loc) · 26.5 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"products": [
{ "id": "1", "name": "Wireless Mouse", "description": "Ergonomic wireless mouse with adjustable DPI settings and long battery life.", "price": 29.99, "category": "Peripherals", "stock": 150, "sku": "WMOUSE-001", "image_url": "https://example.com/images/wirelessmouse.jpg", "rating": { "rate": 4.5, "count": 200 } },
{ "id": "2", "name": "Mechanical Keyboard", "description": "Mechanical keyboard with customizable RGB lighting and durable switches.", "price": 89.99, "category": "Peripherals", "stock": 100, "sku": "MKEYBOARD-002", "image_url": "https://example.com/images/mechanicalkeyboard.jpg", "rating": { "rate": 4.7, "count": 350 } },
{ "id": "3", "name": "Gaming Headset", "description": "High-quality gaming headset with surround sound and noise-canceling microphone.", "price": 69.99, "category": "Peripherals", "stock": 80, "sku": "GHEADSET-003", "image_url": "https://example.com/images/gamingheadset.jpg", "rating": { "rate": 4.6, "count": 180 } },
{ "id": "4", "name": "1080p Webcam", "description": "Full HD webcam with built-in microphone and adjustable stand.", "price": 49.99, "category": "Peripherals", "stock": 60, "sku": "WEB-004", "image_url": "https://example.com/images/1080pwebcam.jpg", "rating": { "rate": 4.4, "count": 120 } },
{ "id": "5", "name": "Laptop Stand", "description": "Adjustable laptop stand for improved ergonomics and cooling.", "price": 39.99, "category": "Accessories", "stock": 200, "sku": "LSTAND-005", "image_url": "https://example.com/images/laptopstand.jpg", "rating": { "rate": 4.8, "count": 220 } },
{ "id": "6", "name": "USB Hub", "description": "4-port USB hub with fast charging capability.", "price": 19.99, "category": "Accessories", "stock": 300, "sku": "USHUB-006", "image_url": "https://example.com/images/usbhub.jpg", "rating": { "rate": 4.2, "count": 250 } },
{ "id": "7", "name": "Portable SSD 1TB", "description": "High-speed 1TB portable SSD with USB-C connectivity.", "price": 129.99, "category": "Storage", "stock": 90, "sku": "PSSD-007", "image_url": "https://example.com/images/portablesdd.jpg", "rating": { "rate": 4.7, "count": 300 } },
{ "id": "8", "name": "Bluetooth Speaker", "description": "Compact Bluetooth speaker with 10-hour battery life and water resistance.", "price": 59.99, "category": "Audio", "stock": 140, "sku": "BTSPEAKER-008", "image_url": "https://example.com/images/bluetoothspeaker.jpg", "rating": { "rate": 4.5, "count": 150 } },
{ "id": "9", "name": "Desk Lamp", "description": "LED desk lamp with adjustable brightness and color temperature.", "price": 34.99, "category": "Home", "stock": 180, "sku": "DESKLAMP-009", "image_url": "https://example.com/images/desklamp.jpg", "rating": { "rate": 4.6, "count": 130 } },
{ "id": "10", "name": "Gaming Chair", "description": "Ergonomic gaming chair with lumbar support and reclining features.", "price": 199.99, "category": "Furniture", "stock": 70, "sku": "GCH-010", "image_url": "https://example.com/images/gamingchair.jpg", "rating": { "rate": 4.8, "count": 170 } },
{ "id": "11", "name": "HDMI Cable 6ft", "description": "High-speed HDMI cable with gold-plated connectors and 4K support.", "price": 14.99, "category": "Accessories", "stock": 250, "sku": "HDMI-011", "image_url": "https://example.com/images/hdmicable.jpg", "rating": { "rate": 4.3, "count": 200 } },
{ "id": "12", "name": "Wireless Charger", "description": "Qi-certified wireless charger with fast charging capability.", "price": 24.99, "category": "Accessories", "stock": 160, "sku": "WCHARGER-012", "image_url": "https://example.com/images/wirelesscharger.jpg", "rating": { "rate": 4.4, "count": 140 } },
{ "id": "13", "name": "Smart Thermostat", "description": "Wi-Fi-enabled smart thermostat with voice control and energy-saving features.", "price": 249.99, "category": "Home", "stock": 50, "sku": "THERMO-013", "image_url": "https://example.com/images/smartthermostat.jpg", "rating": { "rate": 4.9, "count": 90 } },
{ "id": "14", "name": "4K Monitor 27\"", "description": "27-inch 4K monitor with ultra-thin bezels and high color accuracy.", "price": 349.99, "category": "Displays", "stock": 40, "sku": "MONITOR-014", "image_url": "https://example.com/images/4kmonitor.jpg", "rating": { "rate": 4.6, "count": 110 } },
{ "id": "15", "name": "Bluetooth Keyboard", "description": "Compact Bluetooth keyboard with long battery life and responsive keys.", "price": 39.99, "category": "Peripherals", "stock": 120, "sku": "BKEYBOARD-015", "image_url": "https://example.com/images/bluetoothkeyboard.jpg", "rating": { "rate": 4.3, "count": 180 } },
{ "id": "16", "name": "USB-C Hub", "description": "Multi-port USB-C hub with HDMI, USB-A, and Ethernet connectivity.", "price": 29.99, "category": "Accessories", "stock": 190, "sku": "USBC-016", "image_url": "https://example.com/images/usbchub.jpg", "rating": { "rate": 4.5, "count": 160 } },
{ "id": "17", "name": "Gaming Mouse Pad", "description": "Extended gaming mouse pad with anti-slip base and stitched edges.", "price": 17.99, "category": "Peripherals", "stock": 220, "sku": "GMPAD-017", "image_url": "https://example.com/images/gamingmousepad.jpg", "rating": { "rate": 4.2, "count": 200 } },
{ "id": "18", "name": "Smart Plug", "description": "Wi-Fi smart plug with remote control and voice command compatibility.", "price": 22.99, "category": "Home", "stock": 300, "sku": "SPLUG-018", "image_url": "https://example.com/images/smartplug.jpg", "rating": { "rate": 4.4, "count": 230 } },
{ "id": "19", "name": "Action Camera", "description": "Waterproof action camera with 4K recording and Wi-Fi connectivity.", "price": 159.99, "category": "Electronics", "stock": 80, "sku": "ACAM-019", "image_url": "https://example.com/images/actioncamera.jpg", "rating": { "rate": 4.6, "count": 140 } },
{ "id": "20", "name": "Electric Kettle", "description": "Stainless steel electric kettle with rapid boiling and automatic shut-off.", "price": 34.99, "category": "Home", "stock": 120, "sku": "EKETTLE-020", "image_url": "https://example.com/images/electrickettle.jpg", "rating": { "rate": 4.5, "count": 150 } },
{ "id": "21", "name": "Portable Projector", "description": "Compact projector with 1080p resolution and built-in speakers.", "price": 299.99, "category": "Electronics", "stock": 30, "sku": "PJT-021", "image_url": "https://example.com/images/portableprojector.jpg", "rating": { "rate": 4.7, "count": 80 } },
{ "id": "22", "name": "Wireless Earbuds", "description": "True wireless earbuds with noise cancellation and touch controls.", "price": 79.99, "category": "Audio", "stock": 140, "sku": "WEBUDS-022", "image_url": "https://example.com/images/wirelesearbuds.jpg", "rating": { "rate": 4.6, "count": 200 } },
{ "id": "23", "name": "Gaming Monitor 24\"", "description": "24-inch gaming monitor with 144Hz refresh rate and low response time.", "price": 229.99, "category": "Displays", "stock": 60, "sku": "GMON-023", "image_url": "https://example.com/images/gamingmonitor24.jpg", "rating": { "rate": 4.5, "count": 120 } },
{ "id": "24", "name": "Docking Station", "description": "Universal docking station with USB-C, HDMI, and Ethernet ports.", "price": 99.99, "category": "Accessories", "stock": 70, "sku": "DOCK-024", "image_url": "https://example.com/images/dockingstation.jpg", "rating": { "rate": 4.8, "count": 110 } },
{ "id": "25", "name": "Fitness Tracker", "description": "Water-resistant fitness tracker with heart rate monitor and sleep tracking.", "price": 59.99, "category": "Wearables", "stock": 130, "sku": "FITTRACK-025", "image_url": "https://example.com/images/fitnesstracker.jpg", "rating": { "rate": 4.4, "count": 190 } },
{ "id": "26", "name": "Electric Toothbrush", "description": "Rechargeable electric toothbrush with multiple brushing modes and timer.", "price": 49.99, "category": "Health", "stock": 110, "sku": "ETOOTH-026", "image_url": "https://example.com/images/electrictoothbrush.jpg", "rating": { "rate": 4.5, "count": 140 } },
{ "id": "27", "name": "Air Purifier", "description": "Air purifier with HEPA filter and adjustable fan speeds.", "price": 129.99, "category": "Home", "stock": 60, "sku": "APUR-027", "image_url": "https://example.com/images/airpurifier.jpg", "rating": { "rate": 4.6, "count": 90 } },
{ "id": "28", "name": "Portable Blender", "description": "Compact portable blender with rechargeable battery and multiple speed settings.", "price": 39.99, "category": "Kitchen", "stock": 150, "sku": "PBLEND-028", "image_url": "https://example.com/images/portableblender.jpg", "rating": { "rate": 4.3, "count": 170 } },
{ "id": "29", "name": "Smartwatch", "description": "Smartwatch with fitness tracking, notifications, and customizable watch faces.", "price": 149.99, "category": "Wearables", "stock": 90, "sku": "SMARTW-029", "image_url": "https://example.com/images/smartwatch.jpg", "rating": { "rate": 4.6, "count": 120 } },
{ "id": "30", "name": "High-Speed Router", "description": "Dual-band router with high-speed internet and extended range.", "price": 99.99, "category": "Networking", "stock": 70, "sku": "ROUTER-030", "image_url": "https://example.com/images/highspeedrouter.jpg", "rating": { "rate": 4.7, "count": 130 } },
{ "id": "31", "name": "Wireless Printer", "description": "All-in-one wireless printer with scanning, copying, and mobile printing.", "price": 119.99, "category": "Electronics", "stock": 50, "sku": "WPRNT-031", "image_url": "https://example.com/images/wirelessprinter.jpg", "rating": { "rate": 4.5, "count": 80 } },
{ "id": "32", "name": "Noise-Canceling Headphones", "description": "Over-ear headphones with active noise cancellation and long battery life.", "price": 199.99, "category": "Audio", "stock": 40, "sku": "NCHEAD-032", "image_url": "https://example.com/images/noisecancelingheadphones.jpg", "rating": { "rate": 4.8, "count": 70 } },
{ "id": "33", "name": "Tablet Stand", "description": "Adjustable tablet stand with multiple viewing angles and non-slip base.", "price": 24.99, "category": "Accessories", "stock": 180, "sku": "TSTAND-033", "image_url": "https://example.com/images/tabletstand.jpg", "rating": { "rate": 4.4, "count": 200 } },
{ "id": "34", "name": "Digital Camera", "description": "Compact digital camera with high-resolution sensor and built-in Wi-Fi.", "price": 299.99, "category": "Electronics", "stock": 30, "sku": "DCAM-034", "image_url": "https://example.com/images/digitalcamera.jpg", "rating": { "rate": 4.6, "count": 60 } },
{ "id": "35", "name": "Smart Bulb", "description": "Color-changing smart bulb with app control and voice assistant compatibility.", "price": 14.99, "category": "Home", "stock": 250, "sku": "SBULB-035", "image_url": "https://example.com/images/smartbulb.jpg", "rating": { "rate": 4.5, "count": 300 } },
{ "id": "36", "name": "Game Console", "description": "Latest game console with 1TB storage and 4K gaming capability.", "price": 499.99, "category": "Gaming", "stock": 20, "sku": "GCON-036", "image_url": "https://example.com/images/gameconsole.jpg", "rating": { "rate": 4.8, "count": 50 } },
{ "id": "37", "name": "Electric Scooter", "description": "Foldable electric scooter with adjustable speed and LED lights.", "price": 399.99, "category": "Transportation", "stock": 15, "sku": "ESCOOTER-037", "image_url": "https://example.com/images/electricscooter.jpg", "rating": { "rate": 4.7, "count": 30 } },
{ "id": "38", "name": "Outdoor Speaker", "description": "Weatherproof outdoor speaker with Bluetooth connectivity and high audio quality.", "price": 89.99, "category": "Audio", "stock": 70, "sku": "OSPEAKER-038", "image_url": "https://example.com/images/outdoorspeaker.jpg", "rating": { "rate": 4.5, "count": 100 } },
{ "id": "39", "name": "Smart Doorbell", "description": "Video doorbell with motion detection, two-way audio, and mobile alerts.", "price": 159.99, "category": "Home", "stock": 40, "sku": "SDOORBELL-039", "image_url": "https://example.com/images/smartdoorbell.jpg", "rating": { "rate": 4.8, "count": 60 } },
{ "id": "40", "name": "Cordless Drill", "description": "Powerful cordless drill with multiple speed settings and rechargeable battery.", "price": 129.99, "category": "Tools", "stock": 50, "sku": "CDRILL-040", "image_url": "https://example.com/images/cordlessdrill.jpg", "rating": { "rate": 4.6, "count": 70 } },
{ "id": "41", "name": "Electric Blanket", "description": "Soft electric blanket with adjustable heat settings and automatic shut-off.", "price": 89.99, "category": "Home", "stock": 60, "sku": "EBLANKET-041", "image_url": "https://example.com/images/electricblanket.jpg", "rating": { "rate": 4.5, "count": 90 } },
{ "id": "42", "name": "Smart Scale", "description": "Digital smart scale with body composition analysis and app integration.", "price": 49.99, "category": "Health", "stock": 100, "sku": "SCALE-042", "image_url": "https://example.com/images/smartscale.jpg", "rating": { "rate": 4.4, "count": 130 } },
{ "id": "43", "name": "Portable Air Conditioner", "description": "Compact portable air conditioner with cooling and dehumidifying functions.", "price": 299.99, "category": "Home", "stock": 20, "sku": "PAC-043", "image_url": "https://example.com/images/portableairconditioner.jpg", "rating": { "rate": 4.6, "count": 30 } },
{ "id": "44", "name": "Electric Grill", "description": "Indoor electric grill with adjustable temperature and non-stick surface.", "price": 89.99, "category": "Kitchen", "stock": 70, "sku": "EGRILL-044", "image_url": "https://example.com/images/electricgrill.jpg", "rating": { "rate": 4.5, "count": 100 } },
{ "id": "45", "name": "Wireless Router", "description": "High-performance wireless router with advanced security features and fast speed.", "price": 79.99, "category": "Networking", "stock": 90, "sku": "WROUTER-045", "image_url": "https://example.com/images/wirelessrouter.jpg", "rating": { "rate": 4.7, "count": 120 } },
{ "id": "46", "name": "Digital Thermometer", "description": "Accurate digital thermometer with instant reading and memory function.", "price": 19.99, "category": "Health", "stock": 150, "sku": "DTHERMO-046", "image_url": "https://example.com/images/digitalthermometer.jpg", "rating": { "rate": 4.4, "count": 180 } },
{ "id": "47", "name": "Portable Heater", "description": "Compact portable heater with adjustable heat settings and safety features.", "price": 39.99, "category": "Home", "stock": 110, "sku": "PHEATER-047", "image_url": "https://example.com/images/portableheater.jpg", "rating": { "rate": 4.3, "count": 140 } },
{ "id": "48", "name": "Smart Security Camera", "description": "HD security camera with motion detection and cloud storage.", "price": 129.99, "category": "Security", "stock": 40, "sku": "SCAM-048", "image_url": "https://example.com/images/smartsecuritycamera.jpg", "rating": { "rate": 4.7, "count": 50 } },
{ "id": "49", "name": "Cordless Vacuum Cleaner", "description": "Lightweight cordless vacuum cleaner with strong suction power and long battery life.", "price": 249.99, "category": "Home", "stock": 30, "sku": "CVAC-049", "image_url": "https://example.com/images/cordlessvacuumcleaner.jpg", "rating": { "rate": 4.6, "count": 40 } },
{ "id": "50", "name": "Multi-Function Printer", "description": "All-in-one printer with printing, scanning, copying, and faxing capabilities.", "price": 159.99, "category": "Electronics", "stock": 50, "sku": "MFP-050", "image_url": "https://example.com/images/multifunctionprinter.jpg", "rating": { "rate": 4.5, "count": 70 } }
],
"users": [
{"id": "1", "firstname": "John", "lastname": "Doe", "email": "[email protected]", "username": "johndoe", "address": "123 Maple Street", "city": "Springfield", "state": "IL", "zipcode": "62704", "country": "USA", "phone": "555-1234"},
{"id": "2", "firstname": "Jane", "lastname": "Smith", "email": "[email protected]", "username": "janesmith", "address": "456 Oak Avenue", "city": "Austin", "state": "TX", "zipcode": "73301", "country": "USA", "phone": "555-5678"},
{"id": "3", "firstname": "Michael", "lastname": "Johnson", "email": "[email protected]", "username": "mjohnson", "address": "789 Pine Road", "city": "New York", "state": "NY", "zipcode": "10001", "country": "USA", "phone": "555-9876"},
{"id": "4", "firstname": "Emily", "lastname": "Williams", "email": "[email protected]", "username": "emwilliams", "address": "321 Birch Lane", "city": "San Francisco", "state": "CA", "zipcode": "94102", "country": "USA", "phone": "555-4321"},
{"id": "5", "firstname": "David", "lastname": "Brown", "email": "[email protected]", "username": "dbrown", "address": "654 Cedar Street", "city": "Miami", "state": "FL", "zipcode": "33101", "country": "USA", "phone": "555-8765"},
{"id": "6", "firstname": "Olivia", "lastname": "Jones", "email": "[email protected]", "username": "oliviaj", "address": "987 Elm Avenue", "city": "Chicago", "state": "IL", "zipcode": "60601", "country": "USA", "phone": "555-6543"},
{"id": "7", "firstname": "James", "lastname": "Garcia", "email": "[email protected]", "username": "jgarcia", "address": "159 Spruce Boulevard", "city": "Los Angeles", "state": "CA", "zipcode": "90001", "country": "USA", "phone": "555-3210"},
{"id": "8", "firstname": "Sophia", "lastname": "Martinez", "email": "[email protected]", "username": "smartinez", "address": "753 Willow Street", "city": "Houston", "state": "TX", "zipcode": "77001", "country": "USA", "phone": "555-0987"},
{"id": "9", "firstname": "Daniel", "lastname": "Rodriguez", "email": "[email protected]", "username": "drodriguez", "address": "852 Cypress Drive", "city": "Philadelphia", "state": "PA", "zipcode": "19101", "country": "USA", "phone": "555-4567"},
{"id": "10", "firstname": "Ava", "lastname": "Davis", "email": "[email protected]", "username": "avadavis", "address": "321 Maple Street", "city": "Seattle", "state": "WA", "zipcode": "98101", "country": "USA", "phone": "555-1122"},
{"id": "11", "firstname": "Lucas", "lastname": "Martinez", "email": "[email protected]", "username": "lmartinez", "address": "789 Cedar Lane", "city": "Boston", "state": "MA", "zipcode": "02108", "country": "USA", "phone": "555-3344"},
{"id": "12", "firstname": "Mia", "lastname": "Hernandez", "email": "[email protected]", "username": "miahernandez", "address": "987 Oak Street", "city": "Atlanta", "state": "GA", "zipcode": "30301", "country": "USA", "phone": "555-5566"},
{"id": "13", "firstname": "Benjamin", "lastname": "Lopez", "email": "[email protected]", "username": "benlopez", "address": "456 Pine Avenue", "city": "Denver", "state": "CO", "zipcode": "80201", "country": "USA", "phone": "555-7788"},
{"id": "14", "firstname": "Charlotte", "lastname": "Gonzalez", "email": "[email protected]", "username": "cgonzalez", "address": "321 Spruce Lane", "city": "Dallas", "state": "TX", "zipcode": "75201", "country": "USA", "phone": "555-9900"},
{"id": "15", "firstname": "William", "lastname": "Perez", "email": "[email protected]", "username": "wperez", "address": "753 Maple Street", "city": "Orlando", "state": "FL", "zipcode": "32801", "country": "USA", "phone": "555-2233"},
{"id": "16", "firstname": "Amelia", "lastname": "Sanchez", "email": "[email protected]", "username": "asanchez", "address": "852 Birch Avenue", "city": "Phoenix", "state": "AZ", "zipcode": "85001", "country": "USA", "phone": "555-4455"},
{"id": "17", "firstname": "Ethan", "lastname": "Ramirez", "email": "[email protected]", "username": "ethanramirez", "address": "654 Oak Lane", "city": "San Diego", "state": "CA", "zipcode": "92101", "country": "USA", "phone": "555-6677"},
{"id": "18", "firstname": "Isabella", "lastname": "Torres", "email": "[email protected]", "username": "isatorres", "address": "987 Pine Street", "city": "Las Vegas", "state": "NV", "zipcode": "89101", "country": "USA", "phone": "555-8899"},
{"id": "19", "firstname": "Henry", "lastname": "Flores", "email": "[email protected]", "username": "hflores", "address": "321 Elm Avenue", "city": "Portland", "state": "OR", "zipcode": "97201", "country": "USA", "phone": "555-0011"},
{"id": "20", "firstname": "Emma", "lastname": "Nguyen", "email": "[email protected]", "username": "emnguyen", "address": "159 Cedar Street", "city": "Salt Lake City", "state": "UT", "zipcode": "84101", "country": "USA", "phone": "555-2234"}
],
"carts" : [
{"id": "1", "userId": 5, "items": [{"productId": 12, "quantity": 1}], "date": "2024-08-09T14:32:00Z", "status": "Pending"},
{"id": "2", "userId": 8, "items": [{"productId": 33, "quantity": 2}, {"productId": 7, "quantity": 1}], "date": "2024-08-09T15:45:00Z", "status": "Completed"},
{"id": "3", "userId": null, "items": [{"productId": 25, "quantity": 1}], "date": "2024-08-09T16:22:00Z", "status": "Abandoned"},
{"id": "4", "userId": 3, "items": [{"productId": 14, "quantity": 2}, {"productId": 19, "quantity": 1}], "date": "2024-08-09T17:11:00Z", "status": "Pending"},
{"id": "5", "userId": 17, "items": [{"productId": 8, "quantity": 1}], "date": "2024-08-09T18:30:00Z", "status": "Completed"},
{"id": "6", "userId": null, "items": [{"productId": 30, "quantity": 3}], "date": "2024-08-09T19:45:00Z", "status": "Abandoned"},
{"id": "7", "userId": 6, "items": [{"productId": 16, "quantity": 1}, {"productId": 43, "quantity": 2}], "date": "2024-08-09T20:00:00Z", "status": "Completed"},
{"id": "8", "userId": 15, "items": [{"productId": 2, "quantity": 1}], "date": "2024-08-09T21:05:00Z", "status": "Pending"},
{"id": "9", "userId": 11, "items": [{"productId": 21, "quantity": 1}], "date": "2024-08-09T22:15:00Z", "status": "Completed"},
{"id": "10", "userId": 9, "items": [{"productId": 43, "quantity": 2}, {"productId": 12, "quantity": 1}], "date": "2024-08-09T23:20:00Z", "status": "Pending"},
{"id": "11", "userId": null, "items": [{"productId": 7, "quantity": 1}, {"productId": 8, "quantity": 2}], "date": "2024-08-09T14:32:00Z", "status": "Abandoned"},
{"id": "12", "userId": 19, "items": [{"productId": 25, "quantity": 1}], "date": "2024-08-09T15:45:00Z", "status": "Completed"},
{"id": "13", "userId": 7, "items": [{"productId": 33, "quantity": 1}, {"productId": 14, "quantity": 1}], "date": "2024-08-09T16:22:00Z", "status": "Pending"},
{"id": "14", "userId": 2, "items": [{"productId": 43, "quantity": 2}], "date": "2024-08-09T17:11:00Z", "status": "Completed"},
{"id": "15", "userId": null, "items": [{"productId": 19, "quantity": 1}, {"productId": 30, "quantity": 2}], "date": "2024-08-09T18:30:00Z", "status": "Abandoned"},
{"id": "16", "userId": 1, "items": [{"productId": 21, "quantity": 1}], "date": "2024-08-09T19:45:00Z", "status": "Pending"},
{"id": "17", "userId": 13, "items": [{"productId": 12, "quantity": 3}], "date": "2024-08-09T20:00:00Z", "status": "Completed"},
{"id": "18", "userId": 10, "items": [{"productId": 8, "quantity": 2}, {"productId": 43, "quantity": 1}], "date": "2024-08-09T21:05:00Z", "status": "Pending"},
{"id": "19", "userId": 4, "items": [{"productId": 7, "quantity": 1}], "date": "2024-08-09T22:15:00Z", "status": "Completed"},
{"id": "20", "userId": 16, "items": [{"productId": 19, "quantity": 1}, {"productId": 25, "quantity": 2}], "date": "2024-08-09T23:20:00Z", "status": "Pending"}
],
"coupons": [
{"id": "1", "code": "SAVE10", "discount": 10, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Applicable on orders over $50"},
{"id": "2", "code": "WELCOME15", "discount": 15, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-15T23:59:59Z", "conditions": "New users only"},
{"id": "3", "code": "FREESHIP", "discount": 0, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Free shipping on orders over $75"},
{"id": "4", "code": "SUMMER20", "discount": 20, "start_date": "2024-08-05T00:00:00Z", "end_date": "2024-08-20T23:59:59Z", "conditions": "Summer sale, no minimum purchase"},
{"id": "5", "code": "EXTRA5", "discount": 5, "start_date": "2024-08-10T00:00:00Z", "end_date": "2024-08-25T23:59:59Z", "conditions": "Extra 5% off on sale items"},
{"id": "6", "code": "BUY1GET1", "discount": 100, "start_date": "2024-08-15T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Buy one, get one free"},
{"id": "7", "code": "BACK2SCHOOL", "discount": 25, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-15T23:59:59Z", "conditions": "Back-to-school promotion"},
{"id": "8", "code": "VIP30", "discount": 30, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "For VIP members only"},
{"id": "9", "code": "CLEARANCE40", "discount": 40, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Clearance items only"},
{"id": "10", "code": "HAPPYHOUR15", "discount": 15, "start_date": "2024-08-05T00:00:00Z", "end_date": "2024-08-05T23:59:59Z", "conditions": "Happy hour special"},
{"id": "11", "code": "AUTUMN25", "discount": 25, "start_date": "2024-08-20T00:00:00Z", "end_date": "2024-09-10T23:59:59Z", "conditions": "Autumn collection"},
{"id": "12", "code": "FLASH10", "discount": 10, "start_date": "2024-08-10T00:00:00Z", "end_date": "2024-08-10T23:59:59Z", "conditions": "Flash sale"},
{"id": "13", "code": "BIRTHDAY20", "discount": 20, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Birthday discount"},
{"id": "14", "code": "WELCOME25", "discount": 25, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-15T23:59:59Z", "conditions": "Welcome offer for new users"},
{"id": "15", "code": "LOYALTY10", "discount": 10, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Loyalty program members"},
{"id": "16", "code": "SHOPPINGSPREE", "discount": 50, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Spend over $200"},
{"id": "17", "code": "SEASONAL30", "discount": 30, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Seasonal discount"},
{"id": "18", "code": "BONUS15", "discount": 15, "start_date": "2024-08-01T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Bonus offer"},
{"id": "19", "code": "HOLIDAY20", "discount": 20, "start_date": "2024-08-10T00:00:00Z", "end_date": "2024-08-25T23:59:59Z", "conditions": "Holiday special"},
{"id": "20", "code": "LIMITED10", "discount": 10, "start_date": "2024-08-20T00:00:00Z", "end_date": "2024-08-31T23:59:59Z", "conditions": "Limited time offer"}
]
}