Get Category By Id
5.7 Get Category By Id
Request
Method
URL
GET
/categories/{category_id}
Response
Status
Response
200
{
"status": true,
"data": {
"items": [
{
"name": "test555",
"order": 1,
"updatedDate": "2024-01-09T08:36:10.096412",
"is_active": true,
"id": 67,
"merchant_id": 1,
"createdDate": "2024-01-09T08:36:10.096412",
"deletedDate": null
}
]
}
}
403
400
401
401
500
Last updated