[
  {
    "id": 1,
    "type": "simple",
    "sku": "WK-TEE-001",
    "name": "Classic Cotton T-Shirt",
    "published": true,
    "featured": false,
    "short_description": "Soft breathable cotton tee for everyday wear",
    "description": "Premium 100% organic cotton t-shirt with a relaxed fit. Pre-shrunk fabric ensures lasting comfort. Available in multiple colors. Machine washable.",
    "regular_price": 29.99,
    "sale_price": 24.99,
    "categories": ["Clothing", "Men's", "T-Shirts"],
    "tags": ["cotton", "casual", "basics"],
    "images": [
      "https://example.com/images/classic-tee-front.jpg",
      "https://example.com/images/classic-tee-back.jpg"
    ],
    "stock": 150,
    "weight_kg": 0.2,
    "virtual": false
  },
  {
    "id": 2,
    "type": "simple",
    "sku": "WK-MUG-002",
    "name": "Ceramic Coffee Mug",
    "published": true,
    "featured": true,
    "short_description": "Handcrafted 12oz ceramic coffee mug",
    "description": "Beautifully glazed ceramic mug perfect for your morning coffee or tea. Dishwasher and microwave safe. Comfortable handle with a wide base for stability.",
    "regular_price": 18.50,
    "sale_price": null,
    "categories": ["Home & Kitchen", "Drinkware"],
    "tags": ["ceramic", "coffee", "kitchen"],
    "images": [
      "https://example.com/images/ceramic-mug.jpg"
    ],
    "stock": 300,
    "weight_kg": 0.35,
    "dimensions": {
      "length_cm": 10,
      "width_cm": 8,
      "height_cm": 8
    },
    "virtual": false
  },
  {
    "id": 3,
    "type": "simple",
    "sku": "WK-BOOK-003",
    "name": "WordPress Development Handbook",
    "published": true,
    "featured": false,
    "short_description": "Complete guide to WordPress plugin and theme development",
    "description": "A comprehensive 450-page guide covering everything from basic plugin architecture to advanced REST API integration. Includes real-world examples and best practices for modern WordPress development.",
    "regular_price": 45.00,
    "sale_price": 39.99,
    "categories": ["Books", "Technology"],
    "tags": ["wordpress", "development", "programming"],
    "images": [
      "https://example.com/images/wp-handbook-cover.jpg"
    ],
    "stock": 80,
    "weight_kg": 0.6,
    "dimensions": {
      "length_cm": 24,
      "width_cm": 17,
      "height_cm": 2
    },
    "virtual": false
  },
  {
    "id": 4,
    "type": "variable",
    "sku": "WK-POLO-004",
    "name": "Performance Polo Shirt",
    "published": true,
    "featured": true,
    "short_description": "Moisture-wicking polo shirt for active lifestyles",
    "description": "Engineered with advanced moisture-wicking fabric to keep you cool and dry. Features a classic polo collar with a modern athletic fit. UV protection rated UPF 30+.",
    "regular_price": 49.99,
    "sale_price": null,
    "categories": ["Clothing", "Men's", "Shirts"],
    "tags": ["polo", "athletic", "performance"],
    "images": [
      "https://example.com/images/polo-navy.jpg",
      "https://example.com/images/polo-black.jpg"
    ],
    "weight_kg": 0.25,
    "virtual": false,
    "attributes": [
      { "name": "Color", "terms": ["Navy", "Black", "White"] },
      { "name": "Size", "terms": ["S", "M", "L", "XL"] }
    ],
    "default_attributes": {
      "Color": "Navy",
      "Size": "M"
    },
    "variations": [
      {
        "id": 5,
        "sku": "WK-POLO-004-NVY-S",
        "name": "Performance Polo Shirt - Navy / S",
        "regular_price": 49.99,
        "sale_price": null,
        "stock": 25,
        "weight_kg": 0.25,
        "image": "https://example.com/images/polo-navy.jpg",
        "attributes": { "Color": "Navy", "Size": "S" },
        "description": "Navy Small variant"
      },
      {
        "id": 6,
        "sku": "WK-POLO-004-NVY-M",
        "name": "Performance Polo Shirt - Navy / M",
        "regular_price": 49.99,
        "sale_price": null,
        "stock": 40,
        "weight_kg": 0.25,
        "image": "https://example.com/images/polo-navy.jpg",
        "attributes": { "Color": "Navy", "Size": "M" },
        "description": "Navy Medium variant"
      },
      {
        "id": 7,
        "sku": "WK-POLO-004-BLK-L",
        "name": "Performance Polo Shirt - Black / L",
        "regular_price": 54.99,
        "sale_price": 49.99,
        "stock": 30,
        "weight_kg": 0.25,
        "image": "https://example.com/images/polo-black.jpg",
        "attributes": { "Color": "Black", "Size": "L" },
        "description": "Black Large variant"
      }
    ]
  },
  {
    "id": 8,
    "type": "variable",
    "sku": "WK-SNKR-005",
    "name": "Urban Runner Sneakers",
    "published": true,
    "featured": false,
    "short_description": "Lightweight running sneakers with cushioned sole",
    "description": "Designed for urban runners who demand comfort and style. Features a breathable mesh upper, responsive cushioning, and durable rubber outsole. Perfect for daily runs or casual wear.",
    "regular_price": 89.99,
    "sale_price": 79.99,
    "categories": ["Clothing", "Shoes"],
    "tags": ["sneakers", "running", "footwear"],
    "images": [
      "https://example.com/images/sneakers-grey.jpg",
      "https://example.com/images/sneakers-side.jpg"
    ],
    "weight_kg": 0.7,
    "dimensions": {
      "length_cm": 32,
      "width_cm": 22,
      "height_cm": 14
    },
    "virtual": false,
    "attributes": [
      { "name": "Color", "terms": ["Grey", "Black", "White"] },
      { "name": "Size", "terms": ["8", "9", "10", "11", "12"] }
    ],
    "default_attributes": {
      "Color": "Grey",
      "Size": "10"
    },
    "variations": [
      {
        "id": 9,
        "sku": "WK-SNKR-005-GRY-10",
        "name": "Urban Runner Sneakers - Grey / 10",
        "regular_price": 89.99,
        "sale_price": 79.99,
        "stock": 20,
        "weight_kg": 0.7,
        "dimensions": { "length_cm": 32, "width_cm": 22, "height_cm": 14 },
        "image": "https://example.com/images/sneakers-grey.jpg",
        "attributes": { "Color": "Grey", "Size": "10" },
        "description": "Grey size 10"
      },
      {
        "id": 10,
        "sku": "WK-SNKR-005-BLK-9",
        "name": "Urban Runner Sneakers - Black / 9",
        "regular_price": 89.99,
        "sale_price": null,
        "stock": 15,
        "weight_kg": 0.7,
        "dimensions": { "length_cm": 32, "width_cm": 22, "height_cm": 14 },
        "image": "https://example.com/images/sneakers-black.jpg",
        "attributes": { "Color": "Black", "Size": "9" },
        "description": "Black size 9"
      },
      {
        "id": 11,
        "sku": "WK-SNKR-005-WHT-11",
        "name": "Urban Runner Sneakers - White / 11",
        "regular_price": 94.99,
        "sale_price": 84.99,
        "stock": 10,
        "weight_kg": 0.7,
        "dimensions": { "length_cm": 32, "width_cm": 22, "height_cm": 14 },
        "image": "https://example.com/images/sneakers-white.jpg",
        "attributes": { "Color": "White", "Size": "11" },
        "description": "White size 11"
      }
    ]
  },
  {
    "id": 12,
    "type": "grouped",
    "sku": "WK-GIFTSET-006",
    "name": "Home Office Starter Kit",
    "published": true,
    "featured": true,
    "short_description": "Everything you need for a productive home office",
    "description": "Curated collection of essential home office items. Purchase the complete set for convenience or select individual items. Includes a ceramic mug, desk organizer, and LED desk lamp.",
    "regular_price": null,
    "sale_price": null,
    "categories": ["Home & Kitchen"],
    "tags": ["bundle", "office", "gift"],
    "images": [
      "https://example.com/images/office-kit.jpg"
    ],
    "virtual": false,
    "grouped_products": ["WK-MUG-002", "WK-DESKLAMP-013", "WK-DESKORG-014"]
  },
  {
    "id": 13,
    "type": "external",
    "sku": "WK-COURSE-007",
    "name": "Advanced WooCommerce Masterclass",
    "published": true,
    "featured": false,
    "short_description": "Online video course covering advanced WooCommerce customization",
    "description": "48-hour comprehensive online course with lifetime access. Covers custom plugin development, REST API integration, payment gateway creation, and performance optimization. Includes downloadable resources and certificate.",
    "regular_price": 199.00,
    "sale_price": 149.00,
    "categories": ["Books", "Technology", "Courses"],
    "tags": ["course", "woocommerce", "elearning"],
    "images": [
      "https://example.com/images/woo-course-thumb.jpg"
    ],
    "virtual": false,
    "external_url": "https://courses.example.com/woocommerce-advanced",
    "button_text": "Enroll Now"
  },
  {
    "id": 14,
    "type": "simple",
    "sku": "WK-CONSULT-008",
    "name": "1-Hour WordPress Consultation",
    "published": true,
    "featured": false,
    "short_description": "One-on-one expert WordPress consultation session",
    "description": "Book a 60-minute private consultation with a senior WordPress developer. Get expert advice on plugin architecture, performance optimization, security hardening, or migration planning. Session conducted via Zoom.",
    "regular_price": 125.00,
    "sale_price": null,
    "categories": ["Services"],
    "tags": ["consultation", "wordpress", "expert"],
    "images": [
      "https://example.com/images/consultation-icon.jpg"
    ],
    "stock": 50,
    "virtual": true
  },
  {
    "id": 15,
    "type": "simple",
    "sku": "WK-DLPDF-009",
    "name": "Social Media Marketing Templates Pack",
    "published": true,
    "featured": false,
    "short_description": "50 customizable social media templates",
    "description": "Professional social media template pack with 50 fully customizable designs for Instagram, Facebook, Twitter, and LinkedIn. Includes Canva and Photoshop source files. Commercial license included.",
    "regular_price": 35.00,
    "sale_price": 29.99,
    "categories": ["Digital Products"],
    "tags": ["templates", "marketing", "social-media"],
    "images": [
      "https://example.com/images/social-templates-preview.jpg"
    ],
    "stock": 999,
    "virtual": true,
    "downloadable": true,
    "downloads": [
      {
        "name": "Marketing Templates Pack",
        "url": "https://example.com/downloads/social-templates-v2.zip"
      }
    ],
    "download_limit": 3,
    "download_expiry": 365
  }
]
