vaultix_create_product
Add new products to your catalog by specifying name, price in cents, description, stock quantity, and SKU code.
Instructions
Create a new product in the catalog. Price is in cents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| price | Yes | Price in cents | |
| description | No | Product description | |
| stock_quantity | No | Stock quantity | |
| sku | No | SKU code |