create_category
Create a new product category by specifying its name, optional handle, active status, and parent category to organize products within the store catalog.
Instructions
Create a product category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| handle | No | ||
| is_active | No | ||
| parent_category_id | No |