Chi tiết sản phẩm

API URL https://anhviafb.com/api/v1/san-pham
header authorizations x-api-key
HTTP Method GET
Content-Type application/x-www-form-urlencoded
Response JSON
Parameters Description
id id sản phẩm
 
 
{
    "status": true,
    "message": "Lấy thông tin sản phẩm thành công",
    "data": {
        "id": 1,
        "name": "demo",
        "price": "135000.00",
        "stock": 0,
        "image": "http://localhost/tai-fb/uploads/products/64d9c8de1abab0b723850776e737f01a.jpg",
        "short_description": "",
        "description": "",
        "category_name": "demo"
    }
}