Chi tiết sản phẩm
Lấy thông tin chi tiết một sản phẩm
HTTP Request
Lấy thông tin chi tiết sản phẩm theo ID
GET /api/v3/products/ID
Trong đó ID là id của sản phẩm
Lấy thông tin chi tiết sản phẩm theo mã
GET /api/v3/products/detail?product_code=PRODUCT_CODE
Trong đó PRODUCT_CODE là mã của sản phẩm
Response
{
"data": {
"product_id": 4414,
"product_name": "TFX150",
"product_code": "TFX150",
"description": "Xe Máy TFX150",
"short_description": "Xe máy Yamaha TFX150",
"cover_price": 2500000,
"discount": 5,
"price_wholesale": 0,
"discount_wholesale": 0,
"price_average_in": 0,
"discount_in": 0,
"price_online": 0,
"discount_online": 0,
"saleoff_price": 0,
"category_id": 1,
"category_name": "Xe gắn máy",
"origin_id": 1,
"origin_name": "Nhật bản",
"unit_id": "12",
"unit_name": "Chiếc"
},
"images": [
"https://xxx.getflycrm.com/uploads/crm/product/image_1.jpg",
"https://xxx.getflycrm.com/uploads/crm/product/image_2.jpg",
"https://xxx.getflycrm.com/uploads/crm/product/image_3.jpg"
],
"attributes": [
{
"Dung tích động cơ": "150 cm2"
},
{
"Màu sắc": "Xanh, Xám, Đỏ"
},
{
"Kiểu xe": "Nam"
}
],
"attachments": [
"https://xxx.getflycrm.com/uploads/crm/product/tl1.pdf"
]
}