create_product
Create a product in MoySklad with prices in rubles (converted to kopecks), VAT, weight, volume, article, and description.
Instructions
Create a new product. Prices in RUBLES (converted to kopecks internally).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vat | No | VAT rate: 0, 10, 20 | |
| code | No | Product code | |
| name | Yes | Product name | |
| volume | No | Volume in liters | |
| weight | No | Weight in grams | |
| article | No | Article/SKU | |
| description | No | Product description | |
| price_type_href | No | Meta href of the price type for the sale price (defaults to the account's default). Get from list_price_types. | |
| buy_price_rubles | No | Buy/cost price in RUBLES (converted to kopecks internally) | |
| min_price_rubles | No | Minimum price in RUBLES | |
| sale_price_rubles | No | Sale price in RUBLES (converted to kopecks internally) |