Skip to main content
GET
/
commerce
/
catalog
/
admin
/
tags
/
node
/
tree
Error
A valid request URL is required to generate request examples
{
  "total": 123,
  "success": true,
  "items": {
    "tagName": "<string>",
    "tagPath": "<string>",
    "tagCode": "<string>",
    "isRoot": true,
    "children": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

tagCode
string
responseFields
string

limits which fields are returned in the response body

Response

Success

Hierarchical tree for Tags

total
integer<int32>
success
boolean
items
object