Nhảy tới nội dung

Định nghĩa dữ liệu

Lấy ra tất cả các trường dữ liệu định nghĩa thêm liên quan đến sản phẩm

HTTP Request

GET /api/v3/products/custom_fields

Response

[
{
"field_id": "1",
"field_htmltype": "select",
"field_name": "tinh_trang",
"field_description": "Tình trạng",
"options": [
{
"field_id": "1",
"list_option_id": "1",
"list_value": "Đã cho thuê"
},
{
"field_id": "1",
"list_option_id": "2",
"list_value": "Trống"
}
]
},
{
"field_id": "2",
"field_htmltype": "textinput",
"field_name": "dien_tich",
"field_description": "Diện tích",
"options": []
}
]