create_product
Add products to your CS-Cart store by specifying details like name, price, category, description, stock quantity, weight, and shipping cost for efficient inventory management.
Instructions
Create a new product in the CS-Cart store
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | No | Product quantity in stock | |
category_ids | No | Array of category IDs | |
description | No | Product description | |
full_description | No | Full product description | |
price | Yes | Product price | |
product | Yes | Product name | |
shipping_freight | No | Shipping cost | |
status | No | Product status (A=Active, D=Disabled, H=Hidden) | A |
weight | No | Product weight |