Category Children
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Categories
Last modified:2025-02-20 14:43:58
category
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/categories//children?page'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1255216786,
"name": "فواكه صيفية",
"urls": {
"customer": "https://shtara.com/profile",
"admin": "https://shtara.com/profile"
},
"sort_order": 1,
"items": []
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Request
Path Params
category
integer
required
Query Params
page
integer
optional
Responses
Modified at 2025-02-20 14:43:58