{ "operationId": "getCategoryTrees", "method": "GET", "path": "/catalog/trees", "summary": "BigCommerce Get All Category Trees", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ { "id": 0, "name": "string", "channels": [ 0 ] } ], "meta": { "pagination": { "total": 246, "count": 5, "per_page": 5, "current_page": 1, "total_pages": 50, "links": { "next": "?limit=5&page=2", "current": "?limit=5&page=1" } } } } } ] }