{
  "categories": [
    {
      "name": "Electronics",
      "slug": "electronics",
      "description": "Latest gadgets and electronics",
      "image": "https://images.unsplash.com/photo-1560472354-b33ff0c44a43?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Clothing",
      "slug": "clothing",
      "description": "Fashionable apparel for everyone",
      "image": "https://images.unsplash.com/photo-1445205170230-053b83016050?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Accessories",
      "slug": "accessories",
      "description": "Stylish accessories to complete your look",
      "image": "https://images.unsplash.com/photo-1553062407-98eeb64c6a62?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Home & Garden",
      "slug": "home-garden",
      "description": "Decor and essentials for your home",
      "image": "https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Sports & Outdoors",
      "slug": "sports-outdoors",
      "description": "Gear for your active lifestyle",
      "image": "https://images.unsplash.com/photo-1544966503-7cc5ac882d5a?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Books",
      "slug": "books",
      "description": "A wide variety of books and literature",
      "image": "https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=400&h=300&fit=crop&crop=center"
    },
    {
      "name": "Beauty & Personal Care",
      "slug": "beauty-personal-care",
      "description": "Products for your daily beauty routine",
      "image": "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=400&h=300&fit=crop&crop=center"
    }
  ],
  "tags": [
    {
      "name": "New Arrival",
      "slug": "new-arrival"
    },
    {
      "name": "Bestseller",
      "slug": "bestseller"
    },
    {
      "name": "Sale",
      "slug": "sale"
    },
    {
      "name": "Featured",
      "slug": "featured"
    },
    {
      "name": "Limited Edition",
      "slug": "limited-edition"
    },
    {
      "name": "Eco-Friendly",
      "slug": "eco-friendly"
    },
    {
      "name": "Trending",
      "slug": "trending"
    }
  ],
  "attributes": [
    {
      "name": "Color",
      "display_name": "Color",
      "slug": "color",
      "type": "select",
      "values": [
        "Red",
        "Blue",
        "Green",
        "Black",
        "White",
        "Grey",
        "Navy"
      ]
    },
    {
      "name": "Size",
      "display_name": "Size",
      "slug": "size",
      "type": "select",
      "values": [
        "Small",
        "Medium",
        "Large",
        "XL",
        "XXL"
      ]
    },
    {
      "name": "Material",
      "display_name": "Material",
      "slug": "material",
      "type": "select",
      "values": [
        "Cotton",
        "Polyester",
        "Wool",
        "Leather",
        "Metal"
      ]
    }
  ],
  "product_variations": [
    {
      "name": "Smartphone X Pro - Black - XL",
      "slug": "smartphone-x-pro-black-xl",
      "product": "smartphone-x-pro",
      "sku": "SP-X-PRO-BLK-XL",
      "price": 1049.99,
      "stock_quantity": 10,
      "stock_status": "in_stock",
      "attributes": {
        "color": "Black",
        "size": "XL"
      }
    },
    {
      "name": "Smartphone X Pro - Silver - L",
      "slug": "smartphone-x-pro-silver-l",
      "product": "smartphone-x-pro",
      "sku": "SP-X-PRO-SLV-L",
      "price": 999.99,
      "stock_quantity": 15,
      "stock_status": "in_stock",
      "attributes": {
        "color": "White",
        "size": "Large"
      }
    },
    {
      "name": "Classic Cotton T-Shirt - Blue - M",
      "slug": "classic-cotton-tshirt-blue-m",
      "product": "classic-cotton-tshirt",
      "sku": "CT-TS-BLU-M",
      "price": 19.99,
      "sale_price": 14.99,
      "stock_quantity": 50,
      "stock_status": "in_stock",
      "attributes": {
        "color": "Blue",
        "size": "Medium"
      }
    }
  ],
  "coupons": [
    {
      "code": "WELCOME2026",
      "type": "percentage",
      "value": 10.0,
      "description": "10% off for new users",
      "usage_limit": 100,
      "is_active": true,
      "expires_at": "2026-12-31T23:59:59Z"
    },
    {
      "code": "FREESHIP",
      "type": "fixed",
      "value": 15.0,
      "description": "Free shipping discount",
      "usage_limit": 500,
      "is_active": true,
      "expires_at": "2026-06-30T23:59:59Z"
    },
    {
      "code": "SUMMER15",
      "type": "percentage",
      "value": 15,
      "usage_limit": 200,
      "is_active": true,
      "expires_at": "2026-06-30T23:59:59Z"
    },
    {
      "code": "FLAT20",
      "type": "fixed",
      "value": 20,
      "usage_limit": 50,
      "is_active": true,
      "expires_at": "2026-06-30T23:59:59Z"
    },
    {
      "code": "VIP30",
      "type": "percentage",
      "value": 30,
      "usage_limit": 25,
      "is_active": true,
      "expires_at": "2026-06-30T23:59:59Z"
    }
    
  ],
  "users": [
    {
      "username": "johndoe",
      "email": "john.doe@example.com",
      "password": "password123",
      "confirmed": true,
      "blocked": false,
      "firstName": "John",
      "lastName": "Doe"
    },
    {
      "username": "janesmith",
      "email": "jane.smith@example.com",
      "password": "password123",
      "confirmed": true,
      "blocked": false,
      "firstName": "Jane",
      "lastName": "Smith"
    },
    {
      "username": "admin",
      "email": "admin@webbycrown.com",
      "password": "admin123",
      "confirmed": true,
      "blocked": false,
      "firstName": "Admin",
      "lastName": "User"
    }
  ],
  "addresses": [
    {
      "type": 0,
      "first_name": "John",
      "last_name": "Doe",
      "company_name": "WebbyCrown",
      "country": "US",
      "region": "NY",
      "city": "New York",
      "street_address": "123 Broadway St",
      "postcode": "10001",
      "phone": "+1234567890",
      "email_address": "john.doe@example.com"
    },
    {
      "type": 1,
      "first_name": "Jane",
      "last_name": "Smith",
      "country": "GB",
      "region": "London",
      "city": "London",
      "street_address": "10 Downing St",
      "postcode": "SW1A 2AA",
      "phone": "+442079460000",
      "email_address": "jane.smith@example.com"
    }
  ],
  "products": [
    {
      "name": "Smartphone X Pro",
      "slug": "smartphone-x-pro",
      "description": "High-performance smartphone with advanced camera features.",
      "price": 999.99,
      "sale_price": 899.99,
      "sku": "SP-X-PRO-001",
      "stock_quantity": 50,
      "stock_status": "in_stock",
      "weight": 0.2,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Smartphone+X+Pro",
          "alternativeText": "Smartphone X Pro"
        }
      ],
      "categories": [
        "electronics"
      ],
      "tags": [
        "new-arrival",
        "bestseller"
      ]
    },
    {
      "name": "Wireless Noise Cancelling Headphones",
      "slug": "wireless-headphones",
      "description": "Premium wireless headphones with industry-leading noise cancellation.",
      "price": 349.99,
      "sku": "WH-NC-002",
      "stock_quantity": 100,
      "stock_status": "in_stock",
      "weight": 0.3,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Wireless+Headphones",
          "alternativeText": "Wireless Noise Cancelling Headphones"
        }
      ],
      "categories": [
        "electronics"
      ],
      "tags": [
        "bestseller"
      ]
    },
    {
      "name": "Classic Cotton T-Shirt",
      "slug": "classic-cotton-tshirt",
      "description": "Comfortable and durable 100% cotton t-shirt.",
      "price": 19.99,
      "sale_price": 14.99,
      "sku": "CT-TS-003",
      "stock_quantity": 200,
      "stock_status": "in_stock",
      "weight": 0.15,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Classic+Cotton+T-Shirt",
          "alternativeText": "Classic Cotton T-Shirt"
        }
      ],
      "categories": [
        "clothing"
      ],
      "tags": [
        "sale"
      ]
    },
    {
      "name": "Smart Watch Series 5",
      "slug": "smart-watch-series-5",
      "description": "Stay connected and track your fitness with the latest smart watch.",
      "price": 399.99,
      "sku": "SW-S5-004",
      "stock_quantity": 75,
      "stock_status": "in_stock",
      "weight": 0.05,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Smart+Watch+Series+5",
          "alternativeText": "Smart Watch Series 5"
        }
      ],
      "categories": [
        "electronics",
        "accessories"
      ],
      "tags": [
        "new-arrival"
      ]
    },
    {
      "name": "Ergonomic Office Chair",
      "slug": "ergonomic-office-chair",
      "description": "High-back ergonomic chair with lumbar support and mesh back.",
      "price": 249.99,
      "sku": "FUR-CH-005",
      "stock_quantity": 30,
      "stock_status": "in_stock",
      "weight": 15.0,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Ergonomic+Office+Chair",
          "alternativeText": "Ergonomic Office Chair"
        }
      ],
      "categories": [
        "home-garden"
      ],
      "tags": [
        "featured"
      ]
    },
    {
      "name": "Yoga Mat Premium",
      "slug": "yoga-mat-premium",
      "description": "Non-slip eco-friendly yoga mat for your daily workout.",
      "price": 45.00,
      "sku": "SPT-YG-006",
      "stock_quantity": 150,
      "stock_status": "in_stock",
      "weight": 1.0,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Yoga+Mat+Premium",
          "alternativeText": "Yoga Mat Premium"
        }
      ],
      "categories": [
        "sports-outdoors"
      ],
      "tags": [
        "bestseller",
        "eco-friendly"
      ]
    },
    {
      "name": "Mechanical Keyboard Pro",
      "slug": "mechanical-keyboard-pro",
      "description": "RGB backlit mechanical keyboard with tactile switches.",
      "price": 129.99,
      "sku": "ELEC-KB-007",
      "stock_quantity": 45,
      "stock_status": "in_stock",
      "weight": 1.2,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Mechanical+Keyboard+Pro",
          "alternativeText": "Mechanical Keyboard Pro"
        }
      ],
      "categories": [
        "electronics",
        "accessories"
      ],
      "tags": [
        "trending"
      ]
    },
    {
      "name": "Leather Travel Backpack",
      "slug": "leather-travel-backpack",
      "description": "Spacious and stylish leather backpack for all your travel needs.",
      "price": 89.99,
      "sku": "ACC-BP-008",
      "stock_quantity": 25,
      "stock_status": "in_stock",
      "weight": 1.5,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=Leather+Travel+Backpack",
          "alternativeText": "Leather Travel Backpack"
        }
      ],
      "categories": [
        "accessories"
      ],
      "tags": [
        "featured"
      ]
    },
    {
      "name": "The Great Gatsby - Special Edition",
      "slug": "the-great-gatsby-special",
      "description": "A classic novel with a beautiful limited edition cover.",
      "price": 24.99,
      "sku": "BK-GG-009",
      "stock_quantity": 60,
      "stock_status": "in_stock",
      "weight": 0.4,
      "images": [
        {
          "url": "https://dummyimage.com/800x800/eeeeee/111111.png&text=The+Great+Gatsby",
          "alternativeText": "The Great Gatsby - Special Edition"
        }
      ],
      "categories": [
        "books"
      ],
      "tags": [
        "limited-edition"
      ]
    }
  ],
  "orders": [
    {
      "order_number": "ORD-2026-0001",
      "status": "processing",
      "subtotal": 899.99,
      "tax_amount": 72.00,
      "shipping_amount": 15.00,
      "total": 986.99,
      "currency": "USD",
      "user": 1,
      "payment_status": "paid",
      "payment_method": "Stripe",
      "billing_address": 1,
      "shipping_address": 1
    },
    {
      "order_number": "ORD-2026-0002",
      "status": "delivered",
      "subtotal": 349.99,
      "tax_amount": 28.00,
      "shipping_amount": 0.00,
      "total": 377.99,
      "currency": "USD",
      "user": 2,
      "payment_status": "paid",
      "payment_method": "PayPal",
      "billing_address": 1,
      "shipping_address": 1
    }
  
  ],
  "payment_transactions": [
    {
      "transaction_id": "TXN_987654321",
      "payment_method": "Stripe",
      "amount": 986.99,
      "currency": "USD",
      "status": "completed",
      "processed_at": "2026-01-20T10:00:00Z"
    },
    {
      "transaction_id": "TXN_112233445",
      "payment_method": "PayPal",
      "amount": 377.99,
      "currency": "USD",
      "status": "completed",
      "processed_at": "2026-01-20T11:30:00Z"
    }
  ],
  "shipping_rules": [
    {
      "name": "Free Shipping over $100",
      "rule_type": "discount",
      "condition_type": "order_total",
      "condition_operator": "greater_than",
      "condition_value": 100.0,
      "action_type": "set_rate",
      "action_value": 0.0,
      "is_active": true
    },
    {
      "name": "Heavy Item Surcharge",
      "rule_type": "surcharge",
      "condition_type": "product_weight",
      "condition_operator": "greater_than",
      "condition_value": 10.0,
      "action_type": "add_fee",
      "action_value": 20.0,
      "is_active": true
    }
  ],
 
  "compares": [
    {
      "userId": 2,
      "userEmail": "john.doe@example.com",
      "name": "Smartphone Comparison",
      "products": ["smartphone-x-pro", "wireless-headphones", "smart-watch-series-5", "mechanical-keyboard-pro"]
    }
  ],
  "wishlists": [
    {
      "userEmail": "john.doe@example.com",
      "name": "John's Wishlist",
      "description": "Products John wants to buy later",
      "isPublic": false,
      "products": ["smartphone-x-pro", "wireless-headphones", "mechanical-keyboard-pro"]
    },
    {
      "userEmail": "jane.smith@example.com",
      "name": "Jane's Wishlist",
      "description": "Jane's favorite picks",
      "isPublic": false,
      "products": ["classic-cotton-tshirt", "yoga-mat-premium"]
    }
  ],
  "carts": [
    {
      "userEmail": "john.doe@example.com",
      "currency": "USD",
      "items": [
        { "product": "wireless-headphones", "quantity": 1 },
        { "product": "classic-cotton-tshirt", "quantity": 2 }
      ]
    },
    {
      "userEmail": "jane.smith@example.com",
      "currency": "USD",
      "items": [
        { "product": "yoga-mat-premium", "quantity": 1 }
      ]
    }
  ],
  "cart_items": [
    {
      "product": 2,
      "quantity": 2,
      "unit_price": 349.99,
      "total_price": 699.98,
      "added_at": "2026-01-20T09:30:00Z",
      "user": 8
    }
  ],
  "shipping_zones": [
    {
      "name": "Domestic",
      "location": {
        "countries": "US,CA"
      },
      "methods": [
        {
          "name": "Standard Shipping",
          "description": "3-5 business days",
          "carrier": "Standard",
          "service_type": "Ground",
          "rates": [
            {
              "name": "Flat Rate",
              "condition_type": "price",
              "min_value": 0,
              "rate": 5.99,
              "currency": "USD"
            }
          ]
        },
        {
          "name": "Express Shipping",
          "description": "1-2 business days",
          "carrier": "Express",
          "service_type": "Air",
          "rates": [
            {
              "name": "Flat Rate",
              "condition_type": "price",
              "min_value": 0,
              "rate": 15.99,
              "currency": "USD"
            }
          ]
        }
      ]
    },
    {
      "name": "International",
      "location": {
        "countries": "GB,FR,DE,IT,ES"
      },
      "methods": [
        {
          "name": "International Shipping",
          "description": "7-14 business days",
          "carrier": "International",
          "service_type": "Economy",
          "rates": [
            {
              "name": "Flat Rate",
              "condition_type": "price",
              "min_value": 0,
              "rate": 25.00,
              "currency": "USD"
            }
          ]
        }
      ]
    }
  ]
}