Lấy danh sách danh mục sản phẩm
API này giúp bạn lấy danh sách các danh mục sản phẩm có trong hệ thống.
Bạn có thể sử dụng các tham số (params) như page, limit để phân trang kết quả trả về.
Endpoint
🔗Endpoint Staging
GET https://staging.manage-api.miniap.vn/api/external/v1/categories
Example
https://staging.manage-api.miniap.vn/api/external/v1/categories?limit=5&page=1
🔗Endpoint Production
GET https://manage-api.miniap.vn/api/external/v1/categories
Phản hồi (Response)
- Response
{
"success": true,
"data": {
"categories": [
{
"_id": "68c6dcd4938bb4fca9e005fc",
"type": "product",
"name": "Danh mục migrate",
"slug": "danh-mc-migrate",
"images": [
"https://dmcl0k8mc5oht.cloudfront.net/64204a17a5a97a86f12e1f0a/541877a8-053e-4f28-b55f-1ad0c75579f8.jpeg"
],
"subItemsGroupIDs": [],
"shopId": "64204a17a5a97a86f12e1f0a",
"status": "active",
"createdAt": "2025-09-14T15:18:44.114Z",
"updatedAt": "2025-09-14T15:19:03.068Z",
"__v": 0,
"position": 1,
"children": [],
"id": "68c6dcd4938bb4fca9e005fc"
},
{
"images": [],
"subItemsGroupIDs": [],
"_id": "68c3896389abbc33d8e8d7b8",
"type": "product",
"name": "Sản phẩm nổi bật",
"slug": "hot-products",
"sCategoryId": "1004537153",
"storeId": "200001061016",
"shopId": "64204a17a5a97a86f12e1f0a",
"platform": "haravan",
"status": "active",
"createdAt": "2025-09-12T02:45:55.486Z",
"updatedAt": "2025-09-16T08:31:48.796Z",
"children": [],
"id": "68c3896389abbc33d8e8d7b8"
},
{
"images": [],
"subItemsGroupIDs": [],
"_id": "68c3896389abbc33d8e8d7b7",
"type": "product",
"name": "Sản phẩm khuyến mãi",
"slug": "onsale",
"sCategoryId": "1004537152",
"storeId": "200001061016",
"shopId": "64204a17a5a97a86f12e1f0a",
"platform": "haravan",
"status": "active",
"createdAt": "2025-09-12T02:45:55.486Z",
"updatedAt": "2025-09-16T08:31:48.796Z",
"children": [],
"id": "68c3896389abbc33d8e8d7b7"
},
{
"images": [],
"subItemsGroupIDs": [],
"_id": "68c3896389abbc33d8e8d7b6",
"type": "product",
"name": "Trang chủ",
"slug": "frontpage",
"sCategoryId": "1004537151",
"storeId": "200001061016",
"shopId": "64204a17a5a97a86f12e1f0a",
"platform": "haravan",
"status": "active",
"createdAt": "2025-09-12T02:45:55.486Z",
"updatedAt": "2025-09-16T08:31:48.806Z",
"children": [],
"id": "68c3896389abbc33d8e8d7b6"
},
{
"subItemsGroupIDs": [],
"_id": "68c28f92b4a7efbfddf4eb9b",
"type": "product",
"name": "Haravan",
"slug": "other-haravan",
"images": [
"https://bizweb.dktcdn.net/thumb/1024x1024/100/438/295/products/haravan-01.png"
],
"shopId": "64204a17a5a97a86f12e1f0a",
"platform": "haravan",
"status": "active",
"createdAt": "2025-09-11T09:00:02.134Z",
"updatedAt": "2025-09-11T09:00:02.134Z",
"children": [],
"id": "68c28f92b4a7efbfddf4eb9b"
}
]
},
"meta": {
"total": 42,
"page": 1,
"limit": 5,
"totalPages": 9
}
}