Create category
create_categoryCreates a new product category in the Yandex KIT e-commerce catalog. Provide a title and optional slug, parent, display order, menu visibility, and SEO fields to structure the catalog.
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. |