Category Details
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/?with=items'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": {
"id": 1390018242,
"name": "laptops",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/QEFy9wUtKnazAVvm3t3WSYg2z1LTnxUzvrceFo2s.jpg",
"urls": {
"customer": "https://store.test/ar/jalal56s/laptops/c1390018242",
"admin": "/categories"
},
"parent_id": 0,
"sort_order": 0,
"status": "active",
"show_in": {
"app": true,
"salla_points": true
},
"has_hidden_products": true,
"update_at": "2024-10-24 13:24:48",
"metadata": {
"title": "This product is amazing",
"description": "This Product is one of the amazing things you can buy for yourself",
"url": "https://salla.sa/dev-mvxlkrylzfanmuri/t-shirt/p1672908878"
},
"sub_categories": []
}
}
Request
Path Params
category
integer
required
Query Params
with
array[string]
optional
with=items
OR with=translations
OR with[]=items&with[]=translations
OR with=items,translations
Example:
["items"]
Responses
Modified at 2025-02-20 14:43:58