update_product
Modify product details in CS-Cart, including name, price, description, stock quantity, status, and shipping costs, by specifying the product ID and updated attributes.
Instructions
Update an existing product
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 | No | Product price | |
product | No | Product name | |
product_id | Yes | Product ID to update | |
shipping_freight | No | Shipping cost | |
status | No | Product status (A=Active, D=Disabled, H=Hidden) | |
weight | No | Product weight |