[
  {
    "status": "OK",
    "statusCode": 200,
    "message": null,
    "data": {
      "summary": {
        "id": "16M-70001-00016",
        "name": "Sample Blibli Product",
        "brand": {
          "id": "BR-001",
          "name": "Sample Brand"
        },
        "category": {
          "id": "CAT-001",
          "name": "Electronics"
        },
        "price": {
          "price": 1500000,
          "originalPrice": 2000000,
          "discountPercentage": 25,
          "currency": "IDR"
        },
        "stock": 50,
        "sold": 120,
        "rating": 4.8,
        "totalReview": 42,
        "merchant": {
          "id": "M-001",
          "name": "Sample Official Store",
          "type": "OFFICIAL"
        },
        "url": "https://www.blibli.com/p/sample-product/ps--16M-70001-00016",
        "condition": "NEW",
        "status": "ACTIVE"
      },
      "items": [
        {
          "id": "16M-70001-00016-00001",
          "sku": "16M-70001-00016-00001",
          "name": "Sample Product - Default Variant",
          "price": 1500000,
          "stock": 50,
          "sold": 120,
          "attributes": {
            "color": "Black",
            "size": "M"
          }
        }
      ],
      "specifications": [
        {
          "name": "Weight",
          "value": "0.5 kg"
        },
        {
          "name": "Dimensions",
          "value": "10 x 20 x 5 cm"
        }
      ]
    }
  }
]
