Skip to content

List categories

GET
/store/categories

Справочник категорий товаров

Responses

List of categories

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"name": "string",
  
  
  
"slug": "string",
  
  
  
"parent_id": 0,
  
  
  
"type": "string",
  
  
  
"is_active": true
  
  
}
  
]
}

Playground

Samples

Powered by VitePress OpenAPI