{ "operationId": "getCategoryTree", "method": "GET", "path": "/catalog/trees/{tree_id}/categories", "summary": "BigCommerce Get a Category Tree", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ { "id": 0, "parent_id": 0, "depth": 0, "path": [ 0 ], "name": "string", "is_visible": true, "children": [ "string" ] } ], "meta": { "type": "object", "properties": {}, "description": "Empty meta object; reserved for use later." } } }, { "status": "404", "contentType": "application/json", "example": { "status": 0, "title": "string", "type": "string", "instance": "string", "errors": { "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } } } ] }