get_category
Retrieve WooCommerce category details including description and product count. Use the fields parameter to request only needed data.
Instructions
Get full details of a category including description and product count. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Category ID | |
| fields | No | Comma-separated fields to return (default: id,name,slug,parent,count,image,description) |