create_category
Create a product category in WooCommerce. Set a parent ID to create subcategories.
Instructions
Create a product category. Set parent ID to create a subcategory. Categories are hierarchical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| slug | No | Category slug | |
| image | No | Category image URL | |
| fields | No | Comma-separated fields to return in response | |
| parent | No | Parent category ID | |
| description | No | Category description |