create_product_category
Create a product category to give category pages content and allow products to be filed under it. Returns the new category ID for linking products.
Instructions
Create a product category (so grid-category / a category page has something to show, and products can be filed under it). Returns the new category id — pass it to create_product's category_ids. Image must be a hosted URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| image | No | Hosted image URL for the category card | |
| parent_id | No | Parent category id for a sub-category | |
| description | No | Category description |