Create product
create_productCreate a new product in the Yandex KIT e-commerce catalog by providing at least one category UUID; use get_operation_schema for the exact request format.
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. |