DetailsProduct category details### HTTP Request[GET] /api/v6/products/categories/{id}
### Query Parameters#### Fields| Fields | Type | Description ||:--------------|---------|:-------------|| id | integer | Identifier || category_name | string | Category name || category_code | string | Category code || description | string | Description || is_default | bool | Is default || parent_id | integer | Parent category || level | integer | Category level |### ExampleHTTP RequesthttpGET api/v6/products/categories/4?fields=product_name HTTP/1.1Host: example.getflycrm.comAuthorization: Bearer token
Status200 OK
Responsejson{ "id": 4, "product_name": "TEST PRODUCT API"}