products.json

1.59 KB
18/08/2025 13:21
JSON
products.json
{
  "status": "success",
  "data": {
    "products": [
      {
        "id": 1,
        "name": "iPhone 15 Pro Max",
        "price": 42900,
        "originalPrice": 45900,
        "description": "หน้าจอ 6.7 นิ้ว, ชิป A17 Pro, กล้อง 48MP",
        "image": "images/product-1"
      },
      {
        "id": 2,
        "name": "Samsung Galaxy S24 Ultra",
        "price": 38900,
        "originalPrice": 41900,
        "description": "หน้าจอ 6.8 นิ้ว Dynamic AMOLED, S Pen ในตัว",
        "image": "images/product-2"
      },
      {
        "id": 3,
        "name": "Xiaomi 14 Pro",
        "price": 24900,
        "originalPrice": 27900,
        "description": "หน้าจอ 6.73 นิ้ว LTPO AMOLED, Snapdragon 8 Gen 3",
        "image": "images/product-3"
      },
      {
        "id": 4,
        "name": "Google Pixel 8 Pro",
        "price": 32900,
        "originalPrice": 35900,
        "description": "หน้าจอ 6.7 นิ้ว, Google Tensor G3, AI Photography",
        "image": "images/product-4"
      },
      {
        "id": 5,
        "name": "OnePlus 12",
        "price": 28900,
        "originalPrice": 31900,
        "description": "หน้าจอ 6.82 นิ้ว ProXDR, Snapdragon 8 Gen 3",
        "image": "images/product-5"
      },
      {
        "id": 6,
        "name": "Huawei P60 Pro",
        "price": 26900,
        "originalPrice": 29900,
        "description": "หน้าจอ 6.67 นิ้ว OLED, กล้อง Leica 50MP",
        "image": "images/product-6"
      }
    ],
    "total": 6
  }
}