[
  {
    "shopid": "SAM-10001",
    "store_name": "Samsung Official Store",
    "batch_id": "a1b2c3d4e5f6",
    "products": [
      {
        "id": "PROD-001",
        "name": "Samsung Galaxy S24 Ultra 256GB",
        "price": 18999000,
        "original_price": 20999000,
        "discount_percentage": 10,
        "rating": 4.9,
        "review_count": 3500,
        "sold_count": 12000,
        "brand": "Samsung",
        "category": "Smartphone",
        "url": "https://www.blibli.com/p/samsung-galaxy-s24-ultra/ps--SAM-10001",
        "image_url": "https://www.blibli.com/images/example.jpg",
        "condition": "NEW",
        "stock": 200,
        "merchant": {
          "id": "SAM-10001",
          "name": "Samsung Official Store",
          "type": "OFFICIAL"
        }
      },
      {
        "id": "PROD-002",
        "name": "Samsung Galaxy Watch 6 Classic 47mm",
        "price": 5999000,
        "original_price": 6999000,
        "discount_percentage": 14,
        "rating": 4.8,
        "review_count": 890,
        "sold_count": 2300,
        "brand": "Samsung",
        "category": "Smartwatch",
        "url": "https://www.blibli.com/p/samsung-galaxy-watch-6/ps--SAM-10002",
        "image_url": "https://www.blibli.com/images/example2.jpg",
        "condition": "NEW",
        "stock": 75,
        "merchant": {
          "id": "SAM-10001",
          "name": "Samsung Official Store",
          "type": "OFFICIAL"
        }
      }
    ],
    "total_products": 2
  }
]
