Danh mục
Lấy ra tất cả danh mục sản phẩm không phân trang
HTTP Request
GET /api/v3/products/categories
Query Parameters
Parameter | Default | Description |
---|---|---|
parent_id | 0 | Lọc theo danh mục cha |
level | Lọc các danh mục cùng cấp |
Response
[
{
"category_id": "1",
"category_code": "IPhone",
"category_name": "Apple IPhone",
"description": null,
"is_default": "0",
"parent_id": "0",
"level": "1",
"lft": "2",
"rgt": "5"
},
{
"category_id": "2",
"category_code": "IPhoneX",
"category_name": "Apple Iphone X",
"description": "Điện thoại apple",
"is_default": "0",
"parent_id": "2",
"level": "2",
"lft": "3",
"rgt": "4"
}
]