Create product
create_productCreate a new product in the Yandex KIT catalog by supplying at least one category ID. Use get_operation_schema("CreateProduct") to retrieve the exact request schema.
Instructions
Create a new product. Requires category_ids (array of category UUIDs, at least one). Call get_operation_schema("CreateProduct") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product record matching the CreateProductRequest schema (see get_operation_schema("CreateProduct")). Required: category_ids. |