// Logistics Network Insights (logistics-network-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.categories), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.categories.createMany({
        data: [
            { id: 1, name: "materials clothing", description: "The team asked for a change and the payment was reviewed.", product_count: 27, average_price: "111.48" },
            { id: 2, name: "equipment tools food", description: null, product_count: 23, average_price: "117.41" },
            { id: 3, name: "equipment materials beverages", description: null, product_count: 34, average_price: "77.01" },
            { id: 4, name: "furniture accessories tools", description: "The team asked for a change and the booking was escalated.", product_count: 14, average_price: "85.78" },
            { id: 5, name: "appliances furniture", description: "A manual transfer was refunded the same day.", product_count: 22, average_price: "144.03" },
            { id: 6, name: "materials sports furniture", description: "Flagged as incomplete. Support cancelled the appointment.", product_count: 42, average_price: "31.19" },
            { id: 7, name: "automotive", description: null, product_count: 23, average_price: "226.28" },
            { id: 8, name: "equipment stationery appliances", description: null, product_count: 38, average_price: "14.95" },
            { id: 9, name: "clothing", description: "Flagged as partial. An operator replaced the record.", product_count: 25, average_price: "10.45" },
            { id: 10, name: "beverages", description: "The request was completed after a manual check.", product_count: 22, average_price: "78.91" },
            { id: 11, name: "toys", description: "The account was reopened following a manual review.", product_count: 22, average_price: "257.63" },
            { id: 12, name: "appliances supplies", description: "An operator reported an urgent issue; the record was confirmed.", product_count: 19, average_price: "237.05" },
            { id: 13, name: "tools", description: "The reviewer asked for a change and the ticket was reopened.", product_count: 23, average_price: "20.42" },
            { id: 14, name: "garden", description: "The reviewer asked for a change and the booking was confirmed.", product_count: 21, average_price: "29.74" },
            { id: 15, name: "home supplies gifts", description: "The reviewer reported a standard issue; the shipment was reviewed.", product_count: 20, average_price: "279.24" },
            { id: 16, name: "furniture automotive home", description: "An operator asked for a change and the claim was resolved.", product_count: 24, average_price: "92.21" },
            { id: 17, name: "outdoors appliances materials", description: "A partial report was replaced the same day.", product_count: 35, average_price: "108.79" },
            { id: 18, name: "garden", description: "A late follow-up: the report was resolved.", product_count: 13, average_price: "13.90" },
            { id: 19, name: "garden materials", description: "An operator reported an unusual issue; the booking was confirmed.", product_count: 42, average_price: "59.80" },
            { id: 20, name: "clothing", description: "No response from the team, so the appointment was delayed.", product_count: 24, average_price: "287.58" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { id: 1, first_name: "Nina", last_name: "Hoffmann", email: "nina.hoffmann@example.net", loyalty_points: 598 },
            { id: 2, first_name: "Emma", last_name: "Torres", email: "emma.torres@example.org", loyalty_points: 406 },
            { id: 3, first_name: "Diego", last_name: "Singh", email: "diego.singh@example.net", loyalty_points: 443 },
            { id: 4, first_name: "Theo", last_name: "Ruiz", email: "theo.ruiz@example.org", loyalty_points: 525 },
            { id: 5, first_name: "Lucas", last_name: "Diaz", email: "lucas.diaz@example.net", loyalty_points: null },
            { id: 6, first_name: "Grace", last_name: "Ruiz", email: "grace.ruiz@example.com", loyalty_points: null },
            { id: 7, first_name: "Liam", last_name: "Hansen", email: "liam.hansen@example.net", loyalty_points: 307 },
            { id: 8, first_name: "Hugo", last_name: "Becker", email: "hugo.becker@example.org", loyalty_points: 544 },
            { id: 9, first_name: "Nour", last_name: "Moreau", email: "nour.moreau@example.net", loyalty_points: 340 },
            { id: 10, first_name: "Kai", last_name: "Jansen", email: "kai.jansen@example.com", loyalty_points: 545 },
            { id: 11, first_name: "Ana", last_name: "Miller", email: "ana.miller@example.net", loyalty_points: 555 },
            { id: 12, first_name: "Elena", last_name: "Weber", email: "elena.weber@example.org", loyalty_points: 656 },
            { id: 13, first_name: "Sam", last_name: "Meyer", email: "sam.meyer@example.org", loyalty_points: null },
            { id: 14, first_name: "Ruby", last_name: "Miller", email: "ruby.miller@example.org", loyalty_points: 449 },
            { id: 15, first_name: "Ana", last_name: "Flores", email: "ana.flores@example.org", loyalty_points: 703 },
            { id: 16, first_name: "Ethan", last_name: "Patel", email: "ethan.patel@example.com", loyalty_points: 649 },
            { id: 17, first_name: "Deniz", last_name: "Bennett", email: "deniz.bennett@example.net", loyalty_points: 539 },
            { id: 18, first_name: "Priya", last_name: "Reyes", email: "priya.reyes@example.org", loyalty_points: null },
            { id: 19, first_name: "Tomas", last_name: "Almeida", email: "tomas.almeida@example.net", loyalty_points: 456 },
            { id: 20, first_name: "Isaac", last_name: "Khan", email: "isaac.khan@example.net", loyalty_points: 539 },
            { id: 21, first_name: "Deniz", last_name: "Nguyen", email: "deniz.nguyen@example.com", loyalty_points: null },
            { id: 22, first_name: "Mei", last_name: "Diaz", email: "mei.diaz@example.net", loyalty_points: 356 },
            { id: 23, first_name: "Elena", last_name: "Hoffmann", email: "elena.hoffmann@example.net", loyalty_points: 427 },
            { id: 24, first_name: "Isaac", last_name: "Davis", email: "isaac.davis@example.com", loyalty_points: 524 },
            { id: 25, first_name: "Carlos", last_name: "Hughes", email: "carlos.hughes@example.org", loyalty_points: 748 },
            { id: 26, first_name: "Nina", last_name: "Baker", email: "nina.baker@example.net", loyalty_points: 458 },
            { id: 27, first_name: "Karim", last_name: "Bennett", email: "karim.bennett@example.net", loyalty_points: 458 },
            { id: 28, first_name: "Noah", last_name: "Wagner", email: "noah.wagner@example.com", loyalty_points: 547 },
            { id: 29, first_name: "Mia", last_name: "Castro", email: "mia.castro@example.com", loyalty_points: 476 },
            { id: 30, first_name: "Felix", last_name: "Oliveira", email: "felix.oliveira@example.org", loyalty_points: 240 },
            { id: 31, first_name: "Olivia", last_name: "Young", email: "olivia.young@example.net", loyalty_points: 209 },
            { id: 32, first_name: "Pedro", last_name: "Mendes", email: "pedro.mendes@example.org", loyalty_points: 584 },
            { id: 33, first_name: "Elena", last_name: "Wright", email: "elena.wright@example.com", loyalty_points: 690 },
            { id: 34, first_name: "Ethan", last_name: "Taylor", email: "ethan.taylor@example.org", loyalty_points: 670 },
            { id: 35, first_name: "Grace", last_name: "Wright", email: "grace.wright@example.com", loyalty_points: 279 },
            { id: 36, first_name: "Pedro", last_name: "Lopez", email: "pedro.lopez@example.com", loyalty_points: 286 },
            { id: 37, first_name: "Ana", last_name: "Zhang", email: "ana.zhang@example.com", loyalty_points: null },
            { id: 38, first_name: "Maria", last_name: "Jensen", email: "maria.jensen@example.net", loyalty_points: 683 },
            { id: 39, first_name: "Elena", last_name: "Evans", email: "elena.evans@example.com", loyalty_points: null },
            { id: 40, first_name: "Zara", last_name: "Patel", email: "zara.patel@example.org", loyalty_points: 372 },
            { id: 41, first_name: "Maja", last_name: "Jensen", email: "maja.jensen@example.org", loyalty_points: 299 },
            { id: 42, first_name: "Julia", last_name: "Miller", email: "julia.miller@example.net", loyalty_points: 432 },
            { id: 43, first_name: "Rafael", last_name: "Carter", email: "rafael.carter@example.com", loyalty_points: 617 },
            { id: 44, first_name: "Felix", last_name: "Wang", email: "felix.wang@example.com", loyalty_points: 311 },
            { id: 45, first_name: "Fatima", last_name: "Larsen", email: "fatima.larsen@example.org", loyalty_points: 484 },
            { id: 46, first_name: "Anna", last_name: "Andersen", email: "anna.andersen@example.com", loyalty_points: 462 },
            { id: 47, first_name: "Oscar", last_name: "Klein", email: "oscar.klein@example.net", loyalty_points: 384 },
            { id: 48, first_name: "Hannah", last_name: "Sousa", email: "hannah.sousa@example.org", loyalty_points: 574 },
            { id: 49, first_name: "Sara", last_name: "Yilmaz", email: "sara.yilmaz@example.org", loyalty_points: 636 },
            { id: 50, first_name: "Zara", last_name: "Davis", email: "zara.davis@example.org", loyalty_points: 750 },
            { id: 51, first_name: "Marco", last_name: "Lee", email: "marco.lee@example.org", loyalty_points: 364 },
            { id: 52, first_name: "Zoe", last_name: "Weber", email: "zoe.weber@example.com", loyalty_points: 315 },
            { id: 53, first_name: "Yusuf", last_name: "Taylor", email: "yusuf.taylor@example.org", loyalty_points: 290 },
            { id: 54, first_name: "Arjun", last_name: "Clark", email: "arjun.clark@example.org", loyalty_points: 635 },
            { id: 55, first_name: "Yusuf", last_name: "Reyes", email: "yusuf.reyes@example.com", loyalty_points: 523 },
            { id: 56, first_name: "Lucas", last_name: "Rossi", email: "lucas.rossi@example.com", loyalty_points: 554 },
            { id: 57, first_name: "Noah", last_name: "Becker", email: "noah.becker@example.net", loyalty_points: 438 },
            { id: 58, first_name: "Tomas", last_name: "Nakamura", email: "tomas.nakamura@example.com", loyalty_points: 440 },
            { id: 59, first_name: "Noah", last_name: "Vargas", email: "noah.vargas@example.org", loyalty_points: 372 },
            { id: 60, first_name: "Karim", last_name: "Novak", email: "karim.novak@example.net", loyalty_points: 528 },
            { id: 61, first_name: "Diego", last_name: "Sato", email: "diego.sato@example.org", loyalty_points: 648 },
            { id: 62, first_name: "Omar", last_name: "Larsen", email: "omar.larsen@example.org", loyalty_points: 428 },
            { id: 63, first_name: "Priya", last_name: "Demir", email: "priya.demir@example.org", loyalty_points: null },
            { id: 64, first_name: "Ruby", last_name: "Wagner", email: "ruby.wagner@example.org", loyalty_points: 586 },
            { id: 65, first_name: "Jack", last_name: "Jansen", email: "jack.jansen@example.org", loyalty_points: 528 },
            { id: 66, first_name: "Mei", last_name: "Young", email: "mei.young@example.org", loyalty_points: 560 },
            { id: 67, first_name: "Mei", last_name: "Meyer", email: "mei.meyer@example.com", loyalty_points: 446 },
            { id: 68, first_name: "Selin", last_name: "Becker", email: "selin.becker@example.net", loyalty_points: 353 },
            { id: 69, first_name: "Zoe", last_name: "Carter", email: "zoe.carter@example.net", loyalty_points: 610 },
            { id: 70, first_name: "Laura", last_name: "Cruz", email: "laura.cruz@example.net", loyalty_points: 173 },
            { id: 71, first_name: "Arjun", last_name: "Shah", email: "arjun.shah@example.com", loyalty_points: null },
            { id: 72, first_name: "Yara", last_name: "Silva", email: "yara.silva@example.com", loyalty_points: 507 },
            { id: 73, first_name: "Selin", last_name: "Larsen", email: "selin.larsen@example.com", loyalty_points: 773 },
            { id: 74, first_name: "Diego", last_name: "Adams", email: "diego.adams@example.com", loyalty_points: 704 },
            { id: 75, first_name: "Arjun", last_name: "Hoffmann", email: "arjun.hoffmann@example.net", loyalty_points: 404 },
            { id: 76, first_name: "Jade", last_name: "Chen", email: "jade.chen@example.com", loyalty_points: 431 },
            { id: 77, first_name: "Mateo", last_name: "Schneider", email: "mateo.schneider@example.com", loyalty_points: 523 },
            { id: 78, first_name: "Karim", last_name: "Kumar", email: "karim.kumar@example.org", loyalty_points: 385 },
            { id: 79, first_name: "Grace", last_name: "Cruz", email: "grace.cruz@example.net", loyalty_points: 384 },
            { id: 80, first_name: "Chloe", last_name: "Young", email: "chloe.young@example.org", loyalty_points: 806 },
            { id: 81, first_name: "Felix", last_name: "Smith", email: "felix.smith@example.com", loyalty_points: 409 },
            { id: 82, first_name: "Amir", last_name: "Ibrahim", email: "amir.ibrahim@example.net", loyalty_points: 310 },
            { id: 83, first_name: "Fatima", last_name: "Hughes", email: "fatima.hughes@example.net", loyalty_points: null },
            { id: 84, first_name: "Hannah", last_name: "Reyes", email: "hannah.reyes@example.org", loyalty_points: 295 },
            { id: 85, first_name: "Priya", last_name: "Garcia", email: "priya.garcia@example.org", loyalty_points: 365 },
            { id: 86, first_name: "Ravi", last_name: "Evans", email: "ravi.evans@example.org", loyalty_points: 441 },
            { id: 87, first_name: "Jack", last_name: "Walker", email: "jack.walker@example.com", loyalty_points: 386 },
            { id: 88, first_name: "Marco", last_name: "Flores", email: "marco.flores@example.net", loyalty_points: 678 },
            { id: 89, first_name: "Maya", last_name: "Adams", email: "maya.adams@example.com", loyalty_points: 779 },
            { id: 90, first_name: "Fatima", last_name: "Almeida", email: "fatima.almeida@example.com", loyalty_points: 655 },
            { id: 91, first_name: "Ivan", last_name: "Khan", email: "ivan.khan@example.org", loyalty_points: 405 },
            { id: 92, first_name: "Carla", last_name: "Almeida", email: "carla.almeida@example.com", loyalty_points: 647 },
            { id: 93, first_name: "Felix", last_name: "Hassan", email: "felix.hassan@example.org", loyalty_points: 556 },
            { id: 94, first_name: "Zara", last_name: "Kaya", email: "zara.kaya@example.org", loyalty_points: 516 },
            { id: 95, first_name: "Nour", last_name: "Lopez", email: "nour.lopez@example.net", loyalty_points: null },
            { id: 96, first_name: "Ibrahim", last_name: "Wang", email: "ibrahim.wang@example.net", loyalty_points: 601 },
            { id: 97, first_name: "Pedro", last_name: "Singh", email: "pedro.singh@example.net", loyalty_points: null },
            { id: 98, first_name: "Tomas", last_name: "Costa", email: "tomas.costa@example.com", loyalty_points: 640 },
            { id: 99, first_name: "Yara", last_name: "Costa", email: "yara.costa@example.net", loyalty_points: 596 },
            { id: 100, first_name: "Nina", last_name: "Castro", email: "nina.castro@example.org", loyalty_points: 283 },
            { id: 101, first_name: "Rafael", last_name: "Baker", email: "rafael.baker@example.org", loyalty_points: 460 },
            { id: 102, first_name: "Selin", last_name: "Costa", email: "selin.costa@example.org", loyalty_points: 496 },
            { id: 103, first_name: "Maria", last_name: "Wang", email: "maria.wang@example.org", loyalty_points: 779 },
            { id: 104, first_name: "Sam", last_name: "Wright", email: "sam.wright@example.com", loyalty_points: 688 },
            { id: 105, first_name: "Hana", last_name: "Hassan", email: "hana.hassan@example.net", loyalty_points: 394 },
            { id: 106, first_name: "Andre", last_name: "Weber", email: "andre.weber@example.net", loyalty_points: 472 },
            { id: 107, first_name: "Fatima", last_name: "Castro", email: "fatima.castro@example.com", loyalty_points: 448 },
            { id: 108, first_name: "Omar", last_name: "Castro", email: "omar.castro@example.net", loyalty_points: 589 },
            { id: 109, first_name: "Yara", last_name: "Kim", email: "yara.kim@example.net", loyalty_points: 695 },
            { id: 110, first_name: "Carla", last_name: "Kumar", email: "carla.kumar@example.org", loyalty_points: 630 },
            { id: 111, first_name: "Andre", last_name: "Hansen", email: "andre.hansen@example.org", loyalty_points: 483 },
            { id: 112, first_name: "Fatima", last_name: "Zhang", email: "fatima.zhang@example.net", loyalty_points: 369 },
            { id: 113, first_name: "Olivia", last_name: "Miller", email: "olivia.miller@example.net", loyalty_points: 650 },
            { id: 114, first_name: "Nadia", last_name: "Bauer", email: "nadia.bauer@example.org", loyalty_points: 552 },
            { id: 115, first_name: "Sara", last_name: "Moreau", email: "sara.moreau@example.com", loyalty_points: 519 },
            { id: 116, first_name: "Grace", last_name: "Jensen", email: "grace.jensen@example.com", loyalty_points: 294 },
            { id: 117, first_name: "Victor", last_name: "Young", email: "victor.young@example.net", loyalty_points: 431 },
            { id: 118, first_name: "Mila", last_name: "Dubois", email: "mila.dubois@example.net", loyalty_points: 333 },
            { id: 119, first_name: "Elif", last_name: "Castro", email: "elif.castro@example.com", loyalty_points: 566 },
            { id: 120, first_name: "Hana", last_name: "Zhang", email: "hana.zhang@example.com", loyalty_points: 562 },
            { id: 121, first_name: "Ethan", last_name: "Adams", email: "ethan.adams@example.org", loyalty_points: 792 },
            { id: 122, first_name: "Kai", last_name: "Weber", email: "kai.weber@example.org", loyalty_points: 383 },
            { id: 123, first_name: "Selin", last_name: "Meyer", email: "selin.meyer@example.net", loyalty_points: 636 },
            { id: 124, first_name: "Oscar", last_name: "Ruiz", email: "oscar.ruiz@example.org", loyalty_points: 348 },
            { id: 125, first_name: "Lena", last_name: "Kaya", email: "lena.kaya@example.com", loyalty_points: 519 },
            { id: 126, first_name: "Ethan", last_name: "Park", email: "ethan.park@example.org", loyalty_points: 396 },
            { id: 127, first_name: "Sofia", last_name: "Gupta", email: "sofia.gupta@example.com", loyalty_points: 499 },
            { id: 128, first_name: "Laura", last_name: "Wagner", email: "laura.wagner@example.com", loyalty_points: 471 },
            { id: 129, first_name: "Hugo", last_name: "Ali", email: "hugo.ali@example.com", loyalty_points: 511 },
            { id: 130, first_name: "Maya", last_name: "Flores", email: "maya.flores@example.org", loyalty_points: 481 },
            { id: 131, first_name: "Maja", last_name: "Dubois", email: "maja.dubois@example.net", loyalty_points: 246 },
            { id: 132, first_name: "Maria", last_name: "Carter", email: "maria.carter@example.org", loyalty_points: 508 },
            { id: 133, first_name: "Hugo", last_name: "Brown", email: "hugo.brown@example.net", loyalty_points: null },
            { id: 134, first_name: "Ethan", last_name: "Gomez", email: "ethan.gomez@example.org", loyalty_points: 758 },
            { id: 135, first_name: "Fatima", last_name: "Novak", email: "fatima.novak@example.org", loyalty_points: 629 },
            { id: 136, first_name: "Pedro", last_name: "Kaya", email: "pedro.kaya@example.com", loyalty_points: 476 },
            { id: 137, first_name: "Priya", last_name: "Clark", email: "priya.clark@example.com", loyalty_points: 501 },
            { id: 138, first_name: "Lucas", last_name: "Rossi", email: "lucas.rossi@example.com", loyalty_points: 655 },
            { id: 139, first_name: "Kai", last_name: "Taylor", email: "kai.taylor@example.net", loyalty_points: 653 },
            { id: 140, first_name: "Lucas", last_name: "Weber", email: "lucas.weber@example.org", loyalty_points: 346 },
            { id: 141, first_name: "Chloe", last_name: "Demir", email: "chloe.demir@example.com", loyalty_points: 451 },
            { id: 142, first_name: "Rafael", last_name: "Flores", email: "rafael.flores@example.org", loyalty_points: 438 },
            { id: 143, first_name: "Chloe", last_name: "Martin", email: "chloe.martin@example.org", loyalty_points: 562 },
            { id: 144, first_name: "Deniz", last_name: "Andersen", email: "deniz.andersen@example.com", loyalty_points: 563 },
            { id: 145, first_name: "Yusuf", last_name: "Johnson", email: "yusuf.johnson@example.com", loyalty_points: 737 },
            { id: 146, first_name: "Laura", last_name: "Castro", email: "laura.castro@example.org", loyalty_points: 236 },
            { id: 147, first_name: "Emma", last_name: "Clark", email: "emma.clark@example.org", loyalty_points: 831 },
            { id: 148, first_name: "Liam", last_name: "Wilson", email: "liam.wilson@example.net", loyalty_points: 505 },
            { id: 149, first_name: "Tomas", last_name: "Evans", email: "tomas.evans@example.com", loyalty_points: 610 },
            { id: 150, first_name: "Paula", last_name: "Young", email: "paula.young@example.org", loyalty_points: 424 },
        ],
    });
    await prisma.products.createMany({
        data: [
            { id: 1, name: "component", category_id: 15, price: null, stock_quantity: 537, average_rating: null },
            { id: 2, name: "good gadget", category_id: 16, price: "20.50", stock_quantity: 416, average_rating: "3.8" },
            { id: 3, name: "device stock", category_id: 7, price: "57.71", stock_quantity: 449, average_rating: "5.0" },
            { id: 4, name: "article tool", category_id: 8, price: "130.06", stock_quantity: 308, average_rating: "5.0" },
            { id: 5, name: "offering product stock", category_id: 14, price: "137.46", stock_quantity: 522, average_rating: "3.1" },
            { id: 6, name: "fixture unit", category_id: 18, price: "10.10", stock_quantity: 542, average_rating: "4.1" },
            { id: 7, name: "good", category_id: 14, price: "41.60", stock_quantity: 592, average_rating: "2.1" },
            { id: 8, name: "supply fixture", category_id: 13, price: "50.46", stock_quantity: 396, average_rating: "4.1" },
            { id: 9, name: "resource item material", category_id: 14, price: "10.42", stock_quantity: 354, average_rating: "5.0" },
            { id: 10, name: "appliance device", category_id: 11, price: "143.58", stock_quantity: 603, average_rating: "4.6" },
            { id: 11, name: "item gadget tool", category_id: 8, price: "227.32", stock_quantity: 527, average_rating: "4.6" },
            { id: 12, name: "appliance", category_id: 9, price: "10.55", stock_quantity: 489, average_rating: "5.0" },
            { id: 13, name: "widget unit", category_id: 14, price: "453.81", stock_quantity: 414, average_rating: "2.7" },
            { id: 14, name: "stock appliance article", category_id: 1, price: "257.78", stock_quantity: 525, average_rating: "3.0" },
            { id: 15, name: "merchandise component", category_id: 3, price: "250.85", stock_quantity: 653, average_rating: "1.4" },
            { id: 16, name: "product", category_id: 20, price: "273.37", stock_quantity: 662, average_rating: "4.6" },
            { id: 17, name: "unit equipment", category_id: 5, price: "282.61", stock_quantity: 507, average_rating: "5.0" },
            { id: 18, name: "unit widget good", category_id: 5, price: "402.53", stock_quantity: 508, average_rating: null },
            { id: 19, name: "device", category_id: 10, price: "228.20", stock_quantity: 686, average_rating: "4.9" },
            { id: 20, name: "component equipment fixture", category_id: 5, price: "151.83", stock_quantity: 437, average_rating: "4.9" },
            { id: 21, name: "accessory offering product", category_id: 18, price: "428.66", stock_quantity: 525, average_rating: null },
            { id: 22, name: "component resource", category_id: 4, price: "318.76", stock_quantity: 590, average_rating: null },
            { id: 23, name: "item device widget", category_id: 9, price: "47.20", stock_quantity: 494, average_rating: "3.5" },
            { id: 24, name: "stock", category_id: 5, price: "174.34", stock_quantity: 623, average_rating: "4.7" },
            { id: 25, name: "supply fixture", category_id: 7, price: "203.23", stock_quantity: 449, average_rating: "3.4" },
            { id: 26, name: "gadget widget", category_id: 9, price: "10.26", stock_quantity: 562, average_rating: "4.1" },
            { id: 27, name: "stock equipment", category_id: 5, price: "471.18", stock_quantity: 584, average_rating: null },
            { id: 28, name: "appliance", category_id: 16, price: "102.40", stock_quantity: 508, average_rating: "1.5" },
            { id: 29, name: "resource article", category_id: 18, price: "173.16", stock_quantity: 461, average_rating: "3.3" },
            { id: 30, name: "resource", category_id: 2, price: "14.58", stock_quantity: 727, average_rating: "3.5" },
            { id: 31, name: "supply item unit", category_id: 17, price: "243.38", stock_quantity: 468, average_rating: null },
            { id: 32, name: "product", category_id: 3, price: null, stock_quantity: 178, average_rating: "4.8" },
            { id: 33, name: "good stock", category_id: 15, price: "13.54", stock_quantity: 520, average_rating: null },
            { id: 34, name: "supply unit", category_id: 17, price: "464.63", stock_quantity: 607, average_rating: "3.1" },
            { id: 35, name: "equipment", category_id: 10, price: "31.19", stock_quantity: 452, average_rating: "4.1" },
            { id: 36, name: "appliance", category_id: 14, price: "19.94", stock_quantity: 551, average_rating: null },
            { id: 37, name: "offering product", category_id: 4, price: null, stock_quantity: 411, average_rating: "3.2" },
            { id: 38, name: "fixture material", category_id: 12, price: "248.47", stock_quantity: 525, average_rating: "4.7" },
            { id: 39, name: "unit offering material", category_id: 19, price: "111.95", stock_quantity: 685, average_rating: "5.0" },
            { id: 40, name: "article", category_id: 16, price: "303.41", stock_quantity: 526, average_rating: "1.5" },
            { id: 41, name: "material", category_id: 2, price: "420.24", stock_quantity: 405, average_rating: "4.9" },
            { id: 42, name: "accessory widget", category_id: 19, price: "403.45", stock_quantity: 552, average_rating: "1.4" },
            { id: 43, name: "fixture device", category_id: 13, price: "10.12", stock_quantity: 553, average_rating: "4.3" },
            { id: 44, name: "component resource", category_id: 19, price: "70.62", stock_quantity: 423, average_rating: "2.7" },
            { id: 45, name: "product unit accessory", category_id: 17, price: "227.86", stock_quantity: 395, average_rating: "1.1" },
            { id: 46, name: "device", category_id: 3, price: "307.16", stock_quantity: 391, average_rating: "3.5" },
            { id: 47, name: "accessory article", category_id: 11, price: "53.07", stock_quantity: 525, average_rating: "1.4" },
            { id: 48, name: "merchandise widget", category_id: 7, price: "272.83", stock_quantity: 682, average_rating: "3.4" },
            { id: 49, name: "article gadget item", category_id: 14, price: "148.87", stock_quantity: 438, average_rating: "3.5" },
            { id: 50, name: "resource unit", category_id: 12, price: "121.05", stock_quantity: 314, average_rating: null },
            { id: 51, name: "stock", category_id: 11, price: "10.06", stock_quantity: 408, average_rating: "4.2" },
            { id: 52, name: "article resource", category_id: 1, price: "157.14", stock_quantity: 371, average_rating: "2.5" },
            { id: 53, name: "component accessory stock", category_id: 7, price: "105.61", stock_quantity: 396, average_rating: "2.7" },
            { id: 54, name: "good offering fixture", category_id: 17, price: "221.36", stock_quantity: 186, average_rating: "3.8" },
            { id: 55, name: "merchandise resource component", category_id: 6, price: "335.25", stock_quantity: 396, average_rating: "4.4" },
            { id: 56, name: "item", category_id: 11, price: null, stock_quantity: 632, average_rating: "4.6" },
            { id: 57, name: "device offering unit", category_id: 9, price: "15.45", stock_quantity: 248, average_rating: "5.0" },
            { id: 58, name: "resource appliance good", category_id: 5, price: null, stock_quantity: 552, average_rating: "1.7" },
            { id: 59, name: "appliance supply material", category_id: 12, price: "210.11", stock_quantity: 388, average_rating: "3.2" },
            { id: 60, name: "good", category_id: 13, price: "51.75", stock_quantity: 548, average_rating: "5.0" },
            { id: 61, name: "fixture", category_id: 3, price: "366.13", stock_quantity: 571, average_rating: "1.1" },
            { id: 62, name: "offering material", category_id: 14, price: "376.78", stock_quantity: 200, average_rating: "1.8" },
            { id: 63, name: "article good", category_id: 3, price: "16.98", stock_quantity: 377, average_rating: "4.6" },
            { id: 64, name: "unit", category_id: 9, price: "53.16", stock_quantity: 456, average_rating: "3.5" },
            { id: 65, name: "offering accessory", category_id: 1, price: "56.73", stock_quantity: 586, average_rating: "1.1" },
            { id: 66, name: "merchandise", category_id: 15, price: "229.97", stock_quantity: 681, average_rating: "4.7" },
            { id: 67, name: "widget equipment fixture", category_id: 15, price: "304.46", stock_quantity: 269, average_rating: null },
            { id: 68, name: "product fixture", category_id: 8, price: "10.76", stock_quantity: 250, average_rating: "4.8" },
            { id: 69, name: "offering material", category_id: 1, price: "43.72", stock_quantity: 409, average_rating: "4.6" },
            { id: 70, name: "stock unit gadget", category_id: 3, price: "10.00", stock_quantity: 585, average_rating: "4.9" },
            { id: 71, name: "product", category_id: 6, price: "22.77", stock_quantity: 684, average_rating: "3.4" },
            { id: 72, name: "resource item merchandise", category_id: 7, price: "424.48", stock_quantity: 699, average_rating: "5.0" },
            { id: 73, name: "equipment unit", category_id: 17, price: "151.63", stock_quantity: 563, average_rating: "2.8" },
            { id: 74, name: "gadget appliance", category_id: 5, price: "245.38", stock_quantity: 287, average_rating: "4.9" },
            { id: 75, name: "widget", category_id: 18, price: "227.02", stock_quantity: 745, average_rating: "1.2" },
            { id: 76, name: "widget", category_id: 15, price: "462.27", stock_quantity: 565, average_rating: "4.9" },
            { id: 77, name: "item good component", category_id: 3, price: "231.45", stock_quantity: 473, average_rating: "1.4" },
            { id: 78, name: "gadget appliance", category_id: 13, price: "128.29", stock_quantity: 272, average_rating: "3.8" },
            { id: 79, name: "gadget fixture", category_id: 19, price: "401.35", stock_quantity: 699, average_rating: "4.9" },
            { id: 80, name: "item", category_id: 9, price: "384.31", stock_quantity: 506, average_rating: "1.5" },
            { id: 81, name: "equipment", category_id: 19, price: "240.45", stock_quantity: 730, average_rating: "1.1" },
            { id: 82, name: "resource", category_id: 20, price: "138.81", stock_quantity: 544, average_rating: null },
            { id: 83, name: "accessory", category_id: 6, price: "12.65", stock_quantity: 375, average_rating: "4.1" },
            { id: 84, name: "supply", category_id: 13, price: "345.97", stock_quantity: 610, average_rating: "3.9" },
            { id: 85, name: "unit gadget merchandise", category_id: 7, price: null, stock_quantity: 593, average_rating: null },
            { id: 86, name: "widget good", category_id: 1, price: "497.96", stock_quantity: 462, average_rating: "4.6" },
            { id: 87, name: "component supply equipment", category_id: 18, price: "130.96", stock_quantity: 381, average_rating: "4.9" },
            { id: 88, name: "product", category_id: 19, price: "13.41", stock_quantity: 642, average_rating: "3.0" },
            { id: 89, name: "accessory good", category_id: 13, price: null, stock_quantity: 486, average_rating: "4.0" },
            { id: 90, name: "device good", category_id: 11, price: "492.24", stock_quantity: 421, average_rating: "3.2" },
            { id: 91, name: "stock", category_id: 2, price: "189.81", stock_quantity: 670, average_rating: "1.3" },
            { id: 92, name: "stock item widget", category_id: 7, price: "13.76", stock_quantity: 466, average_rating: "4.9" },
            { id: 93, name: "tool", category_id: 12, price: "287.91", stock_quantity: 501, average_rating: "3.9" },
            { id: 94, name: "product offering material", category_id: 2, price: "80.19", stock_quantity: 216, average_rating: "1.4" },
            { id: 95, name: "product accessory", category_id: 1, price: "118.89", stock_quantity: 558, average_rating: "1.8" },
            { id: 96, name: "article accessory", category_id: 13, price: "235.84", stock_quantity: 567, average_rating: "1.0" },
            { id: 97, name: "widget component gadget", category_id: 12, price: "306.69", stock_quantity: 454, average_rating: "4.2" },
            { id: 98, name: "offering", category_id: 8, price: "107.01", stock_quantity: 505, average_rating: "4.9" },
            { id: 99, name: "tool supply widget", category_id: 4, price: "484.32", stock_quantity: 301, average_rating: "2.9" },
            { id: 100, name: "resource article offering", category_id: 19, price: "148.23", stock_quantity: 590, average_rating: "4.7" },
            { id: 101, name: "offering", category_id: 19, price: "86.82", stock_quantity: 679, average_rating: "4.7" },
            { id: 102, name: "widget", category_id: 19, price: "30.74", stock_quantity: 377, average_rating: "4.4" },
            { id: 103, name: "accessory equipment widget", category_id: 13, price: "301.69", stock_quantity: 396, average_rating: "4.2" },
            { id: 104, name: "merchandise", category_id: 16, price: "38.75", stock_quantity: 520, average_rating: "4.5" },
            { id: 105, name: "product resource", category_id: 18, price: "236.64", stock_quantity: 561, average_rating: "4.1" },
            { id: 106, name: "device", category_id: 18, price: "205.43", stock_quantity: 707, average_rating: "3.4" },
            { id: 107, name: "offering resource", category_id: 15, price: "377.45", stock_quantity: 277, average_rating: "1.8" },
            { id: 108, name: "component stock product", category_id: 20, price: "44.42", stock_quantity: 601, average_rating: "4.9" },
            { id: 109, name: "material merchandise gadget", category_id: 2, price: "35.30", stock_quantity: 751, average_rating: "4.9" },
            { id: 110, name: "appliance", category_id: 1, price: "43.77", stock_quantity: 312, average_rating: "3.6" },
            { id: 111, name: "accessory", category_id: 5, price: "348.05", stock_quantity: 429, average_rating: "4.7" },
            { id: 112, name: "unit merchandise gadget", category_id: 6, price: "456.05", stock_quantity: 408, average_rating: "2.2" },
            { id: 113, name: "stock equipment", category_id: 11, price: "16.16", stock_quantity: 504, average_rating: "3.3" },
            { id: 114, name: "unit offering accessory", category_id: 3, price: "10.76", stock_quantity: 300, average_rating: "4.2" },
            { id: 115, name: "product merchandise", category_id: 5, price: "172.98", stock_quantity: 653, average_rating: "3.5" },
            { id: 116, name: "material", category_id: 13, price: "316.34", stock_quantity: 551, average_rating: "3.6" },
            { id: 117, name: "product material unit", category_id: 7, price: null, stock_quantity: 521, average_rating: "1.1" },
            { id: 118, name: "supply component appliance", category_id: 6, price: "65.85", stock_quantity: 278, average_rating: "4.5" },
            { id: 119, name: "fixture widget tool", category_id: 14, price: "297.61", stock_quantity: 446, average_rating: "4.7" },
            { id: 120, name: "resource tool", category_id: 17, price: "76.59", stock_quantity: 804, average_rating: "1.4" },
            { id: 121, name: "gadget", category_id: 4, price: null, stock_quantity: 823, average_rating: "4.5" },
            { id: 122, name: "gadget material", category_id: 4, price: "78.57", stock_quantity: 549, average_rating: "4.3" },
            { id: 123, name: "offering gadget", category_id: 17, price: "38.53", stock_quantity: 429, average_rating: "2.0" },
            { id: 124, name: "accessory article stock", category_id: 17, price: "139.75", stock_quantity: 408, average_rating: "2.8" },
            { id: 125, name: "equipment", category_id: 15, price: "12.19", stock_quantity: 469, average_rating: null },
            { id: 126, name: "good", category_id: 20, price: "10.52", stock_quantity: 419, average_rating: null },
            { id: 127, name: "tool", category_id: 17, price: "159.31", stock_quantity: 535, average_rating: "2.9" },
            { id: 128, name: "article good", category_id: 9, price: "19.56", stock_quantity: 575, average_rating: "4.2" },
            { id: 129, name: "article good gadget", category_id: 20, price: "400.35", stock_quantity: 738, average_rating: "4.9" },
            { id: 130, name: "offering material tool", category_id: 14, price: "39.11", stock_quantity: 635, average_rating: "2.5" },
            { id: 131, name: "article gadget offering", category_id: 14, price: "66.93", stock_quantity: 542, average_rating: "4.5" },
            { id: 132, name: "tool", category_id: 10, price: "214.74", stock_quantity: 552, average_rating: "3.0" },
            { id: 133, name: "device gadget", category_id: 9, price: "50.07", stock_quantity: 449, average_rating: "4.4" },
            { id: 134, name: "accessory", category_id: 14, price: "179.46", stock_quantity: 531, average_rating: "5.0" },
            { id: 135, name: "widget", category_id: 16, price: "225.26", stock_quantity: 441, average_rating: "2.4" },
            { id: 136, name: "article", category_id: 6, price: "86.12", stock_quantity: 676, average_rating: "1.9" },
            { id: 137, name: "tool component", category_id: 18, price: "444.51", stock_quantity: 658, average_rating: "2.0" },
            { id: 138, name: "unit tool", category_id: 9, price: "11.58", stock_quantity: 423, average_rating: "5.0" },
            { id: 139, name: "tool equipment", category_id: 12, price: "354.81", stock_quantity: 487, average_rating: "3.7" },
            { id: 140, name: "fixture supply resource", category_id: 12, price: "286.40", stock_quantity: 590, average_rating: "1.7" },
            { id: 141, name: "article", category_id: 3, price: "140.59", stock_quantity: 390, average_rating: null },
            { id: 142, name: "accessory", category_id: 12, price: "227.83", stock_quantity: 700, average_rating: "1.9" },
            { id: 143, name: "good resource", category_id: 1, price: "324.99", stock_quantity: 463, average_rating: "4.6" },
            { id: 144, name: "item", category_id: 4, price: null, stock_quantity: 567, average_rating: "4.9" },
            { id: 145, name: "stock tool supply", category_id: 8, price: "329.47", stock_quantity: 545, average_rating: "2.1" },
            { id: 146, name: "unit offering", category_id: 13, price: "12.04", stock_quantity: 485, average_rating: "2.7" },
            { id: 147, name: "article offering stock", category_id: 8, price: "84.65", stock_quantity: 652, average_rating: "5.0" },
            { id: 148, name: "material article", category_id: 7, price: "182.29", stock_quantity: 494, average_rating: "3.0" },
            { id: 149, name: "component supply", category_id: 8, price: "281.59", stock_quantity: 474, average_rating: "4.9" },
            { id: 150, name: "widget merchandise", category_id: 4, price: null, stock_quantity: 291, average_rating: "3.0" },
            { id: 151, name: "tool gadget", category_id: 3, price: "146.91", stock_quantity: 528, average_rating: null },
            { id: 152, name: "good", category_id: 5, price: "273.34", stock_quantity: 655, average_rating: "2.2" },
            { id: 153, name: "stock equipment accessory", category_id: 6, price: "497.72", stock_quantity: 366, average_rating: "5.0" },
            { id: 154, name: "good", category_id: 1, price: "11.98", stock_quantity: 494, average_rating: "2.2" },
            { id: 155, name: "item material", category_id: 9, price: "27.31", stock_quantity: 491, average_rating: "4.1" },
            { id: 156, name: "material supply", category_id: 4, price: "152.70", stock_quantity: 427, average_rating: "2.5" },
            { id: 157, name: "resource item material", category_id: 12, price: "197.15", stock_quantity: 308, average_rating: "2.7" },
            { id: 158, name: "merchandise unit equipment", category_id: 9, price: "41.72", stock_quantity: 568, average_rating: "5.0" },
            { id: 159, name: "appliance supply offering", category_id: 8, price: "316.78", stock_quantity: 331, average_rating: "4.4" },
            { id: 160, name: "stock component good", category_id: 7, price: "40.40", stock_quantity: 445, average_rating: "3.5" },
            { id: 161, name: "item unit appliance", category_id: 2, price: "44.60", stock_quantity: 770, average_rating: null },
            { id: 162, name: "resource", category_id: 3, price: "204.84", stock_quantity: 305, average_rating: "4.4" },
            { id: 163, name: "widget gadget", category_id: 15, price: "274.10", stock_quantity: 321, average_rating: "4.4" },
            { id: 164, name: "material offering", category_id: 10, price: "343.50", stock_quantity: 777, average_rating: null },
            { id: 165, name: "supply component product", category_id: 11, price: "131.68", stock_quantity: 522, average_rating: "5.0" },
            { id: 166, name: "unit", category_id: 6, price: "49.25", stock_quantity: 441, average_rating: "5.0" },
            { id: 167, name: "fixture appliance", category_id: 7, price: "110.98", stock_quantity: 488, average_rating: "1.4" },
            { id: 168, name: "component resource", category_id: 14, price: null, stock_quantity: 336, average_rating: "2.9" },
            { id: 169, name: "tool", category_id: 20, price: "235.14", stock_quantity: 425, average_rating: "3.7" },
            { id: 170, name: "resource device", category_id: 10, price: "299.05", stock_quantity: 617, average_rating: "4.4" },
            { id: 171, name: "material", category_id: 2, price: "37.12", stock_quantity: 664, average_rating: null },
            { id: 172, name: "material unit", category_id: 5, price: "413.77", stock_quantity: 237, average_rating: "3.4" },
            { id: 173, name: "article", category_id: 12, price: "228.92", stock_quantity: 610, average_rating: "5.0" },
            { id: 174, name: "appliance article", category_id: 18, price: "13.54", stock_quantity: 565, average_rating: "4.7" },
            { id: 175, name: "article", category_id: 19, price: "441.20", stock_quantity: 463, average_rating: "4.2" },
            { id: 176, name: "material appliance merchandise", category_id: 20, price: "16.70", stock_quantity: 313, average_rating: "4.5" },
            { id: 177, name: "article", category_id: 10, price: null, stock_quantity: 702, average_rating: "2.5" },
            { id: 178, name: "stock merchandise", category_id: 10, price: "271.25", stock_quantity: 569, average_rating: "4.3" },
            { id: 179, name: "item", category_id: 6, price: "308.78", stock_quantity: 374, average_rating: "4.4" },
            { id: 180, name: "item appliance article", category_id: 16, price: "51.23", stock_quantity: 280, average_rating: null },
            { id: 181, name: "appliance", category_id: 12, price: "216.77", stock_quantity: 605, average_rating: "2.2" },
            { id: 182, name: "component accessory", category_id: 11, price: "83.31", stock_quantity: 409, average_rating: null },
            { id: 183, name: "equipment", category_id: 9, price: "133.90", stock_quantity: 820, average_rating: "4.0" },
            { id: 184, name: "widget stock", category_id: 8, price: null, stock_quantity: 374, average_rating: "2.2" },
            { id: 185, name: "component device", category_id: 10, price: "281.23", stock_quantity: 530, average_rating: "4.5" },
            { id: 186, name: "good appliance", category_id: 14, price: "120.79", stock_quantity: 346, average_rating: "4.7" },
            { id: 187, name: "widget", category_id: 14, price: "154.79", stock_quantity: 437, average_rating: "1.3" },
            { id: 188, name: "unit accessory", category_id: 5, price: "96.10", stock_quantity: 887, average_rating: "3.3" },
            { id: 189, name: "merchandise gadget article", category_id: 4, price: null, stock_quantity: 533, average_rating: "4.3" },
            { id: 190, name: "item gadget unit", category_id: 8, price: "213.80", stock_quantity: 433, average_rating: "3.4" },
            { id: 191, name: "device", category_id: 10, price: "48.34", stock_quantity: 497, average_rating: null },
            { id: 192, name: "product fixture", category_id: 1, price: "495.57", stock_quantity: 509, average_rating: "2.9" },
            { id: 193, name: "merchandise supply", category_id: 7, price: "204.95", stock_quantity: 644, average_rating: "2.5" },
            { id: 194, name: "tool accessory fixture", category_id: 3, price: "174.14", stock_quantity: 260, average_rating: "2.4" },
            { id: 195, name: "good appliance", category_id: 6, price: "95.90", stock_quantity: 260, average_rating: "4.7" },
            { id: 196, name: "tool material", category_id: 6, price: "191.66", stock_quantity: 490, average_rating: null },
            { id: 197, name: "resource", category_id: 7, price: "119.60", stock_quantity: 401, average_rating: "1.1" },
            { id: 198, name: "equipment", category_id: 10, price: "95.93", stock_quantity: 198, average_rating: "4.2" },
            { id: 199, name: "device component appliance", category_id: 20, price: "258.17", stock_quantity: 340, average_rating: "4.9" },
            { id: 200, name: "offering tool", category_id: 15, price: "122.20", stock_quantity: 429, average_rating: null },
        ],
    });
    await prisma.shipping_methods.createMany({
        data: [
            { id: 1, name: "standard cargo freight", cost: "8.40", average_delivery_time: 4, max_weight_limit: "21.87" },
            { id: 2, name: "ground", cost: "5.16", average_delivery_time: 4, max_weight_limit: "28.60" },
            { id: 3, name: "dropoff tracked international", cost: "11.05", average_delivery_time: 2, max_weight_limit: "32.49" },
            { id: 4, name: "standard", cost: "16.81", average_delivery_time: 3, max_weight_limit: "32.56" },
            { id: 5, name: "overnight", cost: "52.77", average_delivery_time: 5, max_weight_limit: "37.49" },
            { id: 6, name: "ground express pickup", cost: "5.91", average_delivery_time: 4, max_weight_limit: "27.40" },
            { id: 7, name: "priority", cost: "36.58", average_delivery_time: 4, max_weight_limit: "20.48" },
            { id: 8, name: "international sea", cost: null, average_delivery_time: 3, max_weight_limit: "39.08" },
            { id: 9, name: "same-day cargo standard", cost: null, average_delivery_time: 3, max_weight_limit: "18.49" },
            { id: 10, name: "same-day", cost: "47.13", average_delivery_time: 4, max_weight_limit: "23.95" },
        ],
    });
    await prisma.shipments.createMany({
        data: [
            { id: 1, product_id: 37, shipping_method_id: 8, status: "delivered", shipment_date: "2023-09-18", delivery_time_days: 7, refund_amount: null },
            { id: 2, product_id: 23, shipping_method_id: 1, status: "delivered", shipment_date: "2023-09-17", delivery_time_days: 7, refund_amount: null },
            { id: 3, product_id: 104, shipping_method_id: 2, status: "delivered", shipment_date: "2023-12-20", delivery_time_days: 4, refund_amount: null },
            { id: 4, product_id: 136, shipping_method_id: 2, status: "shipped", shipment_date: "2023-11-20", delivery_time_days: 9, refund_amount: null },
            { id: 5, product_id: 53, shipping_method_id: 8, status: "shipped", shipment_date: "2023-08-03", delivery_time_days: 5, refund_amount: null },
            { id: 6, product_id: 83, shipping_method_id: 1, status: "shipped", shipment_date: "2023-05-10", delivery_time_days: 3, refund_amount: null },
            { id: 7, product_id: 127, shipping_method_id: 2, status: "delivered", shipment_date: "2023-02-02", delivery_time_days: 5, refund_amount: null },
            { id: 8, product_id: 121, shipping_method_id: 4, status: "delivered", shipment_date: "2023-08-16", delivery_time_days: 10, refund_amount: null },
            { id: 9, product_id: 106, shipping_method_id: 1, status: "delivered", shipment_date: "2023-06-17", delivery_time_days: 4, refund_amount: null },
            { id: 10, product_id: 119, shipping_method_id: 1, status: "delivered", shipment_date: "2023-01-31", delivery_time_days: 10, refund_amount: null },
            { id: 11, product_id: 199, shipping_method_id: 7, status: "delivered", shipment_date: "2023-12-09", delivery_time_days: 7, refund_amount: null },
            { id: 12, product_id: 33, shipping_method_id: 9, status: "delivered", shipment_date: "2023-11-15", delivery_time_days: 5, refund_amount: null },
            { id: 13, product_id: 200, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 5, refund_amount: "10.97" },
            { id: 14, product_id: 67, shipping_method_id: 9, status: "delivered", shipment_date: "2023-12-30", delivery_time_days: 4, refund_amount: null },
            { id: 15, product_id: 110, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 16, product_id: 20, shipping_method_id: 9, status: "shipped", shipment_date: "2023-09-29", delivery_time_days: 4, refund_amount: null },
            { id: 17, product_id: 73, shipping_method_id: 2, status: "delivered", shipment_date: "2023-03-08", delivery_time_days: 4, refund_amount: null },
            { id: 18, product_id: 156, shipping_method_id: 2, status: "shipped", shipment_date: "2023-08-06", delivery_time_days: 5, refund_amount: null },
            { id: 19, product_id: 42, shipping_method_id: 6, status: "shipped", shipment_date: "2023-10-26", delivery_time_days: 10, refund_amount: null },
            { id: 20, product_id: 143, shipping_method_id: 9, status: "delivered", shipment_date: "2023-07-12", delivery_time_days: 11, refund_amount: null },
            { id: 21, product_id: 12, shipping_method_id: 2, status: "delivered", shipment_date: "2023-06-04", delivery_time_days: 6, refund_amount: null },
            { id: 22, product_id: 82, shipping_method_id: 2, status: "delivered", shipment_date: "2023-11-01", delivery_time_days: 8, refund_amount: null },
            { id: 23, product_id: 104, shipping_method_id: 1, status: "shipped", shipment_date: "2023-09-19", delivery_time_days: 10, refund_amount: null },
            { id: 24, product_id: 53, shipping_method_id: 2, status: "delivered", shipment_date: "2023-12-04", delivery_time_days: 4, refund_amount: null },
            { id: 25, product_id: 113, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 26, product_id: 146, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 11, refund_amount: null },
            { id: 27, product_id: 78, shipping_method_id: 2, status: "shipped", shipment_date: "2023-11-17", delivery_time_days: 8, refund_amount: null },
            { id: 28, product_id: 139, shipping_method_id: 6, status: "delivered", shipment_date: "2023-12-10", delivery_time_days: 12, refund_amount: null },
            { id: 29, product_id: 3, shipping_method_id: 6, status: "shipped", shipment_date: "2023-09-05", delivery_time_days: 7, refund_amount: null },
            { id: 30, product_id: 69, shipping_method_id: 3, status: "shipped", shipment_date: "2023-10-01", delivery_time_days: 9, refund_amount: null },
            { id: 31, product_id: 148, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 4, refund_amount: null },
            { id: 32, product_id: 174, shipping_method_id: 10, status: "shipped", shipment_date: "2023-09-23", delivery_time_days: 7, refund_amount: null },
            { id: 33, product_id: 160, shipping_method_id: 1, status: "delivered", shipment_date: "2023-01-27", delivery_time_days: 8, refund_amount: null },
            { id: 34, product_id: 161, shipping_method_id: 2, status: "shipped", shipment_date: "2023-04-26", delivery_time_days: 7, refund_amount: null },
            { id: 35, product_id: 168, shipping_method_id: 3, status: "shipped", shipment_date: "2023-08-14", delivery_time_days: 6, refund_amount: null },
            { id: 36, product_id: 178, shipping_method_id: 9, status: "shipped", shipment_date: "2023-08-27", delivery_time_days: 8, refund_amount: null },
            { id: 37, product_id: 5, shipping_method_id: 7, status: "delivered", shipment_date: "2023-10-14", delivery_time_days: 7, refund_amount: null },
            { id: 38, product_id: 100, shipping_method_id: 5, status: "delivered", shipment_date: "2023-10-29", delivery_time_days: 8, refund_amount: null },
            { id: 39, product_id: 81, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 40, product_id: 94, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-14", delivery_time_days: 11, refund_amount: null },
            { id: 41, product_id: 97, shipping_method_id: 10, status: "delivered", shipment_date: "2023-12-02", delivery_time_days: 11, refund_amount: null },
            { id: 42, product_id: 50, shipping_method_id: 7, status: "shipped", shipment_date: "2023-10-23", delivery_time_days: 5, refund_amount: null },
            { id: 43, product_id: 1, shipping_method_id: 1, status: "delivered", shipment_date: "2023-10-09", delivery_time_days: 9, refund_amount: null },
            { id: 44, product_id: 46, shipping_method_id: 9, status: "shipped", shipment_date: "2023-07-24", delivery_time_days: 7, refund_amount: null },
            { id: 45, product_id: 127, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 46, product_id: 83, shipping_method_id: 1, status: "shipped", shipment_date: "2023-05-30", delivery_time_days: 4, refund_amount: null },
            { id: 47, product_id: 137, shipping_method_id: 3, status: "delivered", shipment_date: "2023-11-26", delivery_time_days: 7, refund_amount: null },
            { id: 48, product_id: 71, shipping_method_id: 9, status: "delivered", shipment_date: "2023-11-29", delivery_time_days: 8, refund_amount: null },
            { id: 49, product_id: 86, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 4, refund_amount: null },
            { id: 50, product_id: 67, shipping_method_id: 3, status: "delivered", shipment_date: "2023-09-04", delivery_time_days: 10, refund_amount: null },
            { id: 51, product_id: 42, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 52, product_id: 18, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 9, refund_amount: null },
            { id: 53, product_id: 123, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 54, product_id: 42, shipping_method_id: 1, status: "delivered", shipment_date: "2023-06-05", delivery_time_days: 8, refund_amount: null },
            { id: 55, product_id: 27, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 5, refund_amount: "74.45" },
            { id: 56, product_id: 80, shipping_method_id: 9, status: "delivered", shipment_date: "2023-05-09", delivery_time_days: 6, refund_amount: null },
            { id: 57, product_id: 182, shipping_method_id: 7, status: "delivered", shipment_date: "2023-12-20", delivery_time_days: 6, refund_amount: null },
            { id: 58, product_id: 169, shipping_method_id: 8, status: "delivered", shipment_date: "2023-07-13", delivery_time_days: 9, refund_amount: null },
            { id: 59, product_id: 181, shipping_method_id: 4, status: "delivered", shipment_date: "2023-08-31", delivery_time_days: 9, refund_amount: null },
            { id: 60, product_id: 60, shipping_method_id: 9, status: "delivered", shipment_date: "2023-10-30", delivery_time_days: 10, refund_amount: null },
            { id: 61, product_id: 89, shipping_method_id: 5, status: "delivered", shipment_date: "2023-06-20", delivery_time_days: 9, refund_amount: null },
            { id: 62, product_id: 71, shipping_method_id: 6, status: "delivered", shipment_date: "2023-11-19", delivery_time_days: 10, refund_amount: null },
            { id: 63, product_id: 11, shipping_method_id: 8, status: "shipped", shipment_date: "2023-01-13", delivery_time_days: 5, refund_amount: null },
            { id: 64, product_id: 99, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 10, refund_amount: "1.59" },
            { id: 65, product_id: 61, shipping_method_id: 5, status: "shipped", shipment_date: "2023-10-02", delivery_time_days: 9, refund_amount: null },
            { id: 66, product_id: 57, shipping_method_id: 6, status: "delivered", shipment_date: "2023-08-13", delivery_time_days: 11, refund_amount: null },
            { id: 67, product_id: 107, shipping_method_id: 8, status: "shipped", shipment_date: "2023-09-12", delivery_time_days: 7, refund_amount: null },
            { id: 68, product_id: 193, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-30", delivery_time_days: 9, refund_amount: null },
            { id: 69, product_id: 27, shipping_method_id: 10, status: "delivered", shipment_date: "2023-07-18", delivery_time_days: 11, refund_amount: null },
            { id: 70, product_id: 185, shipping_method_id: 4, status: "delivered", shipment_date: "2023-05-13", delivery_time_days: 10, refund_amount: null },
            { id: 71, product_id: 43, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 72, product_id: 17, shipping_method_id: 10, status: "shipped", shipment_date: "2023-10-04", delivery_time_days: 9, refund_amount: null },
            { id: 73, product_id: 100, shipping_method_id: 10, status: "shipped", shipment_date: "2023-08-23", delivery_time_days: 8, refund_amount: null },
            { id: 74, product_id: 39, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 9, refund_amount: "99.42" },
            { id: 75, product_id: 47, shipping_method_id: 1, status: "shipped", shipment_date: "2023-11-24", delivery_time_days: 5, refund_amount: null },
            { id: 76, product_id: 134, shipping_method_id: 9, status: "shipped", shipment_date: "2023-09-07", delivery_time_days: 8, refund_amount: null },
            { id: 77, product_id: 168, shipping_method_id: 8, status: "shipped", shipment_date: "2023-11-10", delivery_time_days: 5, refund_amount: null },
            { id: 78, product_id: 79, shipping_method_id: 8, status: "shipped", shipment_date: "2023-12-19", delivery_time_days: 11, refund_amount: null },
            { id: 79, product_id: 164, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 9, refund_amount: "62.19" },
            { id: 80, product_id: 62, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 81, product_id: 158, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 10, refund_amount: null },
            { id: 82, product_id: 101, shipping_method_id: 4, status: "shipped", shipment_date: "2023-12-02", delivery_time_days: 8, refund_amount: null },
            { id: 83, product_id: 61, shipping_method_id: 6, status: "shipped", shipment_date: "2023-12-04", delivery_time_days: 8, refund_amount: null },
            { id: 84, product_id: 117, shipping_method_id: 8, status: "delivered", shipment_date: "2023-11-24", delivery_time_days: 6, refund_amount: null },
            { id: 85, product_id: 134, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 12, refund_amount: null },
            { id: 86, product_id: 132, shipping_method_id: 9, status: "delivered", shipment_date: "2023-11-26", delivery_time_days: 6, refund_amount: null },
            { id: 87, product_id: 178, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 88, product_id: 57, shipping_method_id: 10, status: "delivered", shipment_date: "2023-09-17", delivery_time_days: 7, refund_amount: null },
            { id: 89, product_id: 40, shipping_method_id: 8, status: "delivered", shipment_date: "2023-11-10", delivery_time_days: 9, refund_amount: null },
            { id: 90, product_id: 70, shipping_method_id: 1, status: "shipped", shipment_date: "2023-10-31", delivery_time_days: 6, refund_amount: null },
            { id: 91, product_id: 144, shipping_method_id: 9, status: "delivered", shipment_date: "2023-05-17", delivery_time_days: 8, refund_amount: null },
            { id: 92, product_id: 18, shipping_method_id: 5, status: "shipped", shipment_date: "2023-08-05", delivery_time_days: 5, refund_amount: null },
            { id: 93, product_id: 86, shipping_method_id: 1, status: "shipped", shipment_date: "2023-10-28", delivery_time_days: 8, refund_amount: null },
            { id: 94, product_id: 113, shipping_method_id: 9, status: "delivered", shipment_date: "2023-12-30", delivery_time_days: 11, refund_amount: null },
            { id: 95, product_id: 110, shipping_method_id: 6, status: "shipped", shipment_date: "2023-08-01", delivery_time_days: 7, refund_amount: null },
            { id: 96, product_id: 73, shipping_method_id: 1, status: "shipped", shipment_date: "2023-07-19", delivery_time_days: 6, refund_amount: null },
            { id: 97, product_id: 175, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 98, product_id: 189, shipping_method_id: 3, status: "shipped", shipment_date: "2023-06-02", delivery_time_days: 4, refund_amount: null },
            { id: 99, product_id: 6, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 10, refund_amount: null },
            { id: 100, product_id: 17, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 10, refund_amount: null },
            { id: 101, product_id: 42, shipping_method_id: 7, status: "delivered", shipment_date: "2023-08-16", delivery_time_days: 6, refund_amount: null },
            { id: 102, product_id: 80, shipping_method_id: 9, status: "shipped", shipment_date: "2023-11-19", delivery_time_days: 7, refund_amount: null },
            { id: 103, product_id: 109, shipping_method_id: 4, status: "delivered", shipment_date: "2023-04-20", delivery_time_days: 8, refund_amount: null },
            { id: 104, product_id: 126, shipping_method_id: 5, status: "shipped", shipment_date: "2023-08-10", delivery_time_days: 7, refund_amount: null },
            { id: 105, product_id: 141, shipping_method_id: 9, status: "shipped", shipment_date: "2023-09-13", delivery_time_days: 10, refund_amount: null },
            { id: 106, product_id: 62, shipping_method_id: 1, status: "delivered", shipment_date: "2023-10-12", delivery_time_days: 7, refund_amount: null },
            { id: 107, product_id: 136, shipping_method_id: 2, status: "delivered", shipment_date: "2023-08-25", delivery_time_days: 6, refund_amount: null },
            { id: 108, product_id: 157, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 10, refund_amount: null },
            { id: 109, product_id: 124, shipping_method_id: 3, status: "delivered", shipment_date: "2023-11-17", delivery_time_days: 6, refund_amount: null },
            { id: 110, product_id: 103, shipping_method_id: 2, status: "delivered", shipment_date: "2023-05-09", delivery_time_days: 7, refund_amount: null },
            { id: 111, product_id: 52, shipping_method_id: 10, status: "delivered", shipment_date: "2023-11-29", delivery_time_days: 9, refund_amount: null },
            { id: 112, product_id: 141, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 113, product_id: 85, shipping_method_id: 4, status: "shipped", shipment_date: "2023-12-20", delivery_time_days: 3, refund_amount: null },
            { id: 114, product_id: 87, shipping_method_id: 6, status: "shipped", shipment_date: "2023-08-07", delivery_time_days: 11, refund_amount: null },
            { id: 115, product_id: 151, shipping_method_id: 8, status: "shipped", shipment_date: "2023-02-18", delivery_time_days: 9, refund_amount: null },
            { id: 116, product_id: 54, shipping_method_id: 10, status: "delivered", shipment_date: "2023-12-30", delivery_time_days: 9, refund_amount: null },
            { id: 117, product_id: 12, shipping_method_id: 3, status: "delivered", shipment_date: "2023-08-09", delivery_time_days: 8, refund_amount: null },
            { id: 118, product_id: 152, shipping_method_id: 10, status: "shipped", shipment_date: "2023-08-29", delivery_time_days: 10, refund_amount: null },
            { id: 119, product_id: 182, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-17", delivery_time_days: 7, refund_amount: null },
            { id: 120, product_id: 129, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 6, refund_amount: null },
            { id: 121, product_id: 146, shipping_method_id: 9, status: "shipped", shipment_date: "2023-11-24", delivery_time_days: 6, refund_amount: null },
            { id: 122, product_id: 104, shipping_method_id: 10, status: "delivered", shipment_date: "2023-11-22", delivery_time_days: 12, refund_amount: null },
            { id: 123, product_id: 99, shipping_method_id: 2, status: "shipped", shipment_date: "2023-06-16", delivery_time_days: 5, refund_amount: null },
            { id: 124, product_id: 37, shipping_method_id: 7, status: "delivered", shipment_date: "2023-08-08", delivery_time_days: 6, refund_amount: null },
            { id: 125, product_id: 52, shipping_method_id: 4, status: "shipped", shipment_date: "2023-12-10", delivery_time_days: 9, refund_amount: null },
            { id: 126, product_id: 35, shipping_method_id: 9, status: "delivered", shipment_date: "2023-12-19", delivery_time_days: 8, refund_amount: null },
            { id: 127, product_id: 40, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 3, refund_amount: null },
            { id: 128, product_id: 193, shipping_method_id: 1, status: "delivered", shipment_date: "2023-03-23", delivery_time_days: 7, refund_amount: null },
            { id: 129, product_id: 96, shipping_method_id: 4, status: "shipped", shipment_date: "2023-09-14", delivery_time_days: 7, refund_amount: null },
            { id: 130, product_id: 39, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 131, product_id: 62, shipping_method_id: 5, status: "delivered", shipment_date: "2023-02-07", delivery_time_days: 8, refund_amount: null },
            { id: 132, product_id: 185, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 11, refund_amount: null },
            { id: 133, product_id: 176, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 7, refund_amount: "102.88" },
            { id: 134, product_id: 52, shipping_method_id: 7, status: "shipped", shipment_date: "2023-02-26", delivery_time_days: 8, refund_amount: null },
            { id: 135, product_id: 144, shipping_method_id: 10, status: "shipped", shipment_date: "2023-04-04", delivery_time_days: 6, refund_amount: null },
            { id: 136, product_id: 53, shipping_method_id: 7, status: "shipped", shipment_date: "2023-03-03", delivery_time_days: 7, refund_amount: null },
            { id: 137, product_id: 199, shipping_method_id: 8, status: "delivered", shipment_date: "2023-05-09", delivery_time_days: 5, refund_amount: null },
            { id: 138, product_id: 146, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 11, refund_amount: null },
            { id: 139, product_id: 10, shipping_method_id: 8, status: "delivered", shipment_date: "2023-02-06", delivery_time_days: 8, refund_amount: null },
            { id: 140, product_id: 65, shipping_method_id: 2, status: "shipped", shipment_date: "2023-09-29", delivery_time_days: 8, refund_amount: null },
            { id: 141, product_id: 102, shipping_method_id: 6, status: "shipped", shipment_date: "2023-06-15", delivery_time_days: 6, refund_amount: null },
            { id: 142, product_id: 87, shipping_method_id: 10, status: "delivered", shipment_date: "2023-11-03", delivery_time_days: 6, refund_amount: null },
            { id: 143, product_id: 123, shipping_method_id: 8, status: "shipped", shipment_date: "2023-05-05", delivery_time_days: 9, refund_amount: null },
            { id: 144, product_id: 114, shipping_method_id: 2, status: "delivered", shipment_date: "2023-05-19", delivery_time_days: 6, refund_amount: null },
            { id: 145, product_id: 111, shipping_method_id: 7, status: "delivered", shipment_date: "2023-09-19", delivery_time_days: 7, refund_amount: null },
            { id: 146, product_id: 32, shipping_method_id: 8, status: "delivered", shipment_date: "2023-07-20", delivery_time_days: 10, refund_amount: null },
            { id: 147, product_id: 72, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 7, refund_amount: "59.40" },
            { id: 148, product_id: 87, shipping_method_id: 6, status: "delivered", shipment_date: "2023-10-06", delivery_time_days: 10, refund_amount: null },
            { id: 149, product_id: 86, shipping_method_id: 9, status: "delivered", shipment_date: "2023-09-28", delivery_time_days: 5, refund_amount: null },
            { id: 150, product_id: 117, shipping_method_id: 4, status: "delivered", shipment_date: "2023-12-22", delivery_time_days: 7, refund_amount: null },
            { id: 151, product_id: 134, shipping_method_id: 6, status: "delivered", shipment_date: "2023-03-02", delivery_time_days: 6, refund_amount: null },
            { id: 152, product_id: 175, shipping_method_id: 9, status: "delivered", shipment_date: "2023-06-28", delivery_time_days: 5, refund_amount: null },
            { id: 153, product_id: 126, shipping_method_id: 10, status: "delivered", shipment_date: "2023-10-17", delivery_time_days: 7, refund_amount: null },
            { id: 154, product_id: 172, shipping_method_id: 1, status: "delivered", shipment_date: "2023-06-05", delivery_time_days: 7, refund_amount: null },
            { id: 155, product_id: 16, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 4, refund_amount: null },
            { id: 156, product_id: 117, shipping_method_id: 9, status: "delivered", shipment_date: "2023-12-16", delivery_time_days: 8, refund_amount: null },
            { id: 157, product_id: 125, shipping_method_id: 10, status: "delivered", shipment_date: "2023-07-04", delivery_time_days: 6, refund_amount: null },
            { id: 158, product_id: 181, shipping_method_id: 10, status: "delivered", shipment_date: "2023-07-08", delivery_time_days: 5, refund_amount: null },
            { id: 159, product_id: 21, shipping_method_id: 5, status: "delivered", shipment_date: "2023-03-14", delivery_time_days: 6, refund_amount: null },
            { id: 160, product_id: 132, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 161, product_id: 161, shipping_method_id: 6, status: "delivered", shipment_date: "2023-04-30", delivery_time_days: 8, refund_amount: null },
            { id: 162, product_id: 17, shipping_method_id: 4, status: "shipped", shipment_date: "2023-10-29", delivery_time_days: 6, refund_amount: null },
            { id: 163, product_id: 18, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 164, product_id: 44, shipping_method_id: 9, status: "delivered", shipment_date: "2023-03-08", delivery_time_days: 6, refund_amount: null },
            { id: 165, product_id: 190, shipping_method_id: 1, status: "shipped", shipment_date: "2023-05-09", delivery_time_days: 9, refund_amount: null },
            { id: 166, product_id: 148, shipping_method_id: 2, status: "delivered", shipment_date: "2023-10-09", delivery_time_days: 9, refund_amount: null },
            { id: 167, product_id: 144, shipping_method_id: 2, status: "delivered", shipment_date: "2023-11-03", delivery_time_days: 7, refund_amount: null },
            { id: 168, product_id: 161, shipping_method_id: 2, status: "shipped", shipment_date: "2023-10-17", delivery_time_days: 7, refund_amount: null },
            { id: 169, product_id: 141, shipping_method_id: 6, status: "shipped", shipment_date: "2023-12-14", delivery_time_days: 6, refund_amount: null },
            { id: 170, product_id: 34, shipping_method_id: 2, status: "shipped", shipment_date: "2023-11-10", delivery_time_days: 6, refund_amount: null },
            { id: 171, product_id: 40, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 7, refund_amount: "5.84" },
            { id: 172, product_id: 102, shipping_method_id: 5, status: "delivered", shipment_date: "2023-04-29", delivery_time_days: 9, refund_amount: null },
            { id: 173, product_id: 52, shipping_method_id: 6, status: "delivered", shipment_date: "2023-06-07", delivery_time_days: 7, refund_amount: null },
            { id: 174, product_id: 12, shipping_method_id: 1, status: "delivered", shipment_date: "2023-08-26", delivery_time_days: 6, refund_amount: null },
            { id: 175, product_id: 116, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-17", delivery_time_days: 8, refund_amount: null },
            { id: 176, product_id: 131, shipping_method_id: 6, status: "delivered", shipment_date: "2023-11-30", delivery_time_days: 8, refund_amount: null },
            { id: 177, product_id: 140, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 6, refund_amount: null },
            { id: 178, product_id: 40, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 179, product_id: 169, shipping_method_id: 1, status: "delivered", shipment_date: "2023-05-13", delivery_time_days: 9, refund_amount: null },
            { id: 180, product_id: 22, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 6, refund_amount: "15.73" },
            { id: 181, product_id: 87, shipping_method_id: 8, status: "delivered", shipment_date: "2023-11-29", delivery_time_days: 10, refund_amount: null },
            { id: 182, product_id: 142, shipping_method_id: 9, status: "delivered", shipment_date: "2023-10-15", delivery_time_days: 9, refund_amount: null },
            { id: 183, product_id: 81, shipping_method_id: 4, status: "shipped", shipment_date: "2023-06-14", delivery_time_days: 11, refund_amount: null },
            { id: 184, product_id: 80, shipping_method_id: 5, status: "shipped", shipment_date: "2023-11-01", delivery_time_days: 10, refund_amount: null },
            { id: 185, product_id: 88, shipping_method_id: 2, status: "delivered", shipment_date: "2023-12-08", delivery_time_days: 9, refund_amount: null },
            { id: 186, product_id: 191, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 11, refund_amount: null },
            { id: 187, product_id: 188, shipping_method_id: 6, status: "shipped", shipment_date: "2023-10-23", delivery_time_days: 8, refund_amount: null },
            { id: 188, product_id: 110, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 189, product_id: 189, shipping_method_id: 1, status: "delivered", shipment_date: "2023-06-03", delivery_time_days: 7, refund_amount: null },
            { id: 190, product_id: 53, shipping_method_id: 9, status: "delivered", shipment_date: "2023-12-31", delivery_time_days: 4, refund_amount: null },
            { id: 191, product_id: 23, shipping_method_id: 3, status: "shipped", shipment_date: "2023-10-24", delivery_time_days: 8, refund_amount: null },
            { id: 192, product_id: 55, shipping_method_id: 3, status: "delivered", shipment_date: "2023-09-17", delivery_time_days: 8, refund_amount: null },
            { id: 193, product_id: 129, shipping_method_id: 7, status: "delivered", shipment_date: "2023-01-28", delivery_time_days: 8, refund_amount: null },
            { id: 194, product_id: 103, shipping_method_id: 10, status: "delivered", shipment_date: "2023-01-07", delivery_time_days: 8, refund_amount: null },
            { id: 195, product_id: 32, shipping_method_id: 4, status: "delivered", shipment_date: "2023-09-25", delivery_time_days: 9, refund_amount: null },
            { id: 196, product_id: 44, shipping_method_id: 7, status: "delivered", shipment_date: "2023-06-20", delivery_time_days: 6, refund_amount: null },
            { id: 197, product_id: 194, shipping_method_id: 7, status: "delivered", shipment_date: "2023-12-22", delivery_time_days: 8, refund_amount: null },
            { id: 198, product_id: 133, shipping_method_id: 2, status: "delivered", shipment_date: "2023-08-10", delivery_time_days: 7, refund_amount: null },
            { id: 199, product_id: 145, shipping_method_id: 3, status: "delivered", shipment_date: "2023-05-20", delivery_time_days: 9, refund_amount: null },
            { id: 200, product_id: 65, shipping_method_id: 4, status: "shipped", shipment_date: "2023-02-28", delivery_time_days: 6, refund_amount: null },
            { id: 201, product_id: 154, shipping_method_id: 5, status: "delivered", shipment_date: "2023-10-31", delivery_time_days: 10, refund_amount: null },
            { id: 202, product_id: 137, shipping_method_id: 3, status: "shipped", shipment_date: "2023-08-06", delivery_time_days: 9, refund_amount: null },
            { id: 203, product_id: 190, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 8, refund_amount: "6.68" },
            { id: 204, product_id: 154, shipping_method_id: 8, status: "delivered", shipment_date: "2023-05-11", delivery_time_days: 9, refund_amount: null },
            { id: 205, product_id: 70, shipping_method_id: 10, status: "shipped", shipment_date: "2023-08-16", delivery_time_days: 5, refund_amount: null },
            { id: 206, product_id: 132, shipping_method_id: 6, status: "delivered", shipment_date: "2023-03-17", delivery_time_days: 6, refund_amount: null },
            { id: 207, product_id: 194, shipping_method_id: 1, status: "delivered", shipment_date: "2023-06-02", delivery_time_days: 6, refund_amount: null },
            { id: 208, product_id: 66, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-15", delivery_time_days: 10, refund_amount: null },
            { id: 209, product_id: 150, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 210, product_id: 128, shipping_method_id: 1, status: "shipped", shipment_date: "2023-11-22", delivery_time_days: 11, refund_amount: null },
            { id: 211, product_id: 192, shipping_method_id: 5, status: "delivered", shipment_date: "2023-06-30", delivery_time_days: 5, refund_amount: null },
            { id: 212, product_id: 6, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 9, refund_amount: null },
            { id: 213, product_id: 50, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 214, product_id: 50, shipping_method_id: 2, status: "shipped", shipment_date: "2023-11-06", delivery_time_days: 8, refund_amount: null },
            { id: 215, product_id: 139, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 216, product_id: 76, shipping_method_id: 5, status: "delivered", shipment_date: "2023-10-15", delivery_time_days: 7, refund_amount: null },
            { id: 217, product_id: 16, shipping_method_id: 10, status: "shipped", shipment_date: "2023-05-15", delivery_time_days: 9, refund_amount: null },
            { id: 218, product_id: 84, shipping_method_id: 4, status: "shipped", shipment_date: "2023-02-11", delivery_time_days: 8, refund_amount: null },
            { id: 219, product_id: 100, shipping_method_id: 8, status: "shipped", shipment_date: "2023-09-07", delivery_time_days: 8, refund_amount: null },
            { id: 220, product_id: 134, shipping_method_id: 7, status: "shipped", shipment_date: "2023-10-29", delivery_time_days: 9, refund_amount: null },
            { id: 221, product_id: 199, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 222, product_id: 28, shipping_method_id: 1, status: "shipped", shipment_date: "2023-11-10", delivery_time_days: 8, refund_amount: null },
            { id: 223, product_id: 34, shipping_method_id: 8, status: "delivered", shipment_date: "2023-01-05", delivery_time_days: 6, refund_amount: null },
            { id: 224, product_id: 106, shipping_method_id: 5, status: "delivered", shipment_date: "2023-02-18", delivery_time_days: 9, refund_amount: null },
            { id: 225, product_id: 25, shipping_method_id: 2, status: "delivered", shipment_date: "2023-08-20", delivery_time_days: 8, refund_amount: null },
            { id: 226, product_id: 119, shipping_method_id: 7, status: "shipped", shipment_date: "2023-07-03", delivery_time_days: 11, refund_amount: null },
            { id: 227, product_id: 137, shipping_method_id: 1, status: "shipped", shipment_date: "2023-11-05", delivery_time_days: 5, refund_amount: null },
            { id: 228, product_id: 185, shipping_method_id: 3, status: "delivered", shipment_date: "2023-10-14", delivery_time_days: 8, refund_amount: null },
            { id: 229, product_id: 70, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 6, refund_amount: "150.45" },
            { id: 230, product_id: 53, shipping_method_id: 10, status: "delivered", shipment_date: "2023-01-15", delivery_time_days: 11, refund_amount: null },
            { id: 231, product_id: 91, shipping_method_id: 7, status: "delivered", shipment_date: "2023-12-17", delivery_time_days: 8, refund_amount: null },
            { id: 232, product_id: 99, shipping_method_id: 6, status: "delivered", shipment_date: "2023-07-02", delivery_time_days: 6, refund_amount: null },
            { id: 233, product_id: 137, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 234, product_id: 51, shipping_method_id: 3, status: "delivered", shipment_date: "2023-12-09", delivery_time_days: 10, refund_amount: null },
            { id: 235, product_id: 72, shipping_method_id: 4, status: "shipped", shipment_date: "2023-10-08", delivery_time_days: 5, refund_amount: null },
            { id: 236, product_id: 141, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 10, refund_amount: null },
            { id: 237, product_id: 176, shipping_method_id: 6, status: "delivered", shipment_date: "2023-06-05", delivery_time_days: 11, refund_amount: null },
            { id: 238, product_id: 131, shipping_method_id: 9, status: "delivered", shipment_date: "2023-09-08", delivery_time_days: 3, refund_amount: null },
            { id: 239, product_id: 116, shipping_method_id: 1, status: "shipped", shipment_date: "2023-10-02", delivery_time_days: 5, refund_amount: null },
            { id: 240, product_id: 183, shipping_method_id: 2, status: "delivered", shipment_date: "2023-12-23", delivery_time_days: 5, refund_amount: null },
            { id: 241, product_id: 163, shipping_method_id: 6, status: "delivered", shipment_date: "2023-12-04", delivery_time_days: 4, refund_amount: null },
            { id: 242, product_id: 93, shipping_method_id: 7, status: "shipped", shipment_date: "2023-08-13", delivery_time_days: 6, refund_amount: null },
            { id: 243, product_id: 187, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 6, refund_amount: null },
            { id: 244, product_id: 84, shipping_method_id: 2, status: "delivered", shipment_date: "2023-09-16", delivery_time_days: 10, refund_amount: null },
            { id: 245, product_id: 157, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 246, product_id: 84, shipping_method_id: 8, status: "delivered", shipment_date: "2023-03-09", delivery_time_days: 6, refund_amount: null },
            { id: 247, product_id: 94, shipping_method_id: 1, status: "shipped", shipment_date: "2023-01-08", delivery_time_days: 2, refund_amount: null },
            { id: 248, product_id: 88, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 249, product_id: 121, shipping_method_id: 2, status: "delivered", shipment_date: "2023-07-30", delivery_time_days: 4, refund_amount: null },
            { id: 250, product_id: 139, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 6, refund_amount: "115.77" },
            { id: 251, product_id: 80, shipping_method_id: 10, status: "shipped", shipment_date: "2023-07-15", delivery_time_days: 8, refund_amount: null },
            { id: 252, product_id: 127, shipping_method_id: 8, status: "delivered", shipment_date: "2023-05-14", delivery_time_days: 6, refund_amount: null },
            { id: 253, product_id: 180, shipping_method_id: 3, status: "shipped", shipment_date: "2023-11-30", delivery_time_days: 6, refund_amount: null },
            { id: 254, product_id: 105, shipping_method_id: 10, status: "delivered", shipment_date: "2023-12-24", delivery_time_days: 7, refund_amount: null },
            { id: 255, product_id: 121, shipping_method_id: 2, status: "delivered", shipment_date: "2023-11-12", delivery_time_days: 10, refund_amount: null },
            { id: 256, product_id: 16, shipping_method_id: 5, status: "shipped", shipment_date: "2023-09-15", delivery_time_days: 5, refund_amount: null },
            { id: 257, product_id: 13, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 258, product_id: 141, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 259, product_id: 76, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 260, product_id: 140, shipping_method_id: 8, status: "shipped", shipment_date: "2023-12-15", delivery_time_days: 7, refund_amount: null },
            { id: 261, product_id: 150, shipping_method_id: 2, status: "delivered", shipment_date: "2023-01-14", delivery_time_days: 10, refund_amount: null },
            { id: 262, product_id: 200, shipping_method_id: 10, status: "shipped", shipment_date: "2023-07-18", delivery_time_days: 10, refund_amount: null },
            { id: 263, product_id: 23, shipping_method_id: 4, status: "delivered", shipment_date: "2023-07-29", delivery_time_days: 7, refund_amount: null },
            { id: 264, product_id: 122, shipping_method_id: 6, status: "delivered", shipment_date: "2023-09-15", delivery_time_days: 5, refund_amount: null },
            { id: 265, product_id: 92, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 11, refund_amount: null },
            { id: 266, product_id: 165, shipping_method_id: 7, status: "shipped", shipment_date: "2023-06-26", delivery_time_days: 5, refund_amount: null },
            { id: 267, product_id: 194, shipping_method_id: 10, status: "delivered", shipment_date: "2023-05-21", delivery_time_days: 9, refund_amount: null },
            { id: 268, product_id: 51, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 269, product_id: 190, shipping_method_id: 1, status: "delivered", shipment_date: "2023-09-30", delivery_time_days: 8, refund_amount: null },
            { id: 270, product_id: 64, shipping_method_id: 10, status: "delivered", shipment_date: "2023-08-27", delivery_time_days: 8, refund_amount: null },
            { id: 271, product_id: 92, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 9, refund_amount: null },
            { id: 272, product_id: 162, shipping_method_id: 10, status: "shipped", shipment_date: "2023-12-18", delivery_time_days: 10, refund_amount: null },
            { id: 273, product_id: 129, shipping_method_id: 2, status: "delivered", shipment_date: "2023-11-09", delivery_time_days: 6, refund_amount: null },
            { id: 274, product_id: 152, shipping_method_id: 4, status: "delivered", shipment_date: "2023-06-20", delivery_time_days: 7, refund_amount: null },
            { id: 275, product_id: 35, shipping_method_id: 3, status: "shipped", shipment_date: "2023-09-27", delivery_time_days: 4, refund_amount: null },
            { id: 276, product_id: 177, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 7, refund_amount: null },
            { id: 277, product_id: 133, shipping_method_id: 4, status: "delivered", shipment_date: "2023-01-12", delivery_time_days: 7, refund_amount: null },
            { id: 278, product_id: 123, shipping_method_id: 8, status: "shipped", shipment_date: "2023-08-24", delivery_time_days: 8, refund_amount: null },
            { id: 279, product_id: 197, shipping_method_id: 8, status: "delivered", shipment_date: "2023-10-24", delivery_time_days: 9, refund_amount: null },
            { id: 280, product_id: 21, shipping_method_id: 10, status: "delivered", shipment_date: "2023-04-28", delivery_time_days: 8, refund_amount: null },
            { id: 281, product_id: 169, shipping_method_id: 5, status: "delivered", shipment_date: "2023-05-02", delivery_time_days: 7, refund_amount: null },
            { id: 282, product_id: 31, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 283, product_id: 60, shipping_method_id: 1, status: "shipped", shipment_date: "2023-05-18", delivery_time_days: 7, refund_amount: null },
            { id: 284, product_id: 116, shipping_method_id: 7, status: "shipped", shipment_date: "2023-12-25", delivery_time_days: 7, refund_amount: null },
            { id: 285, product_id: 17, shipping_method_id: 5, status: "shipped", shipment_date: "2023-12-18", delivery_time_days: 7, refund_amount: null },
            { id: 286, product_id: 177, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 287, product_id: 100, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 5, refund_amount: null },
            { id: 288, product_id: 10, shipping_method_id: 8, status: "delivered", shipment_date: "2023-07-21", delivery_time_days: 9, refund_amount: null },
            { id: 289, product_id: 163, shipping_method_id: 5, status: "delivered", shipment_date: "2023-07-17", delivery_time_days: 5, refund_amount: null },
            { id: 290, product_id: 195, shipping_method_id: 8, status: "delivered", shipment_date: "2023-02-20", delivery_time_days: 8, refund_amount: null },
            { id: 291, product_id: 121, shipping_method_id: 7, status: "shipped", shipment_date: "2023-04-08", delivery_time_days: 5, refund_amount: null },
            { id: 292, product_id: 43, shipping_method_id: 1, status: "delivered", shipment_date: "2023-01-01", delivery_time_days: 5, refund_amount: null },
            { id: 293, product_id: 66, shipping_method_id: 9, status: "shipped", shipment_date: "2023-07-07", delivery_time_days: 7, refund_amount: null },
            { id: 294, product_id: 170, shipping_method_id: 10, status: "delivered", shipment_date: "2023-11-05", delivery_time_days: 10, refund_amount: null },
            { id: 295, product_id: 75, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 8, refund_amount: null },
            { id: 296, product_id: 158, shipping_method_id: 7, status: "delivered", shipment_date: "2023-08-19", delivery_time_days: 8, refund_amount: null },
            { id: 297, product_id: 60, shipping_method_id: 6, status: "delivered", shipment_date: "2023-10-09", delivery_time_days: 7, refund_amount: null },
            { id: 298, product_id: 139, shipping_method_id: null, status: "returned", shipment_date: null, delivery_time_days: 8, refund_amount: "0.42" },
            { id: 299, product_id: 155, shipping_method_id: 8, status: "delivered", shipment_date: "2023-12-07", delivery_time_days: 7, refund_amount: null },
            { id: 300, product_id: 147, shipping_method_id: null, status: "pending", shipment_date: null, delivery_time_days: 6, refund_amount: null },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
