Create category
create_categoryAdd a new product category to the Yandex KIT catalog. Provide a title and optional settings like slug, parent category, or SEO metadata.
Instructions
Create a new product category. Required: title. Optional: slug, parent_id, display_sequence, is_hidden_in_menu, file_id, seo_title, seo_description. Call get_operation_schema("CreateCategory") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category record matching the CreateCategoryRequest schema (see get_operation_schema("CreateCategory")). Required: title. |